[Users] Timelike and null geodesic integrator

Yosef Zlochower yosef at astro.rit.edu
Thu Aug 6 09:48:50 CDT 2015


Hi,

I was looking for advice on implementing an integrator for timelike
and null geodesics during an ET simulation. The confusion I have is
how to deal with AMR. Ideally, I'd like to use RK4 and MoL, but I
foresee several issues with geodesics crossing from coarser to finer
and finer to coarser zones. I do have a horrible hack that may possibly
be used, but it seems overly convoluted to me. Basically, I update the
grid arrays in MoL in local mode, and unless the local grid happens to
be the finest grid that owns the geodesic, I set RHS to zero (there are
additional hacks because MoL copies the past time level onto the
current one automatically). But
still there is the issue of geodesics crossing AMR boundaries. In
particular, when moving from fine to coarse, the geodesic may end up
being behind because the finer grid may be at an earlier time than the
coarser one.

  One possible workaround would be to update
the geodesics during every iteration on the finest level. This would
imply that I would need to interpolate the metric, shift, and lapse
(and their derivatives) during each ministep of the finest level even
if the point being interpolated doesn't exist on the finest level.
This, in turn, means that the carpet would need to interpolate those
points in time during the ministep where the local time will at some
intermediate time between cctk_time(old) and cctk_time(new). I don't
think this works correctly in the current version of carpet.

An alternative method I was considering was a second-order in time
integration. For this, I would need to be able to interpolate the
metric and its derivatives during the current (finest level) time and
the previous (finest level) time. For the moment, I'd be happy to
assume that the finest refinement level will not change during the
evolution.


-- 
Dr. Yosef Zlochower
Center for Computational Relativity and Gravitation
Associate Professor
School of Mathematical Sciences
Rochester Institute of Technology
85 Lomb Memorial Drive
Rochester, NY 14623

Office:74-2067
Phone: +1 585-475-6103

yosef at astro.rit.edu

CONFIDENTIALITY NOTE: The information transmitted, including
attachments, is intended only for the person(s) or entity to which it
is addressed and may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking
of any action in reliance upon this information by persons or entities
other than the intended recipient is prohibited. If you received this
in error, please contact the sender and destroy any copies of this
information.


More information about the Users mailing list