16 #ifndef dealii_identity_matrix_h 17 #define dealii_identity_matrix_h 20 #include <deal.II/base/config.h> 22 #include <deal.II/lac/exceptions.h> 24 DEAL_II_NAMESPACE_OPEN
114 template <
typename OutVectorType,
typename InVectorType>
116 vmult(OutVectorType &out,
const InVectorType &in)
const;
123 template <
typename OutVectorType,
typename InVectorType>
125 vmult_add(OutVectorType &out,
const InVectorType &in)
const;
132 template <
typename OutVectorType,
typename InVectorType>
134 Tvmult(OutVectorType &out,
const InVectorType &in)
const;
142 template <
typename OutVectorType,
typename InVectorType>
144 Tvmult_add(OutVectorType &out,
const InVectorType &in)
const;
195 template <
typename OutVectorType,
typename InVectorType>
207 template <
typename OutVectorType,
typename InVectorType>
219 template <
typename OutVectorType,
typename InVectorType>
231 template <
typename OutVectorType,
typename InVectorType>
246 DEAL_II_NAMESPACE_CLOSE
types::global_dof_index size_type
void vmult_add(OutVectorType &out, const InVectorType &in) const
#define Assert(cond, exc)
static ::ExceptionBase & ExcDimensionMismatch(std::size_t arg1, std::size_t arg2)
void Tvmult_add(OutVectorType &out, const InVectorType &in) const
unsigned int global_dof_index
void reinit(const size_type n)
void Tvmult(OutVectorType &out, const InVectorType &in) const
void vmult(OutVectorType &out, const InVectorType &in) const