Skip to content

Commit 5302286

Browse files
committed
Define height function H as a scalar function and not an index
1 parent 88148b3 commit 5302286

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Kernel/PerturbationEquations.wl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ r::usage = "Boyer\[Dash]Lindquist radial coordinate.";
173173
t::usage = "Boyer\[Dash]Lindquist time coordinate.";
174174
f::usage = "Schwarzschild's function, f(r)=1-2M/r.";
175175
M::usage = "Mass.";
176-
h::usage = "Height function relating the hyperboloidal time to the Boyer--Lindquist time, t=\[Tau]-h[r] and H[r]=\!\(\*FractionBox[\(d\), SubscriptBox[\(dr\), \(*\)]]\)h[r]=\!\(\*FractionBox[\(1\), \(f\)]\)h'[r].";
177-
h::usage = "\!\(\*SubscriptBox[\(r\), \(*\)]\) derivative of the Height function which relating the hyperboloidal time to the Boyer--Lindquist time, t=\[Tau]-h[r] and H[r]=\!\(\*FractionBox[\(d\), SubscriptBox[\(dr\), \(*\)]]\)h[r]=\!\(\*FractionBox[\(1\), \(f\)]\)h'[r].";
176+
H::usage = "Height function relating the hyperboloidal time to the Boyer--Lindquist time, t=\[Tau]-h[r] and H[r]=\!\(\*FractionBox[\(d\), SubscriptBox[\(dr\), \(*\)]]\)h[r]=\!\(\*FractionBox[\(1\), \(f\)]\)h'[r].";
178177

179178

180179
(* ::Subsubsection:: *)
@@ -266,7 +265,7 @@ SchwarzschildCovariantSource::argserror = "Argument `1` is unknown";
266265
(*Definitions*)
267266

268267

269-
DefManifold[S2,2,{A,B,F,G,H,J,P,Q}];
268+
DefManifold[S2,2,{A,B,F,G,J,P,Q}];
270269
DefMetric[1,\[CapitalOmega][-A,-B],CDS2,SymbolOfCovD->{"|","D "}];
271270

272271
DefManifold[R2,2,{a,b,c,d,i,j,k,p}];
@@ -277,6 +276,7 @@ DefProductMetric[g[-\[Alpha],-\[Beta]],{{TangentR2,1},{TangentS2,r[]}},CD,Symbol
277276

278277
DefConstantSymbol[M];
279278
DefScalarFunction[f];
279+
DefScalarFunction[H];
280280
(*DefTensor[r[],M4];*)
281281

282282
DefChart[Hyp,R2,{0,1},{\[Tau][],r[]},ChartColor->RGBColor[0,1,0]];

0 commit comments

Comments
 (0)