My Project
Loading...
Searching...
No Matches
Todo List
Class Dune::Amg::AMGCPR< M, X, S, PI, A >
drop the smoother template parameter and replace with dynamic construction
Member Opm::cuistl::detail::cublasSafeCall (cublasStatus_t error, const std::string_view &expression, const std::string_view &filename, const std::string_view &functionName, size_t lineNumber)
Refactor to use std::source_location once we shift to C++20
Member Opm::cuistl::detail::cublasWarnIfError (cublasStatus_t error, const std::string_view &expression, const std::string_view &filename, const std::string_view &functionName, size_t lineNumber)
Refactor to use std::source_location once we shift to C++20
Member Opm::cuistl::detail::cudaSafeCall (cudaError_t error, const std::string_view &expression, const std::string_view &filename, const std::string_view &functionName, size_t lineNumber)
Refactor to use std::source_location once we shift to C++20
Member Opm::cuistl::detail::cudaWarnIfError (cudaError_t error, const std::string_view &expression, const std::string_view &filename, const std::string_view &functionName, size_t lineNumber)
Refactor to use std::source_location once we shift to C++20
Member Opm::cuistl::detail::cusparseSafeCall (cusparseStatus_t error, const std::string_view &expression, const std::string_view &filename, const std::string_view &functionName, size_t lineNumber)
Refactor to use std::source_location once we shift to C++20
Member Opm::cuistl::detail::cusparseWarnIfError (cusparseStatus_t error, const std::string_view &expression, const std::string_view &filename, const std::string_view &functionName, size_t lineNumber)
Refactor to use std::source_location once we shift to C++20
Member Opm::cuistl::detail::getCublasErrorMessage (cublasStatus_t error, const std::string_view &expression, const std::string_view &filename, const std::string_view &functionName, size_t lineNumber)
Refactor to use std::source_location once we shift to C++20
Member Opm::cuistl::detail::getCudaErrorMessage (cudaError_t error, const std::string_view &expression, const std::string_view &filename, const std::string_view &functionName, size_t lineNumber)
Refactor to use std::source_location once we shift to C++20
Member Opm::cuistl::detail::getCusparseErrorMessage (cusparseStatus_t error, const std::string_view &expression, const std::string_view &filename, const std::string_view &functionName, size_t lineNumber)
Refactor to use std::source_location once we shift to C++20
Member Opm::cuistl::detail::to_int (std::size_t s)
This can be done for more generic types, but then it is probably wise to wait for C++20's cmp-functions
Member Opm::cuistl::detail::to_size_t (int i)
This can be done for more generic types, but then it is probably wise to wait for C++20's cmp-functions
Member Opm::ParallelWellInfo::sumPerfValues (It begin, It end) const
cater for overlap later. Currently only owner
Member Opm::StandardWellPrimaryVariables< FluidSystem, Indices, Scalar >::Bhp
: We should have indices for the well equations and well primary variables separately.