21 #ifndef ZONE_CENTERED_TET_REFINER_H 22 #define ZONE_CENTERED_TET_REFINER_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 28 #ifndef LOCAL_FIELD_REFINER_H 29 #include "SheafSystem/local_field_refiner.h" 105 enum static_const_int {REFINED_ZONE_CT = 4};
127 virtual int db()
const;
132 virtual const std::string& zone_type_name()
const;
137 virtual size_type refined_zone_ct()
const;
178 virtual bool invariant()
const;
183 virtual bool is_ancestor_of(
const any* xother)
const;
191 #endif // ifndef ZONE_CENTERED_TET_REFINER_H double chart_point_coord_type
The type of local coordinate in the base space; the scalar type for the local coordinate vector space...
A buffer for data which is used by both a local_field_refiner object and its associated field_refinem...
Namespace for fields component of sheaf system.
block< scoped_index > _vertex_ids
The ids of the original vertices.
Abstract base class with useful features for all objects.
An index within the external ("client") scope of a given id space.
unsigned long size_type
An unsigned integral type used to represent sizes and capacities.
An abstract policy that determines the conditions under which a zone should be refined.
scoped_index _zone_ctr_id
The index of the point added by the current base space refinement.
An abstract refiner for a field over a local region (primitive cell) in the base space.
A field refiner that subdivides a tet into 4 tets by introducing a new vertex in the center...