-
Updated
Nov 1, 2020 - C++
fem
The finite element method (FEM) is a numerical method for solving problems of engineering and mathematical physics. Typical problem areas of interest include structural analysis, heat transfer, fluid flow, mass transport, and electromagnetic potential.
Here are 207 public repositories matching this topic...
-
Updated
Nov 1, 2020 - C++
-
Updated
Oct 31, 2020 - C++
-
Updated
Oct 31, 2020 - Fortran
-
Updated
Oct 31, 2020 - C
-
Updated
Oct 31, 2020 - C++
-
Updated
Sep 2, 2020 - Python
add_element!(mesh, elid, eltype, connectivity)
Add an element into the mesh. ´elid´ is the element id, ´eltype´ is the type of the element and ´connectivity´ is the connectivity of the element.
At least eltype needs to be defined more precisely. I guess it's a symbol :Seg2, :Tri3 and so on.
-
Updated
Oct 31, 2020 - C++
-
Updated
Feb 14, 2020
-
Updated
Sep 14, 2020 - Python
-
Updated
Oct 27, 2020 - MATLAB
-
Updated
Oct 30, 2020 - C++
-
Updated
Sep 25, 2020 - C#
-
Updated
Oct 28, 2020 - C#
-
Updated
Sep 17, 2020 - C
-
Updated
May 20, 2019 - C++
-
Updated
Jul 18, 2020 - C++
-
Updated
Oct 30, 2020 - Fortran
-
Updated
Oct 21, 2020 - C++
-
Updated
Sep 25, 2020 - C++
-
Updated
Oct 28, 2020 - C++
-
Updated
Oct 10, 2020 - Fortran
-
Updated
Jul 24, 2017 - C++
-
Updated
Jun 8, 2020 - Jupyter Notebook
-
Updated
Jan 14, 2020 - MATLAB
-
Updated
Apr 13, 2019 - C++
- Wikipedia
- Wikipedia


Bug Description
In general, MOOSE allows
PostProcessorsto have the same names as the materials or variables. However,SolutionUserObjectfails to read such data from an exodus file due to the name clash. It throws in the following error which is coming from libMesh and is not directly indicative of the issue.