aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil
Commit message (Expand)AuthorAge
* add 1st draft of support for setting an excision maskjthorn2003-03-17
* minor tweaksjthorn2003-03-12
* add zero_C_array() templatejthorn2003-03-12
* add explicit C++ compiler invocationsjthorn2003-03-12
* move 4D arrays (which we don't use in this thorn) inside #ifdef NOT_USEDjthorn2003-03-12
* compute min/max horizon radius for each horizon foundjthorn2003-02-27
* only explictly instantiate jtutil::array*d<> for the types we really need,jthorn2003-02-26
* * general tidying of multiprocessor codejthorn2003-02-16
* Change various jtutil/ templates which used to bejthorn2003-01-18
* change syntax of template instantiations yet again, to satisfy(??)jthorn2002-11-05
* back out last change for these filesjthorn2002-10-11
* util.hhjthorn2002-10-11
* restore explicit jtutil:: namespace qualifiers on template instantiationjthorn2002-10-07
* still another syntax tweak -- had a namespace qualifier wrong beforejthorn2002-10-07
* try sme more syntax tweaks to see if we can get it right this timejthorn2002-10-07
* fix a few syntx nits found by icc:jthorn2002-10-06
* fix template instantiation syntax for fuzzy::tolerancejthorn2002-10-06
* fix some spelling mistakes in commentsjthorn2002-10-05
* redo my error_exit() routine so thatjthorn2002-09-29
* - rename "config.hh" to "config.h" since it's now C++/C/Fortranjthorn2002-09-29
* add extra { } around for loops so the code is now agnosticjthorn2002-09-26
* when we have a default argument to a C++ function, only give thejthorn2002-09-20
* change '$Id:' to '$Header:'jthorn2002-09-16
* change $Id:$ --> $Header:$jthorn2002-09-13
* add the ability to compute the mean value in my norm classjthorn2002-09-03
* re-sync changes from laptopjthorn2002-07-26
* various changes including d/dr terms in Jacobian by numerical perturbation,jthorn2002-07-22
* add a whole bunch of changes from working at homejthorn2002-07-22
* move to ../include/jthorn2002-07-08
* array.{cc,hh}jthorn2002-07-08
* don't need these any more with new #include organizationjthorn2002-07-01
* add a template instantiation with CCTK_INT (requires #include "cctk.h")jthorn2002-06-28
* switch to new organization for #include files:jthorn2002-06-24
* code formatting & comment tweaksjthorn2002-05-12
* now have both const and non-const versions of data_array()jthorn2002-04-21
* rename get_array() as data_array()jthorn2002-04-21
* fix out-of-date commentsjthorn2002-04-21
* add linear_map::origin()jthorn2002-04-10
* tweak comment on why we still need jtutil::abs()jthorn2002-04-10
* change from jtutil::min/max --> std::, also add missing std:: in some filesjthorn2002-04-10
* more compiler-found changes --> !!!first clean compile!!!jthorn2002-04-07
* change rvalue operator() fns to return const references to array datajthorn2002-04-07
* tweak the set of which types we pre-instantiate arrays forjthorn2002-04-07
* tweak template instantiationsjthorn2002-04-07
* rename template type: fp --> T since it need not be floating pointjthorn2002-04-07
* revise template instantiations to get rid of DISABLE_TEMPLATE_INSTANTATIONS hackjthorn2002-04-07
* try to get -I.. when Cactus compiles this directoryjthorn2002-04-06
* get rid of old Makefile since we're now building within Cactusjthorn2002-04-05
* tweak a commentjthorn2002-04-04
* add functions to get array subscripting offset/stridesjthorn2002-03-30