Hey folks, feel free to move this post wherever you feel it fits (newbie)
I would like to solve some specific energy-momentum field configuration on a grid (say, 1+1 dim) and I wonder how this would be most efficiently done. Let us assume I have some initial data Tμν(t,x) in some local coordinates x at time t=0, for instance some local energy density ϵ(x) and 4-speed vμ(x), s.t.
Tμν(t=0,x)≡ϵ(x)vμ(x)vν(x)
My first guess would be to start now by assuming that the system is slowly changing, i.e. ∂0gμν≈0, assuming a minkowsky metric ημν with perturbations, calculating the Christoffel symbols, Curvature Tensor, etc. and finding the difference ξ(x) at t=0:
ξ(x)=∥8πTμν(x)−Rμν(x)+gμν(x)R(x)∥
Now I imagined using some crazy downhill algorithm to minimize this function, something like
gμν→gμν−∂ξ(x)∂gμν(x)
Of course, this does not use the symmetries (such as Bianchi, etc.) and could fall into a local minimum (worse: Maybe the gauge condition ∇μgαβ=0 is not fullfilled?) However, let us imagine this worked, my next step would be to proceed to the next timestep t→t+Δt and use the geodetic equation ∇μTμν=0 to somehow calculate the new energy tensor Tμν(t+Δt,x), i.e. assuming that locally we can do something badly forbidden like
ϵ(x,t+Δt)=1V∫ddx′⋅ϵ(x′,t)δ(x,x′+Δt⋅v(x′))˜v(x,t+Δt)=1V∫ddx′⋅v(x′,t)δ(x,x′+Δt⋅v(x′))vμ(x,t+Δt)=˜vμ(x,t+Δt)−Δt⋅Γμαβ˜vα(x,t+Δt)˜vβ(x,t+Δt)
Where in the last equation I have used the geodetic equation for local speeds (?). After having calculated the new speeds and energy densities, the respective tensor follows as above and I can calculate the new metric. I think the main problem with the method here is the usage of the local frames t. Probably I have to change the coordinate system to the respective local frame to be able to make the last step and be able to use t?
Let us assume that this method has run through the whole world sheet, I would suggest just to start over and recalculate the metric, this time with changing derivates? Apparently the problem is to solve the partial differential equations with border condition Tμν(t=0,x)=const and therefore the method described above is very naive. Maybe you have a better idea?