OGS
ProcessLib::Assembly::MultiStats< 2 > Struct Reference

Detailed Description

Definition at line 66 of file MatrixAssemblyStats.h.

#include <MatrixAssemblyStats.h>

Collaboration diagram for ProcessLib::Assembly::MultiStats< 2 >:
[legend]

Public Member Functions

MultiStatsoperator+= (MultiStats const &other)
void print () const

Public Attributes

Stats M
Stats K
Stats b

Member Function Documentation

◆ operator+=()

MultiStats & ProcessLib::Assembly::MultiStats< 2 >::operator+= ( MultiStats< 2 > const & other)
inline

◆ print()

void ProcessLib::Assembly::MultiStats< 2 >::print ( ) const
inline

Definition at line 81 of file MatrixAssemblyStats.h.

82 {
83 M.print("M");
84 K.print("K");
85 b.print("b");
86 }

References b, K, and M.

Member Data Documentation

◆ b

Definition at line 70 of file MatrixAssemblyStats.h.

Referenced by operator+=(), and print().

◆ K

Definition at line 69 of file MatrixAssemblyStats.h.

Referenced by operator+=(), and print().

◆ M

Definition at line 68 of file MatrixAssemblyStats.h.

Referenced by operator+=(), and print().


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