Modifier and Type | Field and Description |
---|---|
(package private) int[] |
indexTable |
(package private) MeshPoint[] |
points |
Constructor and Description |
---|
DifMesh() |
Modifier and Type | Method and Description |
---|---|
MeshPoint |
getPoint(int ipt) |
MeshPoint[] |
getPoints() |
int[] |
getRemeshMap() |
int |
getSize() |
private void |
makeIndexTable() |
NetStructure |
makeNetStructure(NetFactory nf) |
void |
rediscretize(double disqrtr,
int nmax) |
void |
setPoints(MeshPoint[] dmpa) |
MeshPoint[] points
int[] indexTable
public void setPoints(MeshPoint[] dmpa)
public MeshPoint[] getPoints()
public MeshPoint getPoint(int ipt)
public int[] getRemeshMap()
private void makeIndexTable()
public void rediscretize(double disqrtr, int nmax)
public int getSize()
public NetStructure makeNetStructure(NetFactory nf)
Copyright © 2013. All Rights Reserved.