- 01 Mar, 2017 1 commit
-
-
JasonPries authored
Begin implementation of PeriodicBoundaryCondition construction from PeriodicBoundaryPairs
-
- 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.
-
- 24 Feb, 2017 1 commit
-
-
JasonPries authored
-
- 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.
-
- 02 Feb, 2017 1 commit
-
-
JasonPries authored
Upgrades test of relative rotation motion using a SlidingInterface to include spatially varying excitation so that the motion is observable
-
- 31 Jan, 2017 1 commit
-
-
JasonPries authored
Initial implementation and testing of relative motion with a SlidingInterface
-
- 30 Jan, 2017 1 commit
-
-
JasonPries authored
Initial implementation and testing of periodic/antiperiodic boundary conditions for magnetostatic solvers
-
- 28 Jan, 2017 1 commit
-
-
JasonPries authored
More infrastructure work for periodic b.c.s
-
- 27 Jan, 2017 1 commit
-
-
JasonPries authored
Simplification and clarification of (discrete) boundary conditions effecting the implementation of FiniteElementMesh classes
-
- 23 Jan, 2017 1 commit
-
-
JasonPries authored
Framework for multi-material magnetic models and testing of linear material properties with relative permeability > 1
-
- 20 Jan, 2017 1 commit
-
-
JasonPries authored
Infrastructure and planning for multi-material models
-
- 17 Jan, 2017 1 commit
-
-
JasonPries authored
Started implementation of Magnetostatic solver Work on Dirichlet boundary conditions (magnetic insulation)
-
- 10 Jan, 2017 1 commit
-
-
JasonPries authored
Work on HomogeneousForcing for Poisson-like equations Started implementation of Magnetostatic solver
-
- 09 Jan, 2017 1 commit
-
-
JasonPries authored
Work on HomogeneousForcing for Poisson-like equations Started implementation of Physics template interface
-
- 04 Jan, 2017 1 commit
-
-
JasonPries authored
Work on HomogeneousForcing for Poisson-like equations Started implementation of Physics template interface
-
- 03 Jan, 2017 1 commit
-
-
JasonPries authored
-
- 02 Jan, 2017 1 commit
-
-
JasonPries authored
Refactor tests and matrix construction to utilize interfaces for XMatrixGroup classes
-
- 28 Dec, 2016 1 commit
-
-
JasonPries authored
-
- 27 Dec, 2016 1 commit
-
-
JasonPries authored
-