Bimetric 3+1 toolkit for spherical symmetry
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
eom/eomGauge.h
Go to the documentation of this file.
00001 /** @file  eomGauge.h
00002  *  @brief The gauge functions BimetricEvolve::eq_q, BimetricEvolve::eq_gAlp, and BimetricEvolve::eq_fAlp.
00003  *  @image html gauge.png
00004  */
00005 
00006 Real BimetricEvolve::eq_q( Int m, Int n )
00007 {
00008     return 0;
00009 }
00010 
00011 Real BimetricEvolve::eq_gAlp( Int m, Int n )
00012 {
00013     return 1;
00014 }
00015 
00016 Real BimetricEvolve::eq_fAlp( Int m, Int n )
00017 {
00018     return -((gAlp(m,n) * gW(m,n)) / fW(m,n));
00019 }