#include <src/finite_elements/HODataOperators.hpp>
Definition at line 496 of file HODataOperators.hpp.
◆ AddHOOps()
◆ add()
Definition at line 735 of file HODataOperators.cpp.
737 {
739
740 if (geom_field_name.empty()) {
741
742 } else {
743
744 pipeline.push_back(new OpCalculateHOCoords<3>(geom_field_name));
745 pipeline.push_back(new OpGetHOTangentsOnEdge<3>(geom_field_name));
746 }
747
748 for (auto s : spaces) {
749 switch (s) {
751 pipeline.push_back(
new OpHOSetContravariantPiolaTransformOnEdge3D(
HCURL));
752 break;
753 default:
756 }
757 }
758
760}
@ HCURL
field with continuous tangents
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: