aboutsummaryrefslogtreecommitdiff
path: root/src/ParamCheck.c
Commit message (Collapse)AuthorAge
* Applying Erik's patch from the Patchs list 2.12.05swhite2006-05-11
| | | | | | | CartGrid3D: Support patches with different grid spacing git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@226 c78560ca-4b45-4335-b268-5f3340f3cb52
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@205 c78560ca-4b45-4335-b268-5f3340f3cb52
* Provide a coordinate-thorn and symmetry-thorn independent way ofschnetter2004-01-19
| | | | | | | | | specifying the shape of the physical domain and the location of the boundary points. The advantage of that is that it is now much easier to change the resolution. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@190 c78560ca-4b45-4335-b268-5f3340f3cb52
* Added parameter check to make sure only one processor is used forpollney2002-06-18
| | | | | | | the rotating symmetries. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@163 c78560ca-4b45-4335-b268-5f3340f3cb52
* Added "bitant_rotate" and "quadrant_reflect_rotate" domains forpollney2002-06-10
| | | | | | | | | | systems which have a rotational symmetry. There are some notes describing these domains and the implementation in the doc directory: rotating_sym.tex Currently only works for a single processor. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@161 c78560ca-4b45-4335-b268-5f3340f3cb52
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@137 c78560ca-4b45-4335-b268-5f3340f3cb52
* Fixing warningsallen2001-02-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@131 c78560ca-4b45-4335-b268-5f3340f3cb52
* Tidying things up, removing deprecated routines.allen2000-05-10
| | | | | | | New macros for fortran names git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@109 c78560ca-4b45-4335-b268-5f3340f3cb52
* Removing extraneous ; .goodale2000-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@106 c78560ca-4b45-4335-b268-5f3340f3cb52
* Fixing rcsid warnings.tradke2000-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@103 c78560ca-4b45-4335-b268-5f3340f3cb52
* Replacing CCTK_CARGUMENTS etc with CCTK_ARGUMENTSallen2000-02-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@92 c78560ca-4b45-4335-b268-5f3340f3cb52
* Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they areallen2000-02-05
| | | | | | | automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@87 c78560ca-4b45-4335-b268-5f3340f3cb52
* cctk_arguments -> cctk_Argumentsallen2000-01-27
| | | | | | | cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@85 c78560ca-4b45-4335-b268-5f3340f3cb52
* Adding USE_CCTK_PARAMETERSallen2000-01-12
| | | | | | | | | | | | | | | Removing compiler warnings Renaming CCTK_RegisterCoordI -> CCTK_CoordRegisterI CCTK_RegisterCoord -> CCTK_CoordRegister CCTK_RegisterCoordRange -> CCTK_CoordRegisterRange old names remain, but are deprecated git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@83 c78560ca-4b45-4335-b268-5f3340f3cb52
* C version of the parameter checking routine.goodale1999-10-07
Passes test suite on Linux if compiled in. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@63 c78560ca-4b45-4335-b268-5f3340f3cb52