Loading...
Searching...
No Matches
levelSetCartesianKernel.cpp
44LevelSetCartesianKernel::LevelSetCartesianKernel(VolCartesian &patch, LevelSetFillIn fillIn ): LevelSetCachedKernel( &patch, fillIn ){
LevelSetCachedKernel(VolumeKernel *, LevelSetFillIn fillIn)
Definition levelSetKernel.cpp:297
double getCellTangentRadius() const
Definition levelSetCartesianKernel.cpp:83
VolCartesian * getMesh() const override
Definition levelSetCartesianKernel.cpp:69
LevelSetCartesianKernel(VolCartesian &patch, LevelSetFillIn fillIn)
Definition levelSetCartesianKernel.cpp:44
double computeCellTangentRadius(long) const override
Definition levelSetCartesianKernel.cpp:125
std::array< double, 3 > computeCellCentroid(long) const override
Definition levelSetCartesianKernel.cpp:109
double getCellBoundingRadius() const
Definition levelSetCartesianKernel.cpp:97
double computeCellBoundingRadius(long) const override
Definition levelSetCartesianKernel.cpp:142
virtual VolumeKernel * getMesh() const
Definition levelSetKernel.cpp:83
std::array< double, 3 > evalCellCentroid(long id) const override
Definition volcartesian.cpp:2219
std::array< double, 3 > getSpacing() const
Definition volcartesian.cpp:910
The namespace 'patch' contains routines for interacting with the patch manager.
Definition patch_manager.cpp:185
