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::cuistl
 
namespace  Opm::cuistl::detail
 

Functions

template<class PreconditionerType >
constexpr bool Opm::cuistl::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::cuistl::detail::shouldCallPreconditionerPost ()
 Tests (compile time) if the preconditioner type needs to call post() after a call to apply(...) More...