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