#include <ExtraIDIntegralReporter.h>
Public Attributes | |
dof_id_type | num_names |
std::vector< ExtraElementIDName > | names |
std::vector< std::vector< dof_id_type > > | unique_ids |
std::vector< VariableName > | variables |
std::vector< VectorPostprocessorValue * > | integrals |
Definition at line 24 of file ExtraIDIntegralReporter.h.
std::vector<VectorPostprocessorValue *> ExtraIDIntegralReporter::ExtraIDData::integrals |
Definition at line 31 of file ExtraIDIntegralReporter.h.
Referenced by ExtraIDIntegralReporter::ExtraIDIntegralReporter(), and to_json().
std::vector<ExtraElementIDName> ExtraIDIntegralReporter::ExtraIDData::names |
Definition at line 27 of file ExtraIDIntegralReporter.h.
Referenced by ExtraIDIntegralReporter::ExtraIDIntegralReporter(), and to_json().
dof_id_type ExtraIDIntegralReporter::ExtraIDData::num_names |
Definition at line 26 of file ExtraIDIntegralReporter.h.
std::vector<std::vector<dof_id_type> > ExtraIDIntegralReporter::ExtraIDData::unique_ids |
Definition at line 28 of file ExtraIDIntegralReporter.h.
Referenced by ExtraIDIntegralReporter::ExtraIDIntegralReporter(), and to_json().
std::vector<VariableName> ExtraIDIntegralReporter::ExtraIDData::variables |
Definition at line 30 of file ExtraIDIntegralReporter.h.
Referenced by ExtraIDIntegralReporter::ExtraIDIntegralReporter(), and to_json().