https://github.com/geodynamics/citcoms
Revision 2df8b9d517aca1720fe038f996be222cce5c7095 authored by thwbecker on 04 January 2021, 18:59:01 UTC, committed by thwbecker on 04 January 2021, 18:59:01 UTC
1 parent 870cb39
Raw File
Tip revision: 2df8b9d517aca1720fe038f996be222cce5c7095 authored by thwbecker on 04 January 2021, 18:59:01 UTC
Added an option to iterate on the viscosity prefactors for the first timestep such that layer averages match them (useful for instantaneous circulation computations with powerlaw rheologies, for example).
Tip revision: 2df8b9d
.gitignore
# ignore svn externals
.svn

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

# ignore files generated by make
archimedes/__init__.pyc
bin/CitcomSFull
bin/CitcomSRegional
bin/citcoms
bin/mpipycitcoms
bin/pycitcoms
visual/project_geoid
Py2C/Py2C

# ignore LaTex aux files, log files, etc
*.aux
*.lof
*.log
*.out
*.toc
doc/citcoms-manual.synctex.gz

visual/OpenDXMacro/Makefile.in

visual/OpenDXMacro/Makefile

config.h.in~

visual/OpenDXMacro/Makefile

visual/OpenDXMacro/Makefile.in
back to top