- 02 Jan, 2018 2 commits
-
-
p7k authored
This may have been related to the delaunay optimality condition for triangles near the don't-care condition. There was a negative tolerance allowing sub-optimal elements to appear in the mesh which violated some assumptions and led to mesh divergence issues
-
Pries, Jason authored
-
- 04 Dec, 2017 2 commits
-
-
Pries, Jason authored
-
Pries, Jason authored
-
- 03 Dec, 2017 1 commit
-
-
Pries, Jason authored
Fixes for C++14 compatibility Adds header files in Matrix project that were missing from previous commits
-
- 01 Dec, 2017 1 commit
-
-
Pries, Jason authored
-
- 22 Nov, 2017 1 commit
-
-
Pries, Jason authored
TODO: Mesh creation fails with non-convex domains
-
- 24 Oct, 2017 1 commit
-
-
Pries, Jason authored
Torque calculation from body forces is complicated by discontinuities in field gradients across material boundaries Fix for Mesh::insert_internal_boundaries with small airgaps This method is probably not 100% fixed, but it is more stable than before (SalientPoleSynchrel regression tests run with CylindricalAirgap<2>)
-
- 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.
-