Disable periodic BC's until its is supported by IPPL
2 unresolved threads
2 unresolved threads
Throw an exception if the user tries to simulate with a periodic field solver. For #119
Edited by snuverink_j
Merge request reports
Activity
Filter activity
added Bug label
changed milestone to %OPAL 2021.1
assigned to @kraus
added 1 commit
- 331dd798 - throw an exception if the users tries to run a simulation with a periodic field solver
462 462 bcz = Attributes::getString(itsAttr[BCFFTZ]); 463 463 } 464 464 465 if (bcz == "PERIODIC" || bcx == "PERIODIC" || bcy == "PERIODIC") { 466 throw OpalException("FieldSolver::init", "Periodic boundaries aren't supported at the moment"); 467 } I am not very familiar with the boundary conditions part in OPAL, so I added @adelmann and @winklehner_d as approvers.
Please register or sign in to reply