Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Member Functions | Public Attributes | List of all members
Perf Struct Reference

#include <TestAssembly.hpp>

Public Member Functions

 Perf ()
 
void increment (const Perf &p)
 
void scale (double s)
 
 Perf ()
 
void increment (const Perf &p)
 
void min (const Perf &p)
 
void scale (double s)
 
void reduceMax (const Teuchos::Comm< int > &comm)
 

Public Attributes

size_t global_elem_count
 
size_t global_node_count
 
double import_time
 
double fill_time
 

Detailed Description

Definition at line 67 of file FadMPAssembly/TestAssembly.hpp.

Constructor & Destructor Documentation

◆ Perf() [1/2]

Perf::Perf ( )
inline

Definition at line 73 of file FadMPAssembly/TestAssembly.hpp.

◆ Perf() [2/2]

Perf::Perf ( )
inline

Definition at line 81 of file MPAssembly/TestAssembly.hpp.

Member Function Documentation

◆ increment() [1/2]

void Perf::increment ( const Perf p)
inline

Definition at line 78 of file FadMPAssembly/TestAssembly.hpp.

◆ scale() [1/2]

void Perf::scale ( double  s)
inline

Definition at line 85 of file FadMPAssembly/TestAssembly.hpp.

◆ increment() [2/2]

void Perf::increment ( const Perf p)
inline

Definition at line 86 of file MPAssembly/TestAssembly.hpp.

◆ min()

void Perf::min ( const Perf p)
inline

Definition at line 93 of file MPAssembly/TestAssembly.hpp.

◆ scale() [2/2]

void Perf::scale ( double  s)
inline

Definition at line 100 of file MPAssembly/TestAssembly.hpp.

◆ reduceMax()

void Perf::reduceMax ( const Teuchos::Comm< int > &  comm)
inline

Definition at line 105 of file MPAssembly/TestAssembly.hpp.

Member Data Documentation

◆ global_elem_count

size_t Perf::global_elem_count

Definition at line 68 of file FadMPAssembly/TestAssembly.hpp.

◆ global_node_count

size_t Perf::global_node_count

Definition at line 69 of file FadMPAssembly/TestAssembly.hpp.

◆ import_time

double Perf::import_time

Definition at line 70 of file FadMPAssembly/TestAssembly.hpp.

◆ fill_time

double Perf::fill_time

Definition at line 71 of file FadMPAssembly/TestAssembly.hpp.


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