Panzer
Version of the Day
|
#include <iostream>
#include <string>
#include "Panzer_Dimension.hpp"
#include "Phalanx_Evaluator_Macros.hpp"
#include "Phalanx_MDField.hpp"
#include "Kokkos_DynRankView.hpp"
#include "Teuchos_Comm.hpp"
#include "Panzer_Evaluator_Macros.hpp"
Go to the source code of this file.
Namespaces | |
panzer | |
Functions | |
void | panzer::postprocess (std::ostream &os) |
const PHX::FieldTag & | panzer::getRequiredFieldTag () |
Variables | |
PHX::MDField< ScalarT, Cell > | panzer::volumes |
PHX::MDField< ScalarT, Cell > | panzer::tmp |
PHX::MDField< ScalarT, Cell, IP > | panzer::ones |
std::vector< PHX::MDField< ScalarT, Cell, IP > > | panzer::field_values |
ScalarT | panzer::total_volume |
std::vector< ScalarT > | panzer::averages |
std::vector< ScalarT > | panzer::maxs |
std::vector< ScalarT > | panzer::mins |
ScalarT | panzer::global_total_volume |
std::vector< ScalarT > | panzer::global_averages |
std::vector< ScalarT > | panzer::global_maxs |
std::vector< ScalarT > | panzer::global_mins |
int | panzer::ir_order |
std::size_t | panzer::ir_index |
Teuchos::RCP< const Teuchos::Comm< int > > | panzer::comm |
Teuchos::RCP< panzer::GlobalData > | panzer::global_data |