Panzer
Version of the Day
|
#include <Panzer_WorksetNeeds.hpp>
Public Attributes | |
CellData | cellData |
std::vector< Teuchos::RCP< const IntegrationRule > > | int_rules |
std::vector< Teuchos::RCP< const PureBasis > > | bases |
std::vector< std::string > | rep_field_name |
This class provides a simplified interface to the objects required to specify a Workset. In paritcular this is all "meta" data that describes which basis functions are need, which integration rules are needed and the shape of the cell.
This is intended to be specified for each element block and side set based on the integration rules and basis functions that are needed.
Definition at line 24 of file Panzer_WorksetNeeds.hpp.
CellData panzer::WorksetNeeds::cellData |
Definition at line 25 of file Panzer_WorksetNeeds.hpp.
std::vector<Teuchos::RCP<const IntegrationRule> > panzer::WorksetNeeds::int_rules |
Definition at line 26 of file Panzer_WorksetNeeds.hpp.
std::vector<Teuchos::RCP<const PureBasis> > panzer::WorksetNeeds::bases |
Definition at line 27 of file Panzer_WorksetNeeds.hpp.
std::vector<std::string> panzer::WorksetNeeds::rep_field_name |
Definition at line 28 of file Panzer_WorksetNeeds.hpp.