NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Attributes | List of all members
NeoN::la::BoundaryCoefficients< ValueType, IndexType > Struct Template Reference

#include <linearSystem.hpp>

Public Attributes

Vector< ValueType > matrixValues
 
Vector< IndexType > matrixIdxs
 
Vector< ValueType > rhsValues
 
Vector< IndexType > rhsIdxs
 

Detailed Description

template<typename ValueType, typename IndexType>
struct NeoN::la::BoundaryCoefficients< ValueType, IndexType >

Definition at line 37 of file linearSystem.hpp.

Member Data Documentation

◆ matrixIdxs

template<typename ValueType , typename IndexType >
Vector<IndexType> NeoN::la::BoundaryCoefficients< ValueType, IndexType >::matrixIdxs

Definition at line 40 of file linearSystem.hpp.

◆ matrixValues

template<typename ValueType , typename IndexType >
Vector<ValueType> NeoN::la::BoundaryCoefficients< ValueType, IndexType >::matrixValues

Definition at line 39 of file linearSystem.hpp.

◆ rhsIdxs

template<typename ValueType , typename IndexType >
Vector<IndexType> NeoN::la::BoundaryCoefficients< ValueType, IndexType >::rhsIdxs

Definition at line 42 of file linearSystem.hpp.

◆ rhsValues

template<typename ValueType , typename IndexType >
Vector<ValueType> NeoN::la::BoundaryCoefficients< ValueType, IndexType >::rhsValues

Definition at line 41 of file linearSystem.hpp.


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