aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/test_cpm_map.cc
Commit message (Collapse)AuthorAge
* - rename "config.hh" to "config.h" since it's now C++/C/Fortranjthorn2002-09-29
| | | | | | | | | | | | minor code tweaks for better portability (std:: namespace stuff) - switch all (new-style) #include <cstdio> style includes back to (old-style) #include <stdio.h> style - drop all using std::printf; declarations - change all uses of std::min and std::max to jtuti:: instead - drop all explicit std:: qualifiers git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@777 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change $Id:$ --> $Header:$jthorn2002-09-13
| | | | | | | | | rename src/util/ --> src/patch/ add Jacobian code for computing surface integrals add support for choosing ASCII or HDF5 data files (HDF5 not implemented yet) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@727 f88db872-0e4f-0410-b76b-b9085cfa78c5
* switch to new organization for #include files:jthorn2002-06-24
| | | | | | | | we #include stuff in . and ../include directly, everything else includes a relative pathname ../whereever/foo.hh git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@589 f88db872-0e4f-0410-b76b-b9085cfa78c5
* put *everything* into namespace jtutil::jthorn2002-03-27
| | | | | | | start changing arrays to allow user-specified strides (only array2d so far) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@378 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change cpm_map user interface to dropjthorn2001-09-06
| | | | | | | | | | | | cpm_map::plus_map cpm_map::minus_map by renaming old "sign" by mnemonically-named "map_is_plus" --> user can now use bool constants true/false also add assert() of correct setup in each ctor git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@290 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change cpm_map to a template on the floating-point typejthorn2001-09-06
| | | | | | | ... also add some missing const qualifiers for local vars in constructors git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@287 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename util++.hh --> util.hhjthorn2001-06-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@92 f88db872-0e4f-0410-b76b-b9085cfa78c5
* minor tweaks to cpm_map --> now passes testsjthorn2001-06-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@33 f88db872-0e4f-0410-b76b-b9085cfa78c5
* initial import into cvsjthorn2001-06-15
source is JT personal cvs ~/src/libmisc++/ git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@31 f88db872-0e4f-0410-b76b-b9085cfa78c5