[ET Trac] #2648: Empty ApplyBCs call in LeanBSSNMoL

Miguel Zilhão trac-noreply at einsteintoolkit.org
Sun Jan 29 11:18:15 CST 2023


#2648: Empty ApplyBCs call in LeanBSSNMoL

 Reporter: Samuel Cupp
   Status: new
Milestone: 
  Version: 
     Type: bug
 Priority: major
Component: EinsteinToolkit thorn

Comment (by Miguel Zilhão):

Please see the following commit in the development branch: [https://bitbucket.org/canuda/lean\_public/commits/87ec2413906abc8c925be51d78ecc4a2e8e194d3](https://bitbucket.org/canuda/lean_public/commits/87ec2413906abc8c925be51d78ecc4a2e8e194d3). It makes sure that SelectGroupForBCs are calles before ApplyBCs at CCTK\_INITIAL; here’s the relevant diff:

```none
-schedule GROUP ApplyBCs as LeanBSSN_ApplyBCs at CCTK_INITIAL after LeanBSSN_adm2bssn
+schedule LeanBSSN_Boundaries at CCTK_INITIAL after LeanBSSN_adm2bssn
+{
+  LANG: Fortran
+  OPTIONS: LEVEL
+  SYNC: LeanBSSNMoL::gammat
+} "Boundary enforcement"
+
+schedule GROUP ApplyBCs as LeanBSSN_ApplyBCs at CCTK_INITIAL after LeanBSSN_Boundaries
```

Would this fix the issue?

--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2648/empty-applybcs-call-in-leanbssnmol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/trac/attachments/20230129/1509ae30/attachment.html 


More information about the Trac mailing list