NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Public Attributes | List of all members
NeoFOAM::la::LinearSystemView< ValueType, IndexType > Struct Template Reference

#include <linearSystem.hpp>

Public Attributes

CSRMatrix< ValueType, IndexType > & A
 
Field< ValueType > & b
 
std::string & sparcityPattern
 

Detailed Description

template<typename ValueType, typename IndexType>
struct NeoFOAM::la::LinearSystemView< ValueType, IndexType >

Definition at line 15 of file linearSystem.hpp.

Member Data Documentation

◆ A

template<typename ValueType , typename IndexType >
CSRMatrix<ValueType, IndexType>& NeoFOAM::la::LinearSystemView< ValueType, IndexType >::A

Definition at line 17 of file linearSystem.hpp.

◆ b

template<typename ValueType , typename IndexType >
Field<ValueType>& NeoFOAM::la::LinearSystemView< ValueType, IndexType >::b

Definition at line 18 of file linearSystem.hpp.

◆ sparcityPattern

template<typename ValueType , typename IndexType >
std::string& NeoFOAM::la::LinearSystemView< ValueType, IndexType >::sparcityPattern

Definition at line 19 of file linearSystem.hpp.


The documentation for this struct was generated from the following file: