Uses of Interface
org.episteme.core.mathematics.analysis.fem.Element
Packages that use Element
-
Uses of Element in org.episteme.core.mathematics.analysis.fem
Classes in org.episteme.core.mathematics.analysis.fem that implement ElementModifier and TypeClassDescriptionclassA 1D linear finite element with 2 nodes.classA 4-node tetrahedral element for 3D finite element analysis.classA 2D linear triangular finite element with 3 nodes.Methods in org.episteme.core.mathematics.analysis.fem that return types with arguments of type ElementMethods in org.episteme.core.mathematics.analysis.fem with parameters of type ElementModifier and TypeMethodDescriptionvoidMesh.addElement(Element element) Adds an element to the mesh.