From 392f490baec0d20c048d65f4f4046daf8b8a5186 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 25 Apr 2002 22:03:52 +0000 Subject: Initial import of new Einstein stuff. This has the new thorns, but not all are fully functional yet. When I have completed this stage I'll send an updated spec out with some questions which have arisen during this process. Please don't import anything new without checking with me first, as I want to play games on the server copying cvs files around to preserve histories on files which are only minimally touched. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@2 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4 --- interface.ccl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 interface.ccl (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl new file mode 100644 index 0000000..5a92716 --- /dev/null +++ b/interface.ccl @@ -0,0 +1,28 @@ +# Interface definition for thorn ADMAnalysis +# $Header$ + +implements: ADMAnalysis + +inherits: ADMBase, StaticConformal, Grid + +# For evaltrK +REAL trace_of_K TYPE = GF +{ + trK +} "trace of extrinsic curvature" + +REAL detofg TYPE = GF +{ + detg +} "determinant of the conformal metric" + +# For carttoshpere (p=phi, q=theta) +REAL spherical_metric TYPE = GF +{ + grr,gqq,gpp,grq,grp,gqp +} "Metric in spherical coordinates" + +REAL spherical_curv TYPE = GF +{ + Krr,Kqq,Kpp,Krq,Krp,Kqp +} "extrinsic curvature in spherical coordinates" -- cgit v1.2.3