AMReX-Microelectronics / artemis

ARTEMIS (Adaptive mesh Refinement Time-domain ElectrodynaMIcs Solver) couples the Maxwell's equations implementation in WarpX with classical equations that describe quantum material behavior (such as, LLG equation for micromagnetics and London equation for superconducting materials) for quantifying the performance of next-generation microelectronics.
Other
12 stars 15 forks source link

Abort if SoftSource is selected for HBias #91

Open RevathiJambunathan opened 2 years ago

RevathiJambunathan commented 2 years ago

We need to abort the simulation with a message if soft source excitation is selected for HBias and also clarify this in the documentation

ajnonaka commented 2 years ago

We also need to test for the other excitations (E, B, H) that they are 0, 1, or 2 only once at initialization (they are currently tested every time the hard/soft sources are added).

ajnonaka commented 2 years ago

Implemented in #92