Home
last modified time | relevance | path

Searched refs:H_DIV (Results 1 – 8 of 8) sorted by relevance

/dports/math/mfem/mfem-4.3/tests/unit/fem/
H A Dtest_fe.cpp322 REQUIRE( fe.GetDerivMapType() == (int) FiniteElement::H_DIV );
353 REQUIRE( fe.GetDerivMapType() == (int) FiniteElement::H_DIV );
381 REQUIRE( fe.GetMapType() == (int) FiniteElement::H_DIV );
412 REQUIRE( fe.GetMapType() == (int) FiniteElement::H_DIV );
443 REQUIRE( fe.GetMapType() == (int) FiniteElement::H_DIV );
474 REQUIRE( fe.GetMapType() == (int) FiniteElement::H_DIV );
H A Dtest_1d_bilininteg.cpp43 case FiniteElement::H_DIV: in MapTypeName()
H A Dtest_2d_bilininteg.cpp171 case FiniteElement::H_DIV: in MapTypeName()
H A Dtest_3d_bilininteg.cpp513 case FiniteElement::H_DIV: in MapTypeName()
/dports/math/mfem/mfem-4.3/miniapps/tools/
H A Ddisplay-basis.cpp351 mType = FiniteElement::H_DIV; in main()
611 case FiniteElement::H_DIV: in mapTypeStr()
/dports/math/mfem/mfem-4.3/fem/
H A Dfe.cpp912 case H_DIV: in SetDerivMembers()
923 deriv_map_type = H_DIV; in SetDerivMembers()
948 MFEM_ASSERT(map_type == H_DIV, ""); in CalcVShape_RT()
3530 : VectorFiniteElement(2, Geometry::TRIANGLE, 3, 1, H_DIV) in RT0TriangleFiniteElement()
3755 : VectorFiniteElement(2, Geometry::TRIANGLE, 8, 2, H_DIV) in RT1TriangleFiniteElement()
4135 : VectorFiniteElement(2, Geometry::TRIANGLE, 15, 3, H_DIV) in RT2TriangleFiniteElement()
6874 : VectorFiniteElement(3, Geometry::TETRAHEDRON, 4, 1, H_DIV) in RT0TetFiniteElement()
10831 H_DIV, DofMapType::L2_DOF_MAP), in RT_QuadrilateralElement()
11105 ob_type, H_DIV, DofMapType::L2_DOF_MAP), in RT_HexahedronElement()
11489 H_DIV, FunctionSpace::Pk), in RT_TriangleElement()
[all …]
H A Dtransfer.cpp205 else if (map_type == FiniteElement::H_DIV || in BackwardOperator()
H A Dfe.hpp283 H_DIV, /**< For vector fields; preserves surface integrals of the enumerator