AFEPack
|
#include <HGeometry.h>
公有类型 | |
enum | { dim = DIM, dow = DOW } |
typedef RegularMesh< DIM, DOW > | mesh_t |
公有成员 | |
Indicator () | |
Indicator (mesh_t &m) | |
~Indicator () | |
const mesh_t & | mesh () const |
void | reinit (mesh_t &m, bool is_bare=false) |
公有属性 | |
mesh_t * | msh |
Indicator of the mesh adaptor, related with a mesh. It's in fact a {double} array corresponding to every element of mesh, to indicate if the element should be refined or coarsed. The package will check if the indicator is related with certain mesh before applying it to adapt the mesh.
void Indicator< DIM, DOW >::reinit | ( | mesh_t & | m, |
bool | is_bare = false |
||
) | [inline] |