- 02 Oct, 2018 1 commit
-
-
Pries, Jason authored
Merge development branch as alpha release See merge request p7k/Oersted!7
-
- 08 Feb, 2018 2 commits
-
-
p7k authored
Remove fixed size Eigen::Vector3d and Eigen::Vector4d from tests due to possible SSE alignment issues on Titan
-
Pries, Jason authored
-
- 05 Feb, 2018 2 commits
-
-
p7k authored
Fixed CMakeLists.txt previously using MPI_C_LIBRARIES to link against MPI_CXX_LIBRARIES Add optional arguments to build.sh Add eos.sh to prepare default environment for compiling on Eos
-
Pries, Jason authored
Exploring ways to change targeted save directories during compilation to ease building on local machine and OLCF resources
-
- 02 Feb, 2018 2 commits
- 26 Jan, 2018 1 commit
-
-
p7k authored
-
- 23 Jan, 2018 1 commit
-
-
p7k authored
-
- 22 Jan, 2018 3 commits
-
-
p7k authored
-
Pries, Jason authored
-
Pries, Jason authored
Partition of swarm::mpi_run() into multiple functions for clarity
-
- 21 Jan, 2018 1 commit
-
-
Pries, Jason authored
-
- 17 Jan, 2018 1 commit
-
-
Pries, Jason authored
-
- 16 Jan, 2018 1 commit
-
-
Pries, Jason authored
Improvements to newton raphson convergence checking which improves computation time Changes IntegralAverage post processor to Integral with an optional switch to calculate the average Begin test implementations of functions for torque-speed and power-speed mapping of synchronous reluctance example Being test implementation of functions for particle swarm optimization
-
- 04 Jan, 2018 1 commit
-
-
p7k authored
-
- 03 Jan, 2018 2 commits
-
-
p7k authored
Cleanup some template methods Start a Geometry library for generic computational geometry methods
-
Pries, Jason authored
Fixed some issues with meshing by adjust delaunay optimality test and reverted back to old Mesh::insert_internal_boundaries(); implementation
-
- 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
-