MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::VectorFEDomainLFCurlIntegrator Class Reference

\( (Q, \mathrm{curl}(v))_{\Omega} \) for Nedelec Elements More...

#include <lininteg.hpp>

Inheritance diagram for mfem::VectorFEDomainLFCurlIntegrator:
[legend]
Collaboration diagram for mfem::VectorFEDomainLFCurlIntegrator:
[legend]

Public Member Functions

 VectorFEDomainLFCurlIntegrator (VectorCoefficient &F)
 Constructs the domain integrator \((Q, \mathrm{curl}(v)) \).
 
virtual void AssembleRHSElementVect (const FiniteElement &el, ElementTransformation &Tr, Vector &elvect)
 
virtual void AssembleDeltaElementVect (const FiniteElement &fe, ElementTransformation &Trans, Vector &elvect)
 Assemble the delta coefficient at the IntegrationPoint set in Trans which is assumed to map to the delta coefficient center.
 
virtual void AssembleRHSElementVect (const FiniteElement &el, FaceElementTransformations &Tr, Vector &elvect)
 
virtual void AssembleRHSElementVect (const FiniteElement &el1, const FiniteElement &el2, FaceElementTransformations &Tr, Vector &elvect)
 
- Public Member Functions inherited from mfem::DeltaLFIntegrator
bool IsDelta () const
 Returns true if the derived class instance uses a delta coefficient.
 
void GetDeltaCenter (Vector &center)
 Returns the center of the delta coefficient.
 
- Public Member Functions inherited from mfem::LinearFormIntegrator
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 SetIntRule (const IntegrationRule *ir)
 
const IntegrationRuleGetIntRule ()
 
virtual ~LinearFormIntegrator ()
 

Additional Inherited Members

- Protected Member Functions inherited from mfem::DeltaLFIntegrator
 DeltaLFIntegrator (Coefficient &q, const IntegrationRule *ir=NULL)
 This constructor should be used by derived classes that use a scalar DeltaCoefficient.
 
 DeltaLFIntegrator (VectorCoefficient &vq, const IntegrationRule *ir=NULL)
 This constructor should be used by derived classes that use a VectorDeltaCoefficient.
 
- Protected Member Functions inherited from mfem::LinearFormIntegrator
 LinearFormIntegrator (const IntegrationRule *ir=NULL)
 
- Protected Attributes inherited from mfem::DeltaLFIntegrator
DeltaCoefficientdelta
 
VectorDeltaCoefficientvec_delta
 
- Protected Attributes inherited from mfem::LinearFormIntegrator
const IntegrationRuleIntRule
 

Detailed Description

\( (Q, \mathrm{curl}(v))_{\Omega} \) for Nedelec Elements

Definition at line 375 of file lininteg.hpp.

Constructor & Destructor Documentation

◆ VectorFEDomainLFCurlIntegrator()

mfem::VectorFEDomainLFCurlIntegrator::VectorFEDomainLFCurlIntegrator ( VectorCoefficient & F)
inline

Constructs the domain integrator \((Q, \mathrm{curl}(v)) \).

Definition at line 384 of file lininteg.hpp.

Member Function Documentation

◆ AssembleDeltaElementVect()

void mfem::VectorFEDomainLFCurlIntegrator::AssembleDeltaElementVect ( const FiniteElement & fe,
ElementTransformation & Trans,
Vector & elvect )
virtual

Assemble the delta coefficient at the IntegrationPoint set in Trans which is assumed to map to the delta coefficient center.

Note
This method should be called for one mesh element only, including in parallel, even when the center of the delta coefficient is shared by multiple elements.

Implements mfem::DeltaLFIntegrator.

Definition at line 535 of file lininteg.cpp.

◆ AssembleRHSElementVect() [1/3]

void mfem::VectorFEDomainLFCurlIntegrator::AssembleRHSElementVect ( const FiniteElement & el,
ElementTransformation & Tr,
Vector & elvect )
virtual

Given a particular Finite Element and a transformation (Tr) computes the element vector, elvect.

Implements mfem::LinearFormIntegrator.

Definition at line 503 of file lininteg.cpp.

◆ AssembleRHSElementVect() [2/3]

void mfem::LinearFormIntegrator::AssembleRHSElementVect ( const FiniteElement & el,
FaceElementTransformations & Tr,
Vector & elvect )
virtual

Reimplemented from mfem::LinearFormIntegrator.

Definition at line 46 of file lininteg.cpp.

◆ AssembleRHSElementVect() [3/3]

void mfem::LinearFormIntegrator::AssembleRHSElementVect ( const FiniteElement & el1,
const FiniteElement & el2,
FaceElementTransformations & Tr,
Vector & elvect )
virtual

Reimplemented from mfem::LinearFormIntegrator.

Definition at line 49 of file lininteg.cpp.


The documentation for this class was generated from the following files: