XGCa
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
XGC_core
cpp
diagnostics.hpp
Go to the documentation of this file.
1
#ifndef DIAGNOSTICS_HPP
2
#define DIAGNOSTICS_HPP
3
4
#include "
push_diagnostic.hpp
"
5
#include "
heat_diagnostics.hpp
"
6
7
/* Contains all the diagnostics */
8
struct
Diagnostics
{
9
PushDiagnostic<DeviceType>
push_diag
;
10
HeatDiagnostics<DeviceType>
heat_diag
;
11
};
12
13
#endif
HeatDiagnostics< DeviceType >
Diagnostics
Definition:
diagnostics.hpp:8
push_diagnostic.hpp
heat_diagnostics.hpp
Diagnostics::push_diag
PushDiagnostic< DeviceType > push_diag
Definition:
diagnostics.hpp:9
PushDiagnostic< DeviceType >
Diagnostics::heat_diag
HeatDiagnostics< DeviceType > heat_diag
Definition:
diagnostics.hpp:10
Generated by
1.8.5