#include <src/finite_elements/HODataOperators.hpp>
Definition at line 427 of file HODataOperators.hpp.
◆ AddHOOps()
◆ add()
Definition at line 857 of file HODataOperators.cpp.
866 jac_ptr = boost::make_shared<MatrixDouble>();
868 det_ptr = boost::make_shared<VectorDouble>();
870 inv_jac_ptr = boost::make_shared<MatrixDouble>();
872 if (geom_field_name.empty()) {
876 pipeline.push_back(
new OpCalculateHOCoords<3>(geom_field_name));
877 pipeline.push_back(
new OpGetHONormalsOnFace<3>(geom_field_name));
881 pipeline.push_back(
new OpInvertMatrix<3>(jac_ptr, det_ptr, inv_jac_ptr));
882 pipeline.push_back(
new OpSetHOWeightsOnFace());
884 for (
auto s : spaces) {
890 new OpSetInvJacH1ForFaceEmbeddedIn3DSpace(inv_jac_ptr));
893 pipeline.push_back(
new OpMakeHdivFromHcurl());
902 new OpSetInvJacL2ForFaceEmbeddedIn3DSpace(inv_jac_ptr));
The documentation for this struct was generated from the following files: