#include <src/finite_elements/HODataOperators.hpp>
Definition at line 429 of file HODataOperators.hpp.
◆ AddHOOps()
◆ add()
Definition at line 829 of file HODataOperators.cpp.
838 jac_ptr = boost::make_shared<MatrixDouble>();
840 det_ptr = boost::make_shared<VectorDouble>();
842 inv_jac_ptr = boost::make_shared<MatrixDouble>();
844 if (geom_field_name.empty()) {
848 pipeline.push_back(
new OpCalculateHOCoords<3>(geom_field_name));
849 pipeline.push_back(
new OpGetHONormalsOnFace<3>(geom_field_name));
853 pipeline.push_back(
new OpInvertMatrix<3>(jac_ptr, det_ptr, inv_jac_ptr));
854 pipeline.push_back(
new OpSetHOWeightsOnFace());
856 for (
auto s : spaces) {
862 new OpSetInvJacH1ForFaceEmbeddedIn3DSpace(inv_jac_ptr));
865 pipeline.push_back(
new OpMakeHdivFromHcurl());
874 new OpSetInvJacL2ForFaceEmbeddedIn3DSpace(inv_jac_ptr));
The documentation for this struct was generated from the following files: