//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
#include <elements.h>
Public Member Functions | |
SolidElementWithDiagonalMassMatrix () | |
Empty constructor. More... | |
virtual | ~SolidElementWithDiagonalMassMatrix () |
Virtual destructor. More... | |
SolidElementWithDiagonalMassMatrix (const SolidElementWithDiagonalMassMatrix &)=delete | |
Broken copy constructor. More... | |
void | operator= (const SolidElementWithDiagonalMassMatrix &)=delete |
Broken assignment operator. More... | |
virtual void | get_mass_matrix_diagonal (Vector< double > &mass_diag)=0 |
Get the diagonal of whatever represents the mass matrix in the specific preconditionable element. For Navier-Stokes elements this is the velocity mass matrix; for incompressible solids it's the mass matrix; ... More... | |
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
Pure virtual base class for elements that can be used with PressureBasedSolidLSCPreconditioner.
Definition at line 5192 of file elements.h.
|
inline |
Empty constructor.
Definition at line 5196 of file elements.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 5199 of file elements.h.
|
delete |
Broken copy constructor.
|
pure virtual |
Get the diagonal of whatever represents the mass matrix in the specific preconditionable element. For Navier-Stokes elements this is the velocity mass matrix; for incompressible solids it's the mass matrix; ...
Implemented in oomph::PVDEquationsWithPressure< DIM >, and oomph::RefineablePVDEquationsWithPressure< DIM >.
Referenced by oomph::PressureBasedSolidLSCPreconditioner::assemble_mass_matrix_diagonal().
|
delete |
Broken assignment operator.