[Commits] [svn:einsteintoolkit] WeylScal4/branches/cakernel/m/ (Rev. 106)

ian.hinder at aei.mpg.de ian.hinder at aei.mpg.de
Mon Apr 30 14:55:45 CDT 2012


User: hinder
Date: 2012/04/30 02:55 PM

Modified:
 /branches/cakernel/m/
  WeylScal4.m

Log:
 WeylScal4.m: Add zero boundary calculation

File Changes:

Directory: /branches/cakernel/m/
================================

File [modified]: WeylScal4.m
Delta lines: +7 -0
===================================================================
--- branches/cakernel/m/WeylScal4.m	2012-04-30 19:55:36 UTC (rev 105)
+++ branches/cakernel/m/WeylScal4.m	2012-04-30 19:55:45 UTC (rev 106)
@@ -315,7 +315,13 @@
   Equations -> invariantEqs
 };
 
+boundaryCalc = {
+  Name -> "psi4_boundary",
+  Where -> BoundaryWithGhosts,
+  Schedule -> "at ANALYSIS after ToADMBase before Accelerator_CopyBack",
+  Equations -> {Psi4r -> 0, Psi4i -> 0}};
 
+
 (****************************************************************************
   Construct the thorn
  ****************************************************************************)
@@ -359,6 +365,7 @@
 calculations = 
 {
   Psi4Calc["Nth", PDstandard],
+  boundaryCalc
   (* Psi4Calc["2nd", PDstandard2nd], *)
   (* Psi4Calc["4th", PDstandard4th], *)
   (* PsisCalc["Nth", PDstandard], *)



More information about the Commits mailing list