core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
peclet::core::amr::PCG< Dim, Bits >::Result Struct Reference

#include <pcg.hpp>

Public Attributes

int iters = 0
 
double res0 = 0.0
 initial volume-weighted residual norm
 
double res = 0.0
 final volume-weighted residual norm
 

Detailed Description

template<int Dim, unsigned Bits = (Dim == 2 ? 32u : (Dim == 3 ? 21u : 16u))>
struct peclet::core::amr::PCG< Dim, Bits >::Result

Definition at line 119 of file pcg.hpp.

Member Data Documentation

◆ iters

template<int Dim, unsigned Bits = (Dim == 2 ? 32u : (Dim == 3 ? 21u : 16u))>
int peclet::core::amr::PCG< Dim, Bits >::Result::iters = 0

Definition at line 120 of file pcg.hpp.

◆ res0

template<int Dim, unsigned Bits = (Dim == 2 ? 32u : (Dim == 3 ? 21u : 16u))>
double peclet::core::amr::PCG< Dim, Bits >::Result::res0 = 0.0

initial volume-weighted residual norm

Definition at line 121 of file pcg.hpp.

◆ res

template<int Dim, unsigned Bits = (Dim == 2 ? 32u : (Dim == 3 ? 21u : 16u))>
double peclet::core::amr::PCG< Dim, Bits >::Result::res = 0.0

final volume-weighted residual norm

Definition at line 122 of file pcg.hpp.


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