[Commits] [svn:einsteintoolkit] GRHydro/trunk/src/ (Rev. 344)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Tue Jun 5 15:31:21 CDT 2012


User: rhaas
Date: 2012/06/05 03:31 PM

Modified:
 /trunk/src/
  GRHydro_Boundaries.F90

Log:
 GRHydro: Verbosity on which boundary selction routine is executed.
 
 Patch by Christian Reisswig.

File Changes:

Directory: /trunk/src/
======================

File [modified]: GRHydro_Boundaries.F90
Delta lines: +5 -0
===================================================================
--- trunk/src/GRHydro_Boundaries.F90	2012-06-05 20:30:33 UTC (rev 343)
+++ trunk/src/GRHydro_Boundaries.F90	2012-06-05 20:31:21 UTC (rev 344)
@@ -199,6 +199,8 @@
 
   general_coordinates = GRHydro_UseGeneralCoordinates(cctkGH)
 
+  if (verbose.eq.1) call CCTK_INFO("Selecting conserved BC (and primitive BC if selected)")
+
 !!$Flat boundaries if required  
 
   if (CCTK_EQUALS(bound,"flat")) then
@@ -381,6 +383,9 @@
 ! The commented out code are those primitives which do not require and explicit
 ! initial guess for Con2Prim. The guesses are either not needed or computed from other quantities!
 
+  if (verbose.eq.1) call CCTK_INFO("Selecting primitive BC")
+
+
   if (CCTK_EQUALS(bound,"flat")) then
     
     !ierr = ierr + Boundary_SelectGroupForBC(cctkGH, faces, GRHydro_stencil, -ione, &



More information about the Commits mailing list