mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Documentation update.
This commit is contained in:
parent
b57f6ea551
commit
e8bc314e04
@ -25,7 +25,7 @@
|
||||
namespace Opm::cuistl::detail
|
||||
{
|
||||
|
||||
//! @brief Tests (compile time) if the preconditioner type needs to call pre
|
||||
//! @brief Tests (compile time) if the preconditioner type needs to call pre() before a call to apply()
|
||||
//!
|
||||
//! @note This is mostly used to avoid unneeded copying back and front to the GPU, as well
|
||||
//! as avoiding communication.
|
||||
@ -43,7 +43,7 @@ shouldCallPreconditionerPre()
|
||||
}
|
||||
}
|
||||
|
||||
//! @brief Tests (compile time) if the preconditioner type needs to call pre
|
||||
//! @brief Tests (compile time) if the preconditioner type needs to call post() after a call to apply(...)
|
||||
//!
|
||||
//! @note This is mostly used to avoid unneeded copying back and front to the GPU, as well
|
||||
//! as avoiding communication.
|
||||
|
Loading…
Reference in New Issue
Block a user