Uses of Class
org.episteme.core.mathematics.analysis.fem.Node
Packages that use Node
-
Uses of Node in org.episteme.core.mathematics.analysis.fem
Methods in org.episteme.core.mathematics.analysis.fem that return types with arguments of type NodeModifier and TypeMethodDescriptionElement.getNodes()Returns the nodes associated with this element.LinearElement1D.getNodes()Mesh.getNodes()Returns the list of nodes in the mesh.TetrahedralElement3D.getNodes()TriangularElement2D.getNodes()Methods in org.episteme.core.mathematics.analysis.fem with parameters of type NodeConstructors in org.episteme.core.mathematics.analysis.fem with parameters of type NodeModifierConstructorDescriptionLinearElement1D(Node n1, Node n2) TetrahedralElement3D(Node n1, Node n2, Node n3, Node n4) TriangularElement2D(Node n1, Node n2, Node n3)