https://github.com/geodynamics/citcoms
Revision f90ce2429918389a360687891af7ea0a17074938 authored by Rajesh Kommu on 20 August 2014, 19:36:02 UTC, committed by Rajesh Kommu on 20 August 2014, 19:36:02 UTC
1 parent 6890fb0
Raw File
Tip revision: f90ce2429918389a360687891af7ea0a17074938 authored by Rajesh Kommu on 20 August 2014, 19:36:02 UTC
Started on the solve_Ahat_p_fhat_PETSc_Schur implementation
Tip revision: f90ce24
.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