# 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"