OGS
ProcessLib::Assembly::MultiMatrixElementCache< 1 > Class Referencefinal

Detailed Description

Definition at line 280 of file MatrixElementCache.h.

#include <MatrixElementCache.h>

Collaboration diagram for ProcessLib::Assembly::MultiMatrixElementCache< 1 >:
[legend]

Public Member Functions

 MultiMatrixElementCache (GlobalVector &b, GlobalMatrix &Jac, MultiStats< 1 > &stats, const int num_threads)
void add (std::vector< double > const &local_b_data, std::vector< double > const &local_Jac_data, std::vector< GlobalIndexType > const &indices)

Private Attributes

MatrixElementCache< 1 > cache_b_
MatrixElementCache< 2 > cache_Jac_

Constructor & Destructor Documentation

◆ MultiMatrixElementCache()

ProcessLib::Assembly::MultiMatrixElementCache< 1 >::MultiMatrixElementCache ( GlobalVector & b,
GlobalMatrix & Jac,
MultiStats< 1 > & stats,
const int num_threads )
inline

Member Function Documentation

◆ add()

void ProcessLib::Assembly::MultiMatrixElementCache< 1 >::add ( std::vector< double > const & local_b_data,
std::vector< double > const & local_Jac_data,
std::vector< GlobalIndexType > const & indices )
inline

Definition at line 290 of file MatrixElementCache.h.

293 {
296 }

References cache_b_, and cache_Jac_.

Member Data Documentation

◆ cache_b_

Definition at line 299 of file MatrixElementCache.h.

Referenced by MultiMatrixElementCache(), and add().

◆ cache_Jac_

Definition at line 300 of file MatrixElementCache.h.

Referenced by MultiMatrixElementCache(), and add().


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