Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <diagnostics.hpp>
Public Member Functions | |
HydroFlux (MeshBlock *pmb) | |
virtual | ~HydroFlux () |
void | Progress (AthenaArray< Real > const &w) |
void | Finalize (AthenaArray< Real > const &w) |
Public Member Functions inherited from Diagnostics | |
Diagnostics (MeshBlock *pmb, ParameterInput *pin) | |
Diagnostics (MeshBlock *pmb, std::string name) | |
virtual | ~Diagnostics () |
Diagnostics * | operator[] (std::string name) |
template<typename Dg > | |
Diagnostics * | AddDiagnostics (Dg const &d) |
Additional Inherited Members | |
Public Attributes inherited from Diagnostics | |
std::string | myname |
std::string | type |
std::string | grid |
std::string | varname |
std::string | long_name |
std::string | units |
Diagnostics * | prev |
Diagnostics * | next |
AthenaArray< Real > | data |
int | ncycle |
Protected Member Functions inherited from Diagnostics | |
void | setColor_ (int *color, CoordinateDirection dir) |
void | gatherAllData23_ (AthenaArray< Real > &total_vol, AthenaArray< Real > &total_data) |
Protected Attributes inherited from Diagnostics | |
MeshBlock * | pmy_block_ |
int | ncells1_ |
int | ncells2_ |
int | ncells3_ |
AthenaArray< Real > | mean_ |
mean and eddy component More... | |
AthenaArray< Real > | eddy_ |
std::vector< int > | color_ |
MPI color of each rank. More... | |
std::vector< int > | brank_ |
rank of the bottom block More... | |
AthenaArray< Real > | x1area_ |
scratch geometric arrays More... | |
AthenaArray< Real > | x2area_ |
AthenaArray< Real > | x2area_p1_ |
AthenaArray< Real > | x3area_ |
AthenaArray< Real > | x3area_p1_ |
AthenaArray< Real > | vol_ |
AthenaArray< Real > | total_vol_ |
AthenaArray< Real > | x1edge_ |
AthenaArray< Real > | x1edge_p1_ |
AthenaArray< Real > | x2edge_ |
AthenaArray< Real > | x2edge_p1_ |
AthenaArray< Real > | x3edge_ |
AthenaArray< Real > | x3edge_p1_ |
Definition at line 127 of file diagnostics.hpp.
HydroFlux::HydroFlux | ( | MeshBlock * | pmb | ) |
Definition at line 6 of file total_flux.cpp.
|
inlinevirtual |
Definition at line 130 of file diagnostics.hpp.
|
virtual |
Reimplemented from Diagnostics.
Definition at line 30 of file total_flux.cpp.
|
virtual |
Reimplemented from Diagnostics.
Definition at line 56 of file total_flux.cpp.