FEJDMath
Class Node

java.lang.Object
  extended byFEJDMath.MeshPoint
      extended byFEJDMath.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)


Field Summary
 
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
 

Constructor Detail

Node

public Node(int nb,
            double xx,
            double yy)
Parameters:
nb - the global number of the node
xx - the x coordinate of the node
yy - the y coordinate of the node

Node

public Node(int nb,
            double xx,
            double yy,
            double temp)
Parameters:
nb - the global number of the node
xx - the x coordinate of the node
yy - the y coordinate of the node
temp - the temperature of the node