- 09 Oct, 2017 3 commits
-
-
Pries, Jason authored
Initial implementation of CylindricalAirgap class which automates creation of multiple annuli between two radii
-
Pries, Jason authored
-
Pries, Jason authored
Problems with discontinuous material boundaries have fields which suffer from jump discontinuities This means the divergence of the Maxwell stress tensor is impulsive at material interfaces Evaluating net force/torque using body forces requires both volumetric and surface integrals in these cases This is a nontrivial excercise In the meantime, the next step will be to add a special calculation method for cylindrical airgaps
-
- 07 Sep, 2017 2 commits
-
-
Pries, Jason authored
Implements SpatialForcing which allows, e.g., spatially varying current densities defined by lambda functions (e.g. sinusoids) Implements tests for SpatialForcing using sinusoidal functions in test_Square and test_Circle Begins implementation of tests on two circular annuli (test_Annuli)
-
Pries, Jason authored
-
- 06 Sep, 2017 1 commit
-
-
Pries, Jason authored
Mesh::mesh_data() now returns a MeshData object containing a vector of Triangles instead of nested vectors Added SquareOrder2 tests of second order triangular elements
-
- 31 Aug, 2017 1 commit
-
-
Pries, Jason authored
-
- 23 Aug, 2017 1 commit
-
-
Pries, Jason authored
Reorganize some code into separate shared libraries
-
- 18 Aug, 2017 2 commits
-
-
Pries, Jason authored
-
Pries, Jason authored
Store FiniteElementMesh DiscreteRegions in std::map with Contour as key
-
- 16 Aug, 2017 1 commit
-
-
Pries, Jason authored
-
- 28 Jul, 2017 1 commit
-
-
Pries, Jason authored
Changes the way number of elements and unknowns are calculated in Physics This still needs some work Adds FunctionArgument class for passing arguments to Forcing objects with multiple parameters Adds test demonstrating parallelism using OpenMP
-
- 27 Jul, 2017 1 commit
-
-
Pries, Jason authored
FiniteElementMesh remains templated to facilitate storage of variable order elements
-
- 26 Jul, 2017 1 commit
-
-
Pries, Jason authored
This eliminates all Boost library dependencies
-
- 25 Jul, 2017 1 commit
-
-
Pries, Jason authored
Part of this involves using more shared pointers and vectors (as opposed to arrays) as certain member variables Some of that has been done, some work may (probably) still needs to be done It's been a few months since this has been looked at so it will require some review This is a bit of a mess right now
-
- 13 May, 2017 1 commit
-
-
Pries, Jason authored
-
- 14 Apr, 2017 1 commit
-
-
JasonPries authored
-
- 06 Apr, 2017 1 commit
-
-
JasonPries authored
Work on rotational motion and related boundary refinement Output for vector plots Starts on nonlinear material properties Begin encapsulating solver routines
-
- 20 Mar, 2017 1 commit
-
-
JasonPries authored
Mesh::smooth() is based on satisfaction of a Laplacian condition MappedBoundaryPair guarantees correct behavior of PeriodicBoundaryConditions when the UniformDiscretization option is set to false
-
- 13 Mar, 2017 2 commits
-
-
JasonPries authored
Implement more rotational motion tests
-
JasonPries authored
Implement more rotational motion tests
-
- 09 Mar, 2017 1 commit
-
-
JasonPries authored
Changes a DiscreteBoundary<2> to a DiscontinuousBoundary<2> This will be used for implementing relative motion in a user friendly way
-
- 08 Mar, 2017 1 commit
-
-
JasonPries authored
This is a new route for implementation of relative motion. Renames Boundary to DiscreteBoundary (to differentiate from Sketch::ContinuousBoundary)
-
- 05 Mar, 2017 1 commit
-
-
JasonPries authored
Fix minor inconsistency with antiperiodic boundary conditions
-
- 03 Mar, 2017 1 commit
-
-
JasonPries authored
-
- 02 Mar, 2017 1 commit
-
-
JasonPries authored
-
- 01 Mar, 2017 2 commits
-
-
JasonPries authored
Begin implementation of PeriodicBoundaryCondition construction from PeriodicBoundaryPairs
-
JasonPries authored
-
- 28 Feb, 2017 1 commit
-
-
JasonPries authored
-
- 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 2 commits
-
-
JasonPries authored
-
JasonPries authored
-
- 21 Feb, 2017 1 commit
-
-
JasonPries authored
Paves the way for local region refinement. Necessary for converting refineable mesh to FEA discretization.
-
- 19 Feb, 2017 1 commit
-
-
JasonPries authored
This is groundwork for the initial implementation strategy for virtual motion with node renumbering and periodic boundary constraints in the FEA solvers
-
- 18 Feb, 2017 1 commit
-
-
JasonPries authored
Modification was necessary to introduce uniform boundary discretizations. More work may be needed to make this fully robust.
-
- 17 Feb, 2017 1 commit
-
-
JasonPries authored
-
- 14 Feb, 2017 1 commit
-
-
JasonPries authored
Some infrastructure changes for implementing boundaries with uniform discretizations
-
- 13 Feb, 2017 1 commit
-
-
JasonPries authored
Allows for two-way traversal between Edges and DartConstraint
-