[Users] Issues with Downloading/Installing the tool kit

Roland Haas rhaas at illinois.edu
Tue Sep 4 07:32:24 CDT 2018


Hello Joe,

> The project I am contemplating is to try to use a Mimetic approach to
> solving some of the PDEs in ETK.
> 
> Can you point me to the places in the code where PDE solutions are
> being performed?
The main PDE (that is solved as a straightforward PDE) in the Einstein
Toolkit are Einstein's equations of General Relativity which are solved
by the McLachlan thorn ML_BSSN. That thorn is actually auto-generated
from a Mathematica description of the PDE that you can find in the
file arrangements/McLachlan/m/McLachlan_BSSN.m (or so).

A simpler equation would be the scalar wave equation

(-\partial^2_t + \Delta) \phi = 0

which is our usual test case for a hyperbolic equation (the ET is
almost exclusively used for those).

There are any number of sample codes implementing this equation eg in
the CactusExamples or CactusWave arrangements or also one for Kranc
called SimpleWave.

There is also current project called NRPy+ by Zach Etienne to generate
codes for PDEs using python (https://math.wvu.edu/~zetienne/SENR/), who
is also subscribed to this list.

The other big set of PDEs in the ET are the equations of general
relativistic (magneto-)hydrodynamics ie flux conservative equations of
the form

\partial_t U + \partial_i F^i(U) = S(U)

which are highly nonlinear and prone to formming shocks. These are
solved using high-resolution, shock capturing, finite volume methods in
the thorns GRHydro and IllinoisGRMHD, providing two independent
implementations of codes to simulate relativistic hydrodynamics.

Yours,
Roland

-- 
My email is as private as my paper mail. I therefore support encrypting
and signing email messages. Get my PGP key from http://pgp.mit.edu .
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20180904/ea4c7388/attachment-0001.bin 


More information about the Users mailing list