computational.geometry.meshgeneration
Class NonUniformMeshGeneration

java.lang.Object
  extended by computational.geometry.meshgeneration.MeshGeneration
      extended by computational.geometry.meshgeneration.NonUniformMeshGeneration

public class NonUniformMeshGeneration
extends MeshGeneration


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

NonUniformMeshGeneration

public NonUniformMeshGeneration()
CONSTRUCTORS


NonUniformMeshGeneration

public NonUniformMeshGeneration(Square U)

NonUniformMeshGeneration

public NonUniformMeshGeneration(Square U,
                                LogManager history)
Method Detail

checkPreconditions

public void checkPreconditions()
                        throws PreconditionViolatedException
CONCRETIZATION

Specified by:
checkPreconditions in class MeshGeneration
Throws:
PreconditionViolatedException

clear

public void clear()
Overrides:
clear in class MeshGeneration

NUMG

public java.util.Collection NUMG()
Specified by:
NUMG in class MeshGeneration

update

public void update()
Specified by:
update in class MeshGeneration