c Mahc_Evolve: Numerical Evolution of the General Relativistic Hydro Equations c Copyright (C) 2001 Mark Miller /*@@ @file Mahc_Init_Bound.F @date December 1999 @author Mark Miller @desc Boundary values set in CCTK_INITIAL @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" /*@@ @routine Mahc_Init_Bound @date December 1999 @author Mark Miller @desc Boundary values set in CCTK_INITIAL @enddesc @calls @calledby @history @endhistory @@*/ subroutine Mahc_Init_Bound(CCTK_FARGUMENTS) implicit none DECLARE_CCTK_FARGUMENTS call Mahc_Boundary(cctkGH,"gen_rel_perfect_fluid::Mahc_evol_vars") call Mahc_Boundary(cctkGH,"gen_rel_perfect_fluid::Mahc_prim_vars") return end