FEJDMath
Class Node
java.lang.Object
FEJDMath.MeshPoint
FEJDMath.Node
- public class Node
- extends MeshPoint
Represents a Node of the mesh, ie a mesh point which is located on a summit of an element (for exemple with linear functions, the mesh only contains nodes)
Fields inherited from class FEJDMath.MeshPoint |
|
Constructor Summary |
Node(int nb,
double xx,
double yy)
|
Node(int nb,
double xx,
double yy,
double temp)
|
Methods inherited from class FEJDMath.MeshPoint |
addSucc, addSucc, exc, getDirichletValue, getGlobalNb, getNbOfSucc, getNewNb, getSucc, getTemperature, getx, gety, isDirichletNode, isMarked, isRenumbered, lastLevel, mark, renum, setDirichlet, setDirichletValue, setGlobalNb, setNewNb, setRenumber, setTemperature, toString, toString2, toString3, unmark |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Node
public Node(int nb,
double xx,
double yy)
- Parameters:
nb
- the global number of the nodexx
- the x coordinate of the nodeyy
- the y coordinate of the node
Node
public Node(int nb,
double xx,
double yy,
double temp)
- Parameters:
nb
- the global number of the nodexx
- the x coordinate of the nodeyy
- the y coordinate of the nodetemp
- the temperature of the node