preconditioner_should_call_post_pre.hpp File Reference
Include dependency graph for preconditioner_should_call_post_pre.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Opm
 
namespace  Opm::gpuistl
 A small, fixed‑dimension MiniVector class backed by std::array that can be used in both host and CUDA device code.
 
namespace  Opm::gpuistl::detail
 

Functions

template<class PreconditionerType >
constexpr bool Opm::gpuistl::detail::shouldCallPreconditionerPre ()
 Tests (compile time) if the preconditioner type needs to call pre() before a call to apply() More...
 
template<class PreconditionerType >
constexpr bool Opm::gpuistl::detail::shouldCallPreconditionerPost ()
 Tests (compile time) if the preconditioner type needs to call post() after a call to apply(...) More...