-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP (#75): Add E, B, and I calculations
First, compute E and B, since these are the physically meaningful quantities. Specifically, as a postprocessing step, we compute B = curl(A) E = -grad(phi) - j*omega*A where phi and A denote the "full" or "total" potentials, which are split up by Ostrowski and Hiptmair. Only E and B are written to the paraview output now. Regarding the current, it is split into two parts, the "static" and "induced" parts, as defined by Ostrowski and Hiptmair, and evaluated accordingly.
- Loading branch information
Showing
2 changed files
with
188 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters