Searched refs:ir_order (Results 1 – 2 of 2) sorted by relevance
97 const int ir_order = 2 * (order + 2) - 1; // <----- in CeedMassOperator() local98 const mfem::IntegrationRule &ir = mfem::IntRules.Get(mfem::Geometry::SEGMENT, ir_order); in CeedMassOperator()
98 const int ir_order = 2 * (order + 2) - 1; // <----- in CeedDiffusionOperator() local99 const mfem::IntegrationRule &ir = mfem::IntRules.Get(mfem::Geometry::SEGMENT, ir_order); in CeedDiffusionOperator()