21 #ifndef PRINT_PROPERTY_DOFS_ACTION_H 22 #define PRINT_PROPERTY_DOFS_ACTION_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 28 #ifndef DISCRETIZATION_PUSH_ACTION_H 29 #include "SheafSystem/discretization_push_action.h" 33 #include "SheafSystem/block.h" 38 class index_space_handle;
50 using namespace sheaf;
73 bool xzero_specified =
false);
127 bool _zero_specified;
144 #endif // ifndef PRINT_PROPERTY_DOFS_ACTION_H Namespace for fields component of sheaf system.
An abstract handle to a space of alternate integer identifiers (aliases) for a subset of a hub set of...
The action to executed by discretization_pusher::push on each member of a discretization subposet...
An index within the external ("client") scope of a given id space.
void(* property_dof_function_type)(block< sec_vd_value_type > &xglobal_coords, block< sec_vd_dof_type > &xproperty_dofs)
The type of the function for computing the property dofs at given global coordinates.
A section of a fiber bundle with a d-dimensional vector space fiber.
Namespace for the sheaves component of the sheaf system.
Namespace for the fiber_bundles component of the sheaf system.
A discretization push action for field_vds::print_property_dofs.