![]() |
v0.15.0 |
Specialization for 1D edge elements in 2D problems with 2D 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 > spaces, std::string geom_field_name="") |
| Add high-order operators to the pipeline for 1D edge elements in 2D. | |
Specialization for 1D edge elements in 2D problems with 2D space.
This specialization adds high-order operators for 1D edge elements operating in 2D problems within 2D coordinate space. Used for edge-based computations such as boundary conditions or line integrals in 2D finite element analysis.
Definition at line 672 of file HODataOperators.hpp.
|
delete |
|
static |
Add high-order operators to the pipeline for 1D edge elements in 2D.
| pipeline | Pipeline to add operators to |
| spaces | Vector of field spaces to be handled |
| geom_field_name | Name of the geometry field (default: empty string) |
Definition at line 887 of file HODataOperators.cpp.