java.lang.Objectcomputational.geometry.meshgeneration.MeshGeneration
computational.geometry.meshgeneration.NonUniformMeshGeneration
public class NonUniformMeshGeneration
| Field Summary |
|---|
| Fields inherited from class computational.geometry.meshgeneration.MeshGeneration |
|---|
DESTINATION, history, MAXGRIDEDGE, ORIGIN, UNDEF, UNITYINGRID |
| Constructor Summary | |
|---|---|
NonUniformMeshGeneration()
CONSTRUCTORS |
|
NonUniformMeshGeneration(Square U)
|
|
NonUniformMeshGeneration(Square U,
LogManager history)
|
|
| Method Summary | |
|---|---|
void |
checkPreconditions()
CONCRETIZATION |
void |
clear()
|
java.util.Collection |
NUMG()
|
void |
update()
|
| Methods inherited from class computational.geometry.meshgeneration.MeshGeneration |
|---|
addPoint, amplitudeisPowerOf2, build_grid, build_Polygon_From_Points, build_Polygon, deletegrid, draw_grid, draw_Polygon, draw_Segment, getLogManager, getPoint, getPolygonList, getSquare, getSquareinGrid, griddrawn, isgridcreated, isNumberofPointsCorrect, isUpdated, PerformRigthPoint, PointsisEmpty, PointsSize, removePoint, setLogManager, setPoints, setPoligonList, setSquare, setSquare, setUpdated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NonUniformMeshGeneration()
public NonUniformMeshGeneration(Square U)
public NonUniformMeshGeneration(Square U,
LogManager history)
| Method Detail |
|---|
public void checkPreconditions()
throws PreconditionViolatedException
checkPreconditions in class MeshGenerationPreconditionViolatedExceptionpublic void clear()
clear in class MeshGenerationpublic java.util.Collection NUMG()
NUMG in class MeshGenerationpublic void update()
update in class MeshGeneration