#include <src/finite_elements/HODataOperators.hpp>
Definition at line 415 of file HODataOperators.hpp.
◆ AddHOOps()
◆ add()
Definition at line 795 of file HODataOperators.cpp.
804 jac_ptr = boost::make_shared<MatrixDouble>();
806 det_ptr = boost::make_shared<VectorDouble>();
808 inv_jac_ptr = boost::make_shared<MatrixDouble>();
810 if (geom_field_name.empty()) {
812 pipeline.push_back(
new OpCalculateHOJac<2>(jac_ptr));
816 pipeline.push_back(
new OpCalculateHOCoords<2>(geom_field_name));
819 pipeline.push_back(
new OpGetHONormalsOnFace<2>(geom_field_name));
822 pipeline.push_back(
new OpInvertMatrix<2>(jac_ptr, det_ptr, inv_jac_ptr));
823 pipeline.push_back(
new OpSetHOWeightsOnFace());
825 for (
auto s : spaces) {
831 pipeline.push_back(
new OpSetHOInvJacToScalarBases<2>(s, inv_jac_ptr));
838 pipeline.push_back(
new OpMakeHdivFromHcurl());
The documentation for this struct was generated from the following files: