summaryrefslogtreecommitdiff
path: root/src/main/Groups.c
Commit message (Expand)AuthorAge
* use lrint and casts to avoid compiler warnings about type conversionrhaas2013-07-04
* Make data parameter of expression evaluation functions consthinder2012-11-30
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* detect error in dimension size settings of grid arrays, and produce a meaning...knarf2010-10-27
* Add a new function CCTK_MaxGFDim to the flesh which returns theschnetter2008-04-07
* bugfix for CCTK_TraverseString(): do not overwrite a previously set error codetradke2008-02-29
* slightly clarify wording in GRDOC comments forjthorn2006-05-14
* Undo changes that prevent more unwanted warnings about unused variables.schnetter2005-09-28
* Introduce macros CCTK_DECLARE and CCTK_DECLARE_INIT which declare orschnetter2005-09-26
* Add Cactus variable type CCTK_POINTER_TO_CONSTschnetter2005-08-25
* Do not emit an error message "invalid group/variable name" fromschnetter2005-05-21
* Make CCTK_BYTE and CCTK_CHAR be distinct types. CCTK_BYTE is for gridschnetter2005-01-29
* CCTK_TraverseString() returns error code (-5) if it encounters an invalidtradke2004-06-09
* Added missing fortran wrapper prototypes.tradke2004-06-04
* Changed deprecation commentallen2004-05-03
* Fixed CCTKi_GroupLengthAsPointer() to return the length of a single vectortradke2004-04-30
* Provide Fortran wrappers for some flesh functions that return a string.schnetter2004-04-12
* Check malloc return values more carefully: malloc(0)==0 is not anschnetter2004-04-04
* Complete list of error codes for CCTK_FirstVarIndexschnetter2004-04-04
* Fixed parsing of vector groups in CCTK_TraverseString().tradke2004-04-01
* Option strings parsed in CCTK_TraverseString() should now be enclosed in curlytradke2004-03-13
* Add entry "tagstable" to the cGroup structure.schnetter2004-02-05
* Allow vector groups of scalars.schnetter2003-11-21
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Allow vector groups of size 0.schnetter2003-10-07
* Deprecated CCTK_NumTimeLevels and all variants.allen2003-07-16
* Added CCTK_NumTimeLevels and CCTK_NumTimeLevelsIallen2003-06-08
* Bugfix in setting size of a vector group, found by Ian Hawke.goodale2003-02-10
* Putting semicolons at the end of CCTK_FILEVERSIONs.goodale2002-11-12
* Added fortran wrapper for CCTK_FirstVarIndex().tradke2002-11-03
* Removed the definition of the magic 'cctk_one' constant used to build the thorntradke2002-06-21
* TAGS tables for groups.goodale2002-05-22
* Changing FN_POINTERs to FPOINTERsallen2002-04-29
* Allow implementation name for fully qualified parameter names when setting ar...goodale2002-04-03
* Removed the old regex stuff in CCTKi_ExtractSize() since Tom's new expressiontradke2001-11-27
* Stuff for utility table routines, implemented by Jonathon Thornburg.goodale2001-11-13
* Updated to use new version of expression parser.goodale2001-11-04
* Don't stop if a variable type isn't know, but give a level 4 warningallen2001-10-26
* Using the expression parser for array sizes again now that the memory buggoodale2001-10-25
* Added missing variable initialization in vector group setup.tradke2001-10-23
* New function to provide the implementation which provided a groupallen2001-10-23
* Use the old regex parameter parsing to extract the sizes of variable dims.tradke2001-10-23
* Changed the extraction of array size and vector group length from parametersgoodale2001-10-13
* Preliminary support for 'vector' Grid Variables -goodale2001-10-07
* Include "cctk_GNU.h" which also knows where to include <regex.h> from.tradke2001-09-06
* Include system header file regex.h only if HAVE_REGEX_H is defined.tradke2001-09-06
* Extended parsing of SIZE option for ARRAY variables.tradke2001-09-03
* Fixed parsing of option string in CCTK_TraverseString().tradke2001-07-31
* Fixed grdoc for CCTK_GroupGhostsizesI().tradke2001-07-02
* Now CCTK_VarTypeName() knows about CCTK_VARIABLE_COMPLEX8, CCTK_VARIABLE_COMP...tradke2001-06-27