ExaDG
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ExaDG::InverseMassOperatorHdiv< dim, n_components, Number > Class Template Reference

Public Member Functions

void initialize (dealii::MatrixFree< dim, Number > const &matrix_free, dealii::AffineConstraints< Number > const &constraints, InverseMassOperatorDataHdiv const inverse_mass_operator_data)
 
unsigned int apply (VectorType &dst, VectorType const &src) const
 

Member Function Documentation

◆ apply()

template<int dim, int n_components, typename Number >
unsigned int ExaDG::InverseMassOperatorHdiv< dim, n_components, Number >::apply ( VectorType & dst,
VectorType const & src ) const
inline

This function applies the inverse mass operator. Note that this function allows identical dst, src vector, i.e. the function can be called like apply(dst, dst).


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