#include "src/finite_elements/HODataOperators.hpp"
Definition at line 445 of file HODataOperators.hpp.
◆ AddHOOps()
◆ add()
Definition at line 919 of file HODataOperators.cpp.
921 {
923
924 if (geom_field_name.empty()) {
925
926 } else {
927
928 pipeline.push_back(new OpCalculateHOCoords<3>(geom_field_name));
929 pipeline.push_back(new OpGetHOTangentsOnEdge<3>(geom_field_name));
930 }
931
932 for (auto s : spaces) {
933 switch (s) {
935 pipeline.push_back(
new OpHOSetContravariantPiolaTransformOnEdge3D(
HCURL));
936 break;
937 default:
940 }
941 }
942
944}
@ 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: