|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcae.mesh.bora.ds.BSubMesh
public class BSubMesh
Constructor Summary | |
---|---|
BSubMesh(BModel m,
int id)
Creates a root mesh. |
Method Summary | |
---|---|
void |
add(Constraint cons)
Add a constraint to current submesh |
java.util.Collection<Constraint> |
getConstraints()
|
int |
getId()
|
static void |
main(java.lang.String[] args)
|
void |
printSubmeshDiscretizations()
Prints discretizations to a submesh. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BSubMesh(BModel m, int id)
Method Detail |
---|
public int getId()
public java.util.Collection<Constraint> getConstraints()
public void add(Constraint cons)
cons
- constraint to addpublic void printSubmeshDiscretizations()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |