CellStatistics Struct Reference
|
Developer Documentation
|
MeltPoolDG::CellMonitor< number >::CellStatistics Struct Reference
Public Member Functions | |
| CellStatistics (const unsigned int n_cells=0, const number cell_size_min=0, const number cell_size_max=0) | |
Public Attributes | |
| unsigned int | n_calls |
| unsigned int | cells_accumulated |
| unsigned int | cells_min |
| unsigned int | cells_max |
| number | cell_size_min |
| number | cell_size_max |
Constructor & Destructor Documentation
◆ CellStatistics()
template<typename number >
|
inline |
Member Data Documentation
◆ cell_size_max
template<typename number >
| number MeltPoolDG::CellMonitor< number >::CellStatistics::cell_size_max |
◆ cell_size_min
template<typename number >
| number MeltPoolDG::CellMonitor< number >::CellStatistics::cell_size_min |
◆ cells_accumulated
template<typename number >
| unsigned int MeltPoolDG::CellMonitor< number >::CellStatistics::cells_accumulated |
◆ cells_max
template<typename number >
| unsigned int MeltPoolDG::CellMonitor< number >::CellStatistics::cells_max |
◆ cells_min
template<typename number >
| unsigned int MeltPoolDG::CellMonitor< number >::CellStatistics::cells_min |
◆ n_calls
template<typename number >
| unsigned int MeltPoolDG::CellMonitor< number >::CellStatistics::n_calls |
The documentation for this struct was generated from the following file:
- include/meltpooldg/utilities/cell_monitor.hpp
Generated by