Home
last modified time | relevance | path

Searched refs:GetQuadrature1D (Results 1 – 5 of 5) sorted by relevance

/dports/math/mfem/mfem-4.3/fem/
H A Dtfe.hpp141 int pt_type = BasisType::GetQuadrature1D(type); in Init()
201 int pt_type = BasisType::GetQuadrature1D(type); in Init()
259 int pt_type = BasisType::GetQuadrature1D(type); in Init()
320 int pt_type = BasisType::GetQuadrature1D(type); in Init()
379 int pt_type = BasisType::GetQuadrature1D(type); in Init()
448 int pt_type = BasisType::GetQuadrature1D(type); in Init()
H A Dfe_coll.cpp1541 int pt_type = BasisType::GetQuadrature1D(btype); in H1_FECollection()
2245 int cp_type = BasisType::GetQuadrature1D(cb_type); in RT_FECollection()
2246 int op_type = BasisType::GetQuadrature1D(ob_type); in RT_FECollection()
2308 if (Quadrature1D::CheckOpen(BasisType::GetQuadrature1D(ob_type)) == in RT_FECollection()
2321 int op_type = BasisType::GetQuadrature1D(ob_type); in InitFaces()
2563 int op_type = BasisType::GetQuadrature1D(ob_type); in ND_FECollection()
2564 int cp_type = BasisType::GetQuadrature1D(cb_type); in ND_FECollection()
H A Dfe.hpp63 static int GetQuadrature1D(int b_type) in GetQuadrature1D() function in mfem::BasisType
587 const int q_type = BasisType::GetQuadrature1D(b_type); in IsClosedType()
596 const int q_type = BasisType::GetQuadrature1D(b_type); in IsOpenType()
H A Dfe.cpp7646 const int qtype = BasisType::GetQuadrature1D(btype); in GetPoints()
/dports/math/mfem/mfem-4.3/mesh/
H A Dmesh.cpp3908 const int q_type = BasisType::GetQuadrature1D(ref_type); in MakeRefined_()