Panzer
Version of the Day
|
#include <string>
#include "Phalanx_Evaluator_Macros.hpp"
#include "Phalanx_Field.hpp"
#include "PanzerDiscFE_config.hpp"
#include "Panzer_PointValues2.hpp"
#include "Panzer_BasisValues2.hpp"
#include "Panzer_Evaluator_Macros.hpp"
Go to the source code of this file.
Namespaces | |
panzer | |
Functions | |
void | panzer::initialize (const Teuchos::RCP< const panzer::PointRule > &pointRule, const Teuchos::RCP< const panzer::PureBasis > &basis, bool derivativesRequired) |
Initialization method to unify the constructors. More... | |
panzer::BasisValues_Evaluator (const Teuchos::RCP< const panzer::PointRule > &pointRule, const Teuchos::RCP< const panzer::PureBasis > &basis) | |
panzer::BasisValues_Evaluator (const Teuchos::RCP< const panzer::PointRule > &pointRule, const Teuchos::RCP< const panzer::PureBasis > &basis, bool derivativesRequired) | |
Variables | |
Teuchos::RCP< const panzer::PureBasis > | panzer::basis |
Interpolates basis DOF values to IP DOF values. More... | |
Teuchos::RCP< BasisValues2< ScalarT > > | panzer::basisValues |
PointValues2< ScalarT, PHX::MDField > | panzer::pointValues |
Interpolates basis DOF values to IP DOF values. More... | |
PHX::MDField< ScalarT, panzer::Cell, panzer::BASIS > | panzer::orientation |
bool | panzer::derivativesRequired_ |