#include <src/finite_elements/HODataOperators.hpp>
Definition at line 503 of file HODataOperators.hpp.
◆ AddHOOps()
◆ add()
Definition at line 762 of file HODataOperators.cpp.
764 {
766
767 if (geom_field_name.empty()) {
768 } else {
769
770 pipeline.push_back(new OpCalculateHOCoords<3>(geom_field_name));
771 pipeline.push_back(new OpGetHONormalsOnFace<3>(geom_field_name));
772 }
773
774 for (auto s : spaces) {
775 switch (s) {
777 break;
779 pipeline.push_back(
new OpHOSetCovariantPiolaTransformOnFace3D(
HCURL));
780 break;
782 pipeline.push_back(
new OpHOSetContravariantPiolaTransformOnFace3D(
HDIV));
783 break;
784 default:
787 break;
788 }
789 }
790
792}
@ 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: