MFEM v4.7.0
Finite element discretization library
|
Abstract base class LinearFormIntegrator. More...
#include <lininteg.hpp>
Public Member Functions | |
virtual bool | SupportsDevice () const |
Method probing for assembly on device. | |
virtual void | AssembleDevice (const FiniteElementSpace &fes, const Array< int > &markers, Vector &b) |
Method defining assembly on device. | |
virtual void | AssembleRHSElementVect (const FiniteElement &el, ElementTransformation &Tr, Vector &elvect)=0 |
virtual void | AssembleRHSElementVect (const FiniteElement &el, FaceElementTransformations &Tr, Vector &elvect) |
virtual void | AssembleRHSElementVect (const FiniteElement &el1, const FiniteElement &el2, FaceElementTransformations &Tr, Vector &elvect) |
virtual void | SetIntRule (const IntegrationRule *ir) |
const IntegrationRule * | GetIntRule () |
virtual | ~LinearFormIntegrator () |
Protected Member Functions | |
LinearFormIntegrator (const IntegrationRule *ir=NULL) | |
Protected Attributes | |
const IntegrationRule * | IntRule |
Abstract base class LinearFormIntegrator.
Definition at line 24 of file lininteg.hpp.
|
inlineprotected |
Definition at line 29 of file lininteg.hpp.
|
inlinevirtual |
Definition at line 57 of file lininteg.hpp.
|
virtual |
Method defining assembly on device.
Reimplemented in mfem::BoundaryLFIntegrator, mfem::BoundaryNormalLFIntegrator, mfem::DomainLFGradIntegrator, mfem::DomainLFIntegrator, mfem::VectorDomainLFGradIntegrator, mfem::VectorDomainLFIntegrator, mfem::VectorFEBoundaryFluxLFIntegrator, and mfem::VectorFEDomainLFIntegrator.
Definition at line 18 of file lininteg.cpp.
|
pure virtual |
Given a particular Finite Element and a transformation (Tr) computes the element vector, elvect.
Implemented in mfem::BoundaryFlowIntegrator, mfem::BoundaryLFIntegrator, mfem::BoundaryNormalLFIntegrator, mfem::BoundaryTangentialLFIntegrator, mfem::DGDirichletLFIntegrator, mfem::DGElasticityDirichletLFIntegrator, mfem::DomainLFGradIntegrator, mfem::DomainLFIntegrator, mfem::QuadratureLFIntegrator, mfem::SBM2DirichletLFIntegrator, mfem::SBM2NeumannLFIntegrator, mfem::VectorBoundaryFluxLFIntegrator, mfem::VectorBoundaryLFIntegrator, mfem::VectorDomainLFGradIntegrator, mfem::VectorDomainLFIntegrator, mfem::VectorFEBoundaryFluxLFIntegrator, mfem::VectorFEBoundaryTangentLFIntegrator, mfem::VectorFEDomainLFCurlIntegrator, mfem::VectorFEDomainLFDivIntegrator, mfem::VectorFEDomainLFIntegrator, mfem::VectorQuadratureLFIntegrator, and mfem::WhiteGaussianNoiseDomainLFIntegrator.
|
virtual |
Reimplemented in mfem::BoundaryFlowIntegrator, mfem::BoundaryLFIntegrator, mfem::BoundaryNormalLFIntegrator, mfem::BoundaryTangentialLFIntegrator, mfem::DGDirichletLFIntegrator, mfem::DGElasticityDirichletLFIntegrator, mfem::DomainLFGradIntegrator, mfem::DomainLFIntegrator, mfem::QuadratureLFIntegrator, mfem::SBM2DirichletLFIntegrator, mfem::SBM2NeumannLFIntegrator, mfem::VectorBoundaryFluxLFIntegrator, mfem::VectorBoundaryLFIntegrator, mfem::VectorDomainLFGradIntegrator, mfem::VectorDomainLFIntegrator, mfem::VectorFEBoundaryFluxLFIntegrator, mfem::VectorFEBoundaryTangentLFIntegrator, mfem::VectorFEDomainLFCurlIntegrator, mfem::VectorFEDomainLFDivIntegrator, mfem::VectorFEDomainLFIntegrator, mfem::VectorQuadratureLFIntegrator, and mfem::WhiteGaussianNoiseDomainLFIntegrator.
Definition at line 25 of file lininteg.cpp.
|
virtual |
Reimplemented in mfem::BoundaryFlowIntegrator, mfem::BoundaryLFIntegrator, mfem::BoundaryNormalLFIntegrator, mfem::BoundaryTangentialLFIntegrator, mfem::DGDirichletLFIntegrator, mfem::DGElasticityDirichletLFIntegrator, mfem::DomainLFGradIntegrator, mfem::DomainLFIntegrator, mfem::QuadratureLFIntegrator, mfem::SBM2DirichletLFIntegrator, mfem::SBM2NeumannLFIntegrator, mfem::VectorBoundaryFluxLFIntegrator, mfem::VectorBoundaryLFIntegrator, mfem::VectorDomainLFGradIntegrator, mfem::VectorDomainLFIntegrator, mfem::VectorFEBoundaryFluxLFIntegrator, mfem::VectorFEBoundaryTangentLFIntegrator, mfem::VectorFEDomainLFCurlIntegrator, mfem::VectorFEDomainLFDivIntegrator, mfem::VectorFEDomainLFIntegrator, mfem::VectorQuadratureLFIntegrator, and mfem::WhiteGaussianNoiseDomainLFIntegrator.
Definition at line 31 of file lininteg.cpp.
|
inline |
Definition at line 55 of file lininteg.hpp.
|
inlinevirtual |
Reimplemented in mfem::QuadratureLFIntegrator, and mfem::VectorQuadratureLFIntegrator.
Definition at line 54 of file lininteg.hpp.
|
inlinevirtual |
Method probing for assembly on device.
Reimplemented in mfem::BoundaryLFIntegrator, mfem::BoundaryNormalLFIntegrator, mfem::DomainLFGradIntegrator, mfem::DomainLFIntegrator, mfem::VectorDomainLFGradIntegrator, mfem::VectorDomainLFIntegrator, mfem::VectorFEBoundaryFluxLFIntegrator, and mfem::VectorFEDomainLFIntegrator.
Definition at line 34 of file lininteg.hpp.
|
protected |
Definition at line 27 of file lininteg.hpp.