https://github.com/amrex-astro/MAESTROeX
Revision 872a5ccd6c512bf9b971106917ba15292b790c1a authored by Donald E. Willcox on 02 May 2020, 01:30:30 UTC, committed by Donald E. Willcox on 02 May 2020, 01:30:30 UTC
1 parent fe83f71
Raw File
Tip revision: 872a5ccd6c512bf9b971106917ba15292b790c1a authored by Donald E. Willcox on 02 May 2020, 01:30:30 UTC
rename sdc_t % num_sdc_iter to sdc_t % num_sdc_iters for clarity
Tip revision: 872a5cc
.gitignore
# latex intermediates
*.aux
*.log
*.dvi
*.toc
*.bbl
*.blg
*.lof
*.lot
*.idx
*.ilg
*.ind
Docs/*.out
Docs/*.ps
Docs/*.pdf
Docs/*/*.pdf

# emacs temporaries
*~
\#*


# Castro executables
Maestro*.ex
*.exe

# plt and chk files
plt*
chk*
*plt?????
*chk?????
*plt?????.old*
*chk?????.old*
*.xmgr

# build directories
o/
d/
f/
t/
tmp_build_dir/
AMReX_buildInfo.cpp

# These files are created at build time
Exec/**/extern.[fF]90
Exec/**/actual_network.[fF]90
Exec/**/helm_table.dat

*.hack
*.bak

Backtrace.*

sphinx_docs/build
sphinx_docs/source/runtime_parameters.rst
back to top