16#ifndef dealii_relaxation_block_h
17#define dealii_relaxation_block_h
53template <
typename MatrixType,
54 typename InverseNumberType =
typename MatrixType::value_type,
62 using number =
typename MatrixType::value_type;
172 std::vector<std::vector<unsigned int>>
order;
240 const VectorType &prev,
241 const VectorType &src,
242 const bool backward)
const;
283template <
typename MatrixType,
284 typename InverseNumberType =
typename MatrixType::value_type,
299 using number =
typename MatrixType::value_type;
342 step(VectorType &dst,
const VectorType &rhs)
const;
348 Tstep(VectorType &dst,
const VectorType &rhs)
const;
355 vmult(VectorType &dst,
const VectorType &rhs)
const;
362 Tvmult(VectorType &dst,
const VectorType &rhs)
const;
379template <
typename MatrixType,
380 typename InverseNumberType =
typename MatrixType::value_type,
395 using number =
typename MatrixType::value_type;
438 step(VectorType &dst,
const VectorType &rhs)
const;
444 Tstep(VectorType &dst,
const VectorType &rhs)
const;
451 vmult(VectorType &dst,
const VectorType &rhs)
const;
458 Tvmult(VectorType &dst,
const VectorType &rhs)
const;
475template <
typename MatrixType,
476 typename InverseNumberType =
typename MatrixType::value_type,
486 using number =
typename MatrixType::value_type;
529 step(VectorType &dst,
const VectorType &rhs)
const;
535 Tstep(VectorType &dst,
const VectorType &rhs)
const;
542 vmult(VectorType &dst,
const VectorType &rhs)
const;
549 Tvmult(VectorType &dst,
const VectorType &rhs)
const;
void log_statistics() const
Householder< number > & inverse_householder(size_type i)
unsigned int size() const
FullMatrix< number > & inverse(size_type i)
LAPACKFullMatrix< number > & inverse_svd(size_type i)
void Tstep(VectorType &dst, const VectorType &rhs) const
void Tvmult(VectorType &dst, const VectorType &rhs) const
void vmult(VectorType &dst, const VectorType &rhs) const
void step(VectorType &dst, const VectorType &rhs) const
typename MatrixType::value_type number
void Tvmult(VectorType &dst, const VectorType &rhs) const
void step(VectorType &dst, const VectorType &rhs) const
void vmult(VectorType &dst, const VectorType &rhs) const
typename MatrixType::value_type number
void Tstep(VectorType &dst, const VectorType &rhs) const
void Tstep(VectorType &dst, const VectorType &rhs) const
void Tvmult(VectorType &dst, const VectorType &rhs) const
typename MatrixType::value_type number
void step(VectorType &dst, const VectorType &rhs) const
void vmult(VectorType &dst, const VectorType &rhs) const
AdditionalData(const double relaxation=1., const bool invert_diagonal=true, const bool same_diagonal=false, const typename PreconditionBlockBase< InverseNumberType >::Inversion inversion=PreconditionBlockBase< InverseNumberType >::gauss_jordan, const double threshold=0., VectorType *temp_ghost_vector=nullptr)
PreconditionBlockBase< InverseNumberType >::Inversion inversion
SparsityPattern block_list
std::size_t memory_consumption() const
VectorType * temp_ghost_vector
std::vector< std::vector< unsigned int > > order
void initialize(const MatrixType &A, const AdditionalData ¶meters)
void block_kernel(const size_type block_begin, const size_type block_end)
void do_step(VectorType &dst, const VectorType &prev, const VectorType &src, const bool backward) const
SmartPointer< const AdditionalData, RelaxationBlock< MatrixType, InverseNumberType, VectorType > > additional_data
SmartPointer< const MatrixType, RelaxationBlock< MatrixType, InverseNumberType, VectorType > > A
typename MatrixType::value_type number
InverseNumberType value_type
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
unsigned int global_dof_index