OGS
|
Definition at line 255 of file MatrixElementCache.h.
#include <MatrixElementCache.h>
Public Member Functions | |
MultiMatrixElementCache (GlobalVectorView &b, GlobalMatrixView &Jac, MultiStats &stats) | |
void | add (std::vector< double > const &local_b_data, std::vector< double > const &local_Jac_data, std::vector< GlobalIndexType > const &indices) |
Private Types | |
using | GlobalMatrixView = ConcurrentMatrixView<2> |
using | GlobalVectorView = ConcurrentMatrixView<1> |
Private Attributes | |
MatrixElementCache< 1 > | cache_b_ |
MatrixElementCache< 2 > | cache_Jac_ |
|
private |
Definition at line 257 of file MatrixElementCache.h.
|
private |
Definition at line 258 of file MatrixElementCache.h.
|
inline |
Definition at line 261 of file MatrixElementCache.h.
|
inline |
Definition at line 267 of file MatrixElementCache.h.
References ProcessLib::Assembly::MatrixElementCache< Dim >::add(), cache_b_, and cache_Jac_.
Referenced by anonymous_namespace{ParallelVectorMatrixAssembler.cpp}::assembleWithJacobianForStaggeredSchemeOneElement(), and anonymous_namespace{ParallelVectorMatrixAssembler.cpp}::assembleWithJacobianOneElement().
|
private |
Definition at line 276 of file MatrixElementCache.h.
Referenced by add().
|
private |
Definition at line 277 of file MatrixElementCache.h.
Referenced by add().