#include <src/finite_elements/HODataOperators.hpp>
Definition at line 490 of file HODataOperators.hpp.
◆ AddHOOps()
◆ add()
Definition at line 703 of file HODataOperators.cpp.
705 {
707
708 if (geom_field_name.empty()) {
709
710 } else {
711
712 pipeline.push_back(new OpCalculateHOCoords<2>(geom_field_name));
713 pipeline.push_back(new OpGetHOTangentsOnEdge<2>(geom_field_name));
714 }
715
716 for (auto s : spaces) {
717 switch (s) {
719 break;
721 pipeline.push_back(
new OpHOSetContravariantPiolaTransformOnEdge3D(
HCURL));
722 break;
724 pipeline.push_back(new OpSetContravariantPiolaTransformOnEdge2D());
725 break;
726 default:
729 }
730 }
731
733}
@ HCURL
field with continuous tangents
@ HDIV
field with continuous normal traction
static const char *const FieldSpaceNames[]
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
The documentation for this struct was generated from the following files: