https://github.com/geodynamics/citcoms
Revision 7ca37a6c25611762a837e3dc34223e283d66aaac authored by karredondo on 14 February 2014, 22:30:31 UTC, committed by karredondo on 14 February 2014, 22:30:31 UTC
Katrina Arredondo

Heating output is in terms of elements instead of nodes. The data is
placed in a third combine file "ele" aside from "cap" and "opt."
1 parent c770f8e
Raw File
Tip revision: 7ca37a6c25611762a837e3dc34223e283d66aaac authored by karredondo on 14 February 2014, 22:30:31 UTC
Add ability to combine "heating" output
Tip revision: 7ca37a6
.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

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