- 27 Feb, 2017 1 commit
-
-
JasonPries authored
Still need to work on special boundary types (e.g. sliding interfacing and periodic boundaries) Expanded on magnetostatic testing with a uniform current density on a circular domain
-
- 26 Feb, 2017 1 commit
-
-
JasonPries authored
-
- 25 Feb, 2017 1 commit
-
-
JasonPries authored
Nodes, Triangles, Regions are complete (except material properties). Still need to work on Boundaries.
-
- 06 Feb, 2017 1 commit
-
-
JasonPries authored
Definition of static constexpr double[] in TriangleQuadrature structs were behaving differently between different versions of gcc. The latest gcc 6.3.1-1 didn't like the fact that the ODR was being violated, whereas some previous versions didn't care. The definitions need to be visible in the Physics headers, so the quadrature rules were moved to a separate library and the definitions were moved to a cpp file.
-
- 17 Jan, 2017 1 commit
-
-
JasonPries authored
Started implementation of Magnetostatic solver Work on Dirichlet boundary conditions (magnetic insulation)
-
- 27 Dec, 2016 1 commit
-
-
JasonPries authored
-