20 #ifndef INTEGRABLE_SECTION_EVALUATOR_H 21 #define INTEGRABLE_SECTION_EVALUATOR_H 23 #ifndef DIFFERENTIABLE_SECTION_EVALUATOR_H 24 #include "SheafSystem/differentiable_section_evaluator.h" 27 #ifndef SHEAF_DLL_SPEC_H 28 #include "SheafSystem/sheaf_dll_spec.h" 34 using namespace sheaf;
73 virtual void integrate(
const dof_type xcoord_dofs[],
84 virtual void integrate(
const dof_type xcoord_dofs[],
145 virtual bool invariant()
const;
150 virtual bool is_ancestor_of(
const any* other)
const;
172 bool xinclude_shallow =
true);
177 #endif // ifndef INTEGRABLE_SECTION_EVALUATOR_H sec_vd_dof_type dof_type
The type of degree of freedom.
Abstract base class with useful features for all objects.
An abstract section evaluator that can be differentiated.
unsigned long size_type
An unsigned integral type used to represent sizes and capacities.
chart_point_coord_type coord_type
The type of local coordinate; the scalar type for the local coordinate vector space.
vd_value_type value_type
The type of component in the value; the scalar type in the range vector space.
int_type pod_index_type
The plain old data index type.
Namespace for the sheaves component of the sheaf system.
An abstract section evaluator with a bounded domain that supports integration (volume calculation) as...
Namespace for the fiber_bundles component of the sheaf system.