|
Reference documentation for deal.II version 9.2.0
|
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\)
\(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\)
\(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\)
\(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Go to the documentation of this file.
16 #ifndef dealii_identity_matrix_h
17 #define dealii_identity_matrix_h
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>
void Tvmult(OutVectorType &out, const InVectorType &in) const
void Tvmult_add(OutVectorType &out, const InVectorType &in) const
unsigned int global_dof_index
#define DEAL_II_NAMESPACE_OPEN
void vmult_add(OutVectorType &out, const InVectorType &in) const
void vmult(OutVectorType &out, const InVectorType &in) const
types::global_dof_index size_type
#define Assert(cond, exc)
static ::ExceptionBase & ExcDimensionMismatch(std::size_t arg1, std::size_t arg2)
#define DEAL_II_NAMESPACE_CLOSE
void reinit(const size_type n)