aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-13 14:12:18 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-13 14:12:18 +0000
commite77d77af39eabf9aea5ca024ed1aca9df48460dc (patch)
tree5bad2b1762ed2231efa74ce9e764465851726427 /src/elliptic
parent3bccbe234a26d06513131bf185440b2cd01d9222 (diff)
change $Id:$ --> $Header:$
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
Diffstat (limited to 'src/elliptic')
-rw-r--r--src/elliptic/Jacobian.cc20
-rw-r--r--src/elliptic/Jacobian.hh2
-rw-r--r--src/elliptic/README2
3 files changed, 12 insertions, 12 deletions
diff --git a/src/elliptic/Jacobian.cc b/src/elliptic/Jacobian.cc
index 4a70b9e..353c625 100644
--- a/src/elliptic/Jacobian.cc
+++ b/src/elliptic/Jacobian.cc
@@ -1,5 +1,5 @@
// Jacobian.cc -- data structures for the Jacobian matrix
-// $Id$
+// $Header$
//
// decode_Jacobian_type
@@ -38,14 +38,14 @@ using std::FILE;
#include "../jtutil/linear_map.hh"
using jtutil::error_exit;
-#include "../util/coords.hh"
-#include "../util/grid.hh"
-#include "../util/fd_grid.hh"
-#include "../util/patch.hh"
-#include "../util/patch_edge.hh"
-#include "../util/patch_interp.hh"
-#include "../util/ghost_zone.hh"
-#include "../util/patch_system.hh"
+#include "../patch/coords.hh"
+#include "../patch/grid.hh"
+#include "../patch/fd_grid.hh"
+#include "../patch/patch.hh"
+#include "../patch/patch_edge.hh"
+#include "../patch/patch_interp.hh"
+#include "../patch/ghost_zone.hh"
+#include "../patch/patch_system.hh"
#include "Jacobian.hh"
// FIXME: Cactus's CCTK_FCALL() isn't expanded in .h files (this is a bug),
@@ -54,7 +54,7 @@ using jtutil::error_exit;
//***** begin "lapack.h" contents ******
/* lapack.h -- C/C++ prototypes for (some) BLAS+LAPACK+wrapper routines */
-/* $Id$ */
+/* $Header$ */
/*
* prerequisites:
diff --git a/src/elliptic/Jacobian.hh b/src/elliptic/Jacobian.hh
index a62387c..2fcdcc6 100644
--- a/src/elliptic/Jacobian.hh
+++ b/src/elliptic/Jacobian.hh
@@ -1,5 +1,5 @@
// Jacobian.hh -- data structures for the Jacobian matrix
-// $Id$
+// $Header$
//
// Jacobian -- abstract base class to describe a Jacobian matrix
diff --git a/src/elliptic/README b/src/elliptic/README
index c1e009d..e20a5ba 100644
--- a/src/elliptic/README
+++ b/src/elliptic/README
@@ -1,5 +1,5 @@
This directory contains code for solving elliptic systems on our
-($S^2$ topology) multipatch system in ../util/.
+($S^2$ topology) multipatch system in ../patch/.
The main files are as follows: