-
Updated
Oct 16, 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 203 public repositories matching this topic...
-
Updated
Oct 16, 2020 - C++
-
Updated
Oct 16, 2020 - C++
-
Updated
Oct 15, 2020 - Fortran
-
Updated
Oct 16, 2020 - C
-
Updated
Oct 15, 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 12, 2020 - C++
-
Updated
Feb 14, 2020
-
Updated
Sep 14, 2020 - Python
-
Updated
Sep 5, 2020 - MATLAB
-
Updated
Oct 14, 2020 - C++
-
Updated
Sep 25, 2020 - C#
-
Updated
Oct 11, 2020 - C#
-
Updated
Sep 17, 2020 - C
-
Updated
May 20, 2019 - C++
-
Updated
Jul 18, 2020 - C++
-
Updated
Oct 16, 2020 - Fortran
-
Updated
Oct 13, 2020 - C++
-
Updated
Sep 25, 2020 - C++
-
Updated
Oct 8, 2020 - C++
-
Updated
Oct 10, 2020 - Fortran
-
Updated
Jul 24, 2017 - C++
-
Updated
Jun 8, 2020 - Jupyter Notebook
-
Updated
Apr 13, 2019 - C++
-
Updated
Jan 14, 2020 - MATLAB
- Wikipedia
- Wikipedia
Reason
From Joe Kelley at the NRC:
I am working on a 7-cell model that uses the GapHeatTransfer BC for every pair of sidesets as was done for the "reference" calculation in the extended scope task.
In that calculation, there were only two axial regions in the meshing-tools script, the support plate and everything else.