12 #ifndef MFEM_LIBCEED_DIFF_HPP
13 #define MFEM_LIBCEED_DIFF_HPP
15 #include "../../interface/integrator.hpp"
16 #include "../../interface/mixed_integrator.hpp"
17 #include "../../../fespace.hpp"
71 #endif // MFEM_LIBCEED_DIFF_HPP
MixedPADiffusionIntegrator(const DiffusionIntegrator &integ, const mfem::FiniteElementSpace &fes, mfem::Coefficient *Q)
Class for an integration rule - an Array of IntegrationPoint.
MFDiffusionIntegrator(const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &ir, mfem::Coefficient *Q)
Represent a DiffusionIntegrator with AssemblyLevel::None using libCEED.
This class wraps a ceed::PAIntegrator or ceed::MFIntegrator to support mixed finite element spaces...
Represent a DiffusionIntegrator with AssemblyLevel::Partial using libCEED.
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
Base class Coefficients that optionally depend on space and time. These are used by the BilinearFormI...
PADiffusionIntegrator(const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &ir, mfem::Coefficient *Q)
MixedMFDiffusionIntegrator(const DiffusionIntegrator &integ, const mfem::FiniteElementSpace &fes, mfem::Coefficient *Q)