NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
Functions | |
template<typename ValueType , typename IndexType > | |
std::shared_ptr< gko::matrix::Csr< ValueType, IndexType > > | createGkoMtx (std::shared_ptr< const gko::Executor > exec, LinearSystem< ValueType, IndexType > &sys) |
template<typename ValueType > | |
std::shared_ptr< gko::matrix::Dense< ValueType > > | createGkoDense (std::shared_ptr< const gko::Executor > exec, ValueType *ptr, size_t size) |
std::shared_ptr< gko::matrix::Dense< ValueType > > NeoFOAM::la::detail::createGkoDense | ( | std::shared_ptr< const gko::Executor > | exec, |
ValueType * | ptr, | ||
size_t | size | ||
) |
Definition at line 39 of file utilities.hpp.
std::shared_ptr< gko::matrix::Csr< ValueType, IndexType > > NeoFOAM::la::detail::createGkoMtx | ( | std::shared_ptr< const gko::Executor > | exec, |
LinearSystem< ValueType, IndexType > & | sys | ||
) |
Definition at line 23 of file utilities.hpp.