![]() |
v0.15.0 |
Specialization for 1D edge 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 1D edge elements in 3D. | |
Specialization for 1D edge elements in 3D problems with 3D space.
This specialization adds high-order operators for 1D edge elements operating in 3D problems within 3D coordinate space. Used for edge-based computations such as line integrals, boundary conditions, or wire-like structures in 3D finite element analysis.
Definition at line 698 of file HODataOperators.hpp.
|
delete |
|
static |
Add high-order operators to the pipeline for 1D edge 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 919 of file HODataOperators.cpp.