OGS
ProcessLib::Assembly::MultiStats Struct Reference

Detailed Description

Definition at line 48 of file MatrixAssemblyStats.h.

#include <MatrixAssemblyStats.h>

Collaboration diagram for ProcessLib::Assembly::MultiStats:
[legend]

Public Member Functions

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

Public Attributes

Stats b
Stats Jac

Member Function Documentation

◆ operator+=()

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

Definition at line 53 of file MatrixAssemblyStats.h.

54 {
55 b += other.b;
56 Jac += other.Jac;
57
58 return *this;
59 }

References b, and Jac.

◆ print()

void ProcessLib::Assembly::MultiStats::print ( ) const
inline

Definition at line 61 of file MatrixAssemblyStats.h.

62 {
63 b.print("b");
64 Jac.print("J");
65 }

References b, and Jac.

Member Data Documentation

◆ b

Stats ProcessLib::Assembly::MultiStats::b

Definition at line 50 of file MatrixAssemblyStats.h.

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

◆ Jac

Stats ProcessLib::Assembly::MultiStats::Jac

Definition at line 51 of file MatrixAssemblyStats.h.

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


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