NOMAD Source
Version 4.0.0 Beta
|
This is the complete list of members for GMesh, including all inherited members.
_enforceSanityChecks | GMesh | private |
_frameSizeExp | GMesh | private |
_frameSizeMant | GMesh | private |
_granularity | GMesh | private |
_initFrameSizeExp | GMesh | private |
_initialFrameSize | MeshBase | protected |
_initialMeshSize | MeshBase | protected |
_minFrameSize | MeshBase | protected |
_minMeshSize | MeshBase | protected |
_n | MeshBase | protected |
_pbParams | MeshBase | protected |
checkDeltasGranularity(const size_t i, const Double &deltaMeshSize, const Double &deltaFrameSize) const | GMesh | private |
checkFrameSizeIntegrity(const Double &frameSizeExp, const Double &frameSizeMant) const | GMesh | private |
checkMeshForStopping(std::shared_ptr< AllStopReasons > algoStopReason) const override | GMesh | virtual |
checkSetDeltas(const size_t i, const Double &deltaMeshSize, const Double &deltaFrameSize) const | GMesh | private |
enlargeDeltaFrameSize(const Direction &direction, const Double &anisotropyFactor=0.1, bool anisotropicMesh=true) override | GMesh | virtual |
getDeltaFrameSize() const override | GMesh | virtual |
getDeltaFrameSize(const size_t i) const override | GMesh | virtual |
getDeltaFrameSize(const Double &granularity, const Double &frameSizeMant, const Double &frameSizeExp) const | GMesh | private |
getDeltaFrameSizeCoarser() const override | GMesh | virtual |
getDeltaFrameSizeCoarser(const size_t i) const override | GMesh | virtual |
getdeltaMeshSize() const override | GMesh | virtual |
getdeltaMeshSize(const size_t i) const override | GMesh | virtual |
getdeltaMeshSize(const Double &frameSizeExp, const Double &initFrameSizeExp, const Double &granularity) const | GMesh | private |
getFrameSizeExp() const | GMesh | inline |
getFrameSizeMant() const | GMesh | inline |
getGranularity() const | GMesh | inline |
getInitFrameSizeExp() const | GMesh | inline |
getInitialFrameSize() const | MeshBase | inline |
getInitialMeshSize() const | MeshBase | inline |
getLargerMantExp(Double &frameSizeMant, Double &frameSizeExp) const | GMesh | private |
getMinFrameSize() const | MeshBase | inline |
getMinMeshSize() const | MeshBase | inline |
getRho(const size_t i) const override | GMesh | virtual |
getRho() const override | GMesh | inlinevirtual |
getSize() const | MeshBase | inline |
GMesh(std::shared_ptr< PbParameters > parameters) | GMesh | inlineexplicit |
init() | GMesh | private |
initFrameSizeGranular(const ArrayOfDouble &contInitFrameSize) | GMesh | private |
MeshBase(std::shared_ptr< PbParameters > pbParams) | MeshBase | explicit |
projectOnMesh(const Point &point, const Point &frameCenter) const override | GMesh | virtual |
refineDeltaFrameSize() override | GMesh | virtual |
refineDeltaFrameSize(Double &frameSizeMant, Double &frameSizeExp, const Double &granularity) const | GMesh | private |
roundFrameSizeExp(const Double &exp) | GMesh | private |
roundFrameSizeMant(const Double &mant) | GMesh | private |
scaleAndProjectOnMesh(size_t i, const Double &l) const override | GMesh | virtual |
scaleAndProjectOnMesh(const Direction &dir) const override | GMesh | virtual |
setDeltas(const ArrayOfDouble &deltaMeshSize, const ArrayOfDouble &deltaFrameSize) override | GMesh | virtual |
setDeltas(const size_t i, const Double &deltaMeshSize, const Double &deltaFrameSize) override | GMesh | virtual |
setEnforceSanityChecks(const bool doubleCheck) | GMesh | inline |
updatedeltaMeshSize() override | GMesh | virtual |
verifyDimension(const std::string &arrayName, size_t dim) | MeshBase | protected |
verifyPointIsOnMesh(const Point &point, const Point &frameCenter) const | MeshBase | |
~MeshBase() | MeshBase | inlinevirtual |