OGS
|
Definition at line 19 of file MatrixAssemblyStats.h.
#include <MatrixAssemblyStats.h>
Public Member Functions | |
Stats & | operator+= (Stats const &other) |
void | print (std::string const &matrix_or_vector_name) const |
Public Attributes | |
std::size_t | count = 0 |
std::size_t | count_nonzero = 0 |
std::size_t | count_global = 0 |
Definition at line 25 of file MatrixAssemblyStats.h.
References count, count_global, and count_nonzero.
|
inline |
Definition at line 34 of file MatrixAssemblyStats.h.
References count, count_global, count_nonzero, and DBUG().
Referenced by ProcessLib::Assembly::MultiStats::print().
std::size_t ProcessLib::Assembly::Stats::count = 0 |
Definition at line 21 of file MatrixAssemblyStats.h.
Referenced by ProcessLib::Assembly::MatrixElementCache< Dim >::addToCacheImpl(), ProcessLib::Assembly::MatrixElementCache< Dim >::addToCacheImpl(), operator+=(), and print().
std::size_t ProcessLib::Assembly::Stats::count_global = 0 |
Definition at line 23 of file MatrixAssemblyStats.h.
Referenced by ProcessLib::Assembly::MatrixElementCache< Dim >::addToGlobal(), operator+=(), and print().
std::size_t ProcessLib::Assembly::Stats::count_nonzero = 0 |
Definition at line 22 of file MatrixAssemblyStats.h.
Referenced by ProcessLib::Assembly::MatrixElementCache< Dim >::addToCacheImpl(), ProcessLib::Assembly::MatrixElementCache< Dim >::addToCacheImpl(), operator+=(), and print().