G+Smo
24.08.0
Geometry + Simulation Modules
|
The visitor computes element mass integrals.
Assembles the bilinear term
\[ (u,v)_\Omega, \]
where \(u\) is the trial function and \(v\) is the test function.
Public Member Functions | |
void | assemble (gsDomainIterator< T > &, gsVector< T > const &quWeights) |
Assemble on element. | |
void | evaluate (const gsBasis< T > &basis, const gsGeometry< T > &geo, gsMatrix< T > &quNodes) |
Evaluate on element. | |
gsVisitorMass () | |
Constructor. | |
gsVisitorMass (const gsPde< T > &pde) | |
Constructor. More... | |
void | initialize (const gsBasis< T > &basis, const index_t, const gsOptionList &options, gsQuadRule< T > &rule) |
Initialize. | |
void | localToGlobal (const index_t patchIndex, const std::vector< gsMatrix< T > > &eliminatedDofs, gsSparseSystem< T > &system) |
Adds the contributions to the sparse system. | |
|
inline |
Constructor.
pde | Reference to gsPde object (is ignored) |