|  | v0.15.0 | 
Specialization for 2D face elements in 3D problems with 3D space. More...
#include "src/finite_elements/HODataOperators.hpp"
| Public Member Functions | |
| AddHOOps ()=delete | |
| Static Public Member Functions | |
| static MoFEMErrorCode | add (boost::ptr_deque< ForcesAndSourcesCore::UserDataOperator > &pipeline, std::vector< FieldSpace > space, std::string geom_field_name="") | 
| Add high-order operators to the pipeline for 2D face elements in 3D. | |
Specialization for 2D face elements in 3D problems with 3D space.
This specialization adds high-order operators for 2D face elements operating in 3D problems within 3D coordinate space. Commonly used for surface elements, boundary conditions, membranes, or shell structures in 3D finite element analysis.
Definition at line 724 of file HODataOperators.hpp.
| 
 | delete | 
| 
 | static | 
Add high-order operators to the pipeline for 2D face elements in 3D.
| pipeline | Pipeline to add operators to | 
| space | Vector of field spaces to be handled | 
| geom_field_name | Name of the geometry field (default: empty string) | 
Definition at line 946 of file HODataOperators.cpp.
