|
opm-simulators
|
Check if a given operator is a GPU operator. More...
#include <is_gpu_operator.hpp>
Static Public Attributes | |
| static constexpr bool | value = false |
Check if a given operator is a GPU operator.
This is used to check if the operator is a GPU operator, which is used in say the preconditioner factory to specialize the StandardPreconditioners class
| T | The type of the operator to check. |