Class Node
java.lang.Object
org.episteme.core.mathematics.analysis.fem.Node
Represents a node in the finite element mesh.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the coordinates of the node.intReturns the global index of the node in the system matrix.intgetId()Returns the unique identifier of the node.voidsetGlobalIndex(int globalIndex) Sets the global index of the node.toString()
-
Constructor Details
-
Node
-
-
Method Details
-
getId
public int getId()Returns the unique identifier of the node.- Returns:
- the node ID
-
getCoordinates
-
getGlobalIndex
public int getGlobalIndex()Returns the global index of the node in the system matrix.- Returns:
- the global index
-
setGlobalIndex
public void setGlobalIndex(int globalIndex) Sets the global index of the node.- Parameters:
globalIndex- the new global index
-
toString
-