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