Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
This is the complete list of members for dg::PCG< ContainerType >, including all inherited members.
construct(Params &&...ps) | dg::PCG< ContainerType > | inline |
container_type typedef | dg::PCG< ContainerType > | |
copyable() const | dg::PCG< ContainerType > | inline |
get_max() const | dg::PCG< ContainerType > | inline |
PCG()=default | dg::PCG< ContainerType > | |
PCG(const ContainerType ©able, unsigned max_iterations) | dg::PCG< ContainerType > | inline |
set_max(unsigned new_max) | dg::PCG< ContainerType > | inline |
set_throw_on_fail(bool throw_on_fail) | dg::PCG< ContainerType > | inline |
set_verbose(bool verbose) | dg::PCG< ContainerType > | inline |
solve(MatrixType0 &&A, ContainerType0 &x, const ContainerType1 &b, MatrixType1 &&P, const ContainerType2 &W, value_type eps=1e-12, value_type nrmb_correction=1, int test_frequency=1) | dg::PCG< ContainerType > | |
value_type typedef | dg::PCG< ContainerType > |