NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Functions
NeoFOAM::la::detail Namespace Reference

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)
 

Function Documentation

◆ createGkoDense()

template<typename ValueType >
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.

◆ createGkoMtx()

template<typename ValueType , typename IndexType >
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.