#include <src/finite_elements/HODataOperators.hpp>
Definition at line 425 of file HODataOperators.hpp.
◆ AddHOOps()
◆ add()
Definition at line 851 of file HODataOperators.cpp.
860 jac_ptr = boost::make_shared<MatrixDouble>();
862 det_ptr = boost::make_shared<VectorDouble>();
864 inv_jac_ptr = boost::make_shared<MatrixDouble>();
866 if (geom_field_name.empty()) {
870 pipeline.push_back(
new OpCalculateHOCoords<3>(geom_field_name));
871 pipeline.push_back(
new OpGetHONormalsOnFace<3>(geom_field_name));
875 pipeline.push_back(
new OpInvertMatrix<3>(jac_ptr, det_ptr, inv_jac_ptr));
876 pipeline.push_back(
new OpSetHOWeightsOnFace());
878 for (
auto s : spaces) {
884 new OpSetInvJacH1ForFaceEmbeddedIn3DSpace(inv_jac_ptr));
887 pipeline.push_back(
new OpMakeHdivFromHcurl());
896 new OpSetInvJacL2ForFaceEmbeddedIn3DSpace(inv_jac_ptr));
The documentation for this struct was generated from the following files: