GEOSX
Classes | Public Member Functions | Static Public Member Functions | List of all members
geos::SolidMechanicsStatistics Class Reference

#include <SolidMechanicsStatistics.hpp>

Inheritance diagram for geos::SolidMechanicsStatistics:
Inheritance graph
[legend]

Public Member Functions

 SolidMechanicsStatistics (const string &name, Group *const parent)
 Constructor for the statistics class. More...
 
virtual bool execute (real64 const time_n, real64 const dt, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, DomainPartition &domain) override
 
void computeNodeStatistics (MeshLevel &mesh, real64 const time) const
 Compute node-based statistics on the reservoir. More...
 

Static Public Member Functions

static string catalogName ()
 Accessor for the catalog name.
 

Detailed Description

Task class allowing for the computation of aggregate statistics in solid mechanics simulations

Definition at line 34 of file SolidMechanicsStatistics.hpp.

Constructor & Destructor Documentation

◆ SolidMechanicsStatistics()

geos::SolidMechanicsStatistics::SolidMechanicsStatistics ( const string name,
Group *const  parent 
)

Constructor for the statistics class.

Parameters
[in]namethe name of the task coming from the xml
[in]parentthe parent group of the task

Member Function Documentation

◆ computeNodeStatistics()

void geos::SolidMechanicsStatistics::computeNodeStatistics ( MeshLevel mesh,
real64 const  time 
) const

Compute node-based statistics on the reservoir.

Parameters
[in]meshthe mesh level object

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