|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
fhm.edu.fem.calc | Provides all classes executing the main calculations along with the main FEMManager class. |
fhm.edu.fem.calc.objects | Provides all objects used in the calculations along with the static functions used for integral calculation. |
Uses of Node in fhm.edu.fem.calc |
---|
Fields in fhm.edu.fem.calc declared as Node | |
---|---|
protected Node |
FEMManager.centerNode
|
Methods in fhm.edu.fem.calc that return Node | |
---|---|
Node |
FEMManager.getCenterNode()
|
Methods in fhm.edu.fem.calc with parameters of type Node | |
---|---|
void |
FEMManager.setCenterNode(Node centerNode)
|
Uses of Node in fhm.edu.fem.calc.objects |
---|
Fields in fhm.edu.fem.calc.objects declared as Node | |
---|---|
protected Node |
MembraneCircle.centerNode
|
protected Node |
CTab.leftNode
|
protected Node |
CTab.midNode
|
protected Node |
Force.node
|
protected Node |
CTab.rightNode
|
Fields in fhm.edu.fem.calc.objects with type parameters of type Node | |
---|---|
protected java.util.ArrayList<Node> |
NodeList.nodes
|
Methods in fhm.edu.fem.calc.objects that return Node | |
---|---|
Node |
ElementList.doesNodeExistBetween(Node a,
Node b)
Checks if somewhere in this elementlist does a node already exist between the given nodes (in any element) |
Node |
MembraneCircle.getCenterNode()
|
Node |
CTab.getLeftNode()
|
Node |
CTab.getMidNode()
|
Node |
Force.getNode()
|
Node |
NodeList.getNode(int nodeIndex)
Retrieve a node with the given index from the list |
Node |
CTab.getNode(int i)
Returns the node depending on i usage: i = 1 (left node), 2 (mid node), 3 (right node) |
Node |
NodeList.getNodeInCorrectOrder(int i)
Retrieve the nodes in the correct order |
Node |
CTab.getRightNode()
|
Methods in fhm.edu.fem.calc.objects that return types with arguments of type Node | |
---|---|
java.util.ArrayList<Node> |
NodeList.getList()
|
Methods in fhm.edu.fem.calc.objects with parameters of type Node | |
---|---|
boolean |
NodeList.contains(Node node)
Search for a specific node |
Node |
ElementList.doesNodeExistBetween(Node a,
Node b)
Checks if somewhere in this elementlist does a node already exist between the given nodes (in any element) |
void |
NodeList.setCenterNodeAtBeginning(Node node)
Set the center node at the beginning of the list |
void |
NodeList.setNode(Node node)
Set a new node in the list. |
Constructors in fhm.edu.fem.calc.objects with parameters of type Node | |
---|---|
CTab(int id,
Node leftNode,
Node midNode,
Node rightNode)
Construct a new CTab |
|
Force(int id,
double x,
double y,
Node node)
Construct a new force with the given ID |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |