Package | Description |
---|---|
org.catacomb.numeric.mesh |
Modifier and Type | Class and Description |
---|---|
class |
DifMeshPoint |
Modifier and Type | Field and Description |
---|---|
(package private) MeshPoint[] |
DifMeshBuilder.points |
(package private) MeshPoint[] |
DifMesh.points |
Modifier and Type | Method and Description |
---|---|
static MeshPoint[] |
Discretizer.discretize(MeshPoint[] pt,
double disqrtr,
int maxnpt)
divided into segments with equal integral of
the square root of the radius, given by disqrtr.
|
MeshPoint[] |
DifMeshPoint.getNeighbors() |
MeshPoint[] |
MeshPoint.getNeighbors() |
MeshPoint |
DifMesh.getPoint(int ipt) |
MeshPoint[] |
DifMesh.getPoints() |
static MeshPoint[] |
Discretizer.merge(MeshPoint[] pt,
double maxdr,
double maxlen,
double tol) |
MeshPoint |
DifMeshPoint.newPoint() |
MeshPoint |
MeshPoint.newPoint() |
MeshPoint[] |
DifMeshPoint.newPointArray(int n) |
MeshPoint[] |
MeshPoint.newPointArray(int n) |
Modifier and Type | Method and Description |
---|---|
void |
DifMeshPoint.addNeighbor(MeshPoint nnn) |
void |
MeshPoint.addNeighbor(MeshPoint nnn) |
static MeshPoint[] |
Discretizer.discretize(MeshPoint[] pt,
double disqrtr,
int maxnpt)
divided into segments with equal integral of
the square root of the radius, given by disqrtr.
|
static double |
Discretizer.distanceBetween(MeshPoint cp,
MeshPoint cq) |
static double[] |
Discretizer.getSubdivision(MeshPoint cpa,
MeshPoint cpb,
double disqrtr) |
static void |
Discretizer.locateBetween(MeshPoint cpa,
MeshPoint cpb,
double f,
MeshPoint cpn) |
static MeshPoint[] |
Discretizer.merge(MeshPoint[] pt,
double maxdr,
double maxlen,
double tol) |
static NetStructure |
MeshNetConverter.meshToNet(MeshPoint[] pts,
NetFactory netFactory) |
static void |
Discretizer.movePerp(MeshPoint ca,
MeshPoint cb,
double dperp,
MeshPoint cm) |
static void |
Discretizer.recMerge(MeshPoint cp,
double maxdr,
double maxlen,
double tol) |
void |
DifMeshPoint.replaceNeighbor(MeshPoint oldNode,
MeshPoint newNode) |
void |
MeshPoint.replaceNeighbor(MeshPoint oldNode,
MeshPoint newNode) |
void |
DifMesh.setPoints(MeshPoint[] dmpa) |
Copyright © 2013. All Rights Reserved.