public class CanonicalFemElementSampler extends FemElementSamplerBase
Constructor and Description |
---|
CanonicalFemElementSampler() |
Modifier and Type | Method and Description |
---|---|
double |
isample(Point3d coord,
Point3d pnt)
Generates a sample point from within the previously used or assigned finite element,
returns probability density of point, used mainly for numerical integration
|
void |
sample(Point3d coord,
Point3d pnt)
Generates a sample point from within the previously used or assigned finite element
|
sample, sample, setElement
public void sample(Point3d coord, Point3d pnt)
FemElementSampler
coord
- sampled local coordinate within the element (natural coordinates)pnt
- spatial location of pointpublic double isample(Point3d coord, Point3d pnt)
FemElementSampler
coord
- sampled local coordinate within the element (natural coordinates)pnt
- spatial location of point