The Wayback Machine - https://web.archive.org/web/20201101114745/https://github.com/topics/fem
Skip to content
#

fem

finite-element-method logo

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...

SudiptaBiswas
SudiptaBiswas commented Oct 21, 2020

Bug Description

In general, MOOSE allows PostProcessors to have the same names as the materials or variables. However, SolutionUserObject fails 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.

ERROR: incompatible variable 'var_name' has already been added for this s
ahojukka5
ahojukka5 commented Sep 16, 2019
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.

Wikipedia
Wikipedia
You can’t perform that action at this time.