Home
last modified time | relevance | path

Searched refs:ir_order (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/mfem/
H A Dbp1.hpp97 const int ir_order = 2 * (order + 2) - 1; // <----- in CeedMassOperator() local
98 const mfem::IntegrationRule &ir = mfem::IntRules.Get(mfem::Geometry::SEGMENT, ir_order); in CeedMassOperator()
H A Dbp3.hpp98 const int ir_order = 2 * (order + 2) - 1; // <----- in CeedDiffusionOperator() local
99 const mfem::IntegrationRule &ir = mfem::IntRules.Get(mfem::Geometry::SEGMENT, ir_order); in CeedDiffusionOperator()