#include <src/finite_elements/HODataOperators.hpp>
Definition at line 459 of file HODataOperators.hpp.
◆ AddHOOps()
◆ add()
Definition at line 978 of file HODataOperators.cpp.
986 jac = boost::make_shared<MatrixDouble>();
988 det = boost::make_shared<VectorDouble>();
990 inv_jac = boost::make_shared<MatrixDouble>();
992 if (geom_field_name.empty()) {
994 pipeline.push_back(
new OpCalculateHOJac<3>(jac));
998 pipeline.push_back(
new OpCalculateHOCoords<3>(geom_field_name));
1003 pipeline.push_back(
new OpInvertMatrix<3>(jac, det, inv_jac));
1004 pipeline.push_back(
new OpSetHOWeights(det));
1006 for (
auto s : spaces) {
1011 pipeline.push_back(
new OpSetHOInvJacToScalarBases<3>(
H1, inv_jac));
1014 pipeline.push_back(
new OpSetHOCovariantPiolaTransform(
HCURL, inv_jac));
1015 pipeline.push_back(
new OpSetHOInvJacVectorBase(
HCURL, inv_jac));
1019 new OpSetHOContravariantPiolaTransform(
HDIV, det, jac));
1022 pipeline.push_back(
new OpSetHOInvJacToScalarBases<3>(
L2, inv_jac));
The documentation for this struct was generated from the following files: