- Feb 27, 2019
-
-
Carl-Martin Pfeiler authored
-
- Nov 07, 2018
-
-
Carl-Martin Pfeiler authored
-
- Oct 02, 2018
-
-
Carl-Martin Pfeiler authored
-
- Sep 27, 2018
-
-
Carl-Martin Pfeiler authored
-
- Sep 25, 2018
-
-
Carl-Martin Pfeiler authored
-
Carl-Martin Pfeiler authored
+ slonczewski + oersted field now supported for all tp-schemes + oersted field is not recomputed if je = const(in time)
-
- Sep 20, 2018
-
-
Carl-Martin Pfeiler authored
+ not finished + done only for TPS1 + introduced ExplicitTerms = External + Oersted
-
- Sep 18, 2018
-
-
Carl-Martin Pfeiler authored
+ magnetization was not updated correctly
-
- Sep 10, 2018
-
-
Carl-Martin Pfeiler authored
-
- Sep 07, 2018
-
-
Carl-Martin Pfeiler authored
+ only for tps1
-
- Aug 16, 2018
-
-
Carl-Martin Pfeiler authored
+ not clear yet, what mathematical j_cf is exactly for Slonczewski / ZhangLi + wait for Michele's input + special care has to be taken for hc(v), hc(mOld) if current not time-dependent to be more efficient
-
- Aug 03, 2018
-
-
Carl-Martin Pfeiler authored
Structure: _magnetostaticField.py: Base class - {Stray,Oersted}Field derive from it _detailsMagnetostaticField.py: static class variables for BEM stuff - K operator - BEM mesh - bemMesh <-> ngMesh mapping {stray,oersted}Field.py: - Derive from _magnetostaticField.py _details{Stray,Oersted}Field.py: static class variable for FEM stuff - forms, preconditioners, solver
-
- Jul 31, 2018
-
-
Carl-Martin Pfeiler authored
- i.e. for strayField, oerstedField or magnetostaticField(=both) - moved ComputeMaxwell to Magnetization class - added numthreads to the test files - added some missing import sys
-
- Jul 27, 2018
-
-
Carl-Martin Pfeiler authored
-
Carl-Martin Pfeiler authored
-
- Jul 23, 2018
-
-
Carl-Martin Pfeiler authored
-
- Jul 19, 2018
-
-
Carl-Martin Pfeiler authored
-
Carl-Martin Pfeiler authored
+ moved all imports from top of files to functions/methods using them + using os.environ from within python to set environment variables for interpreter + use by: I = Integrator(..., numthreads=42)
-
- Jul 18, 2018
-
-
Carl-Martin Pfeiler authored
+ bempp done + ngsolve done + omp not done
-
- Jun 19, 2018
-
-
Carl-Martin Pfeiler authored
moved TOL, theta, preconditionerType, guessType to parameters set up academic test example explaining everything
-
- Jun 15, 2018
-
-
Carl-Martin Pfeiler authored
-
Carl-Martin Pfeiler authored
Reuse TestFunction(), TrialFunction(), Deriv() and use NgSolve's Vector / Matrix-Operations for VectorH1 functions and cfs
-
- Jun 12, 2018
-
-
Carl-Martin Pfeiler authored
-