Panzer Version of the Day
|
#include <Panzer_ResponseFactory_BCStrategyAdapter.hpp>
Public Types | |
typedef std::vector< std::pair< std::string, Teuchos::RCP< ResponseEvaluatorFactory_TemplateManager< panzer::Traits > > > > | RespFact_TM_Vector |
typedef std::unordered_map< BC, Teuchos::RCP< RespFact_TM_Vector >, BC::BCHash, BC::BCEquality > | BCHashMap |
Public Member Functions | |
BCFactoryResponse (const BCHashMap &hashMap) | |
Teuchos::RCP< panzer::BCStrategy_TemplateManager< panzer::Traits > > | buildBCStrategy (const panzer::BC &bc, const Teuchos::RCP< panzer::GlobalData > &) const |
![]() | |
BCStrategyFactory () | |
virtual | ~BCStrategyFactory () |
virtual Teuchos::RCP< panzer::BCStrategy_TemplateManager< panzer::Traits > > | buildBCStrategy (const panzer::BC &bc, const Teuchos::RCP< panzer::GlobalData > &global_data) const =0 |
Private Attributes | |
BCHashMap | hashMap_ |
Definition at line 167 of file Panzer_ResponseFactory_BCStrategyAdapter.hpp.
typedef std::vector<std::pair<std::string,Teuchos::RCP<ResponseEvaluatorFactory_TemplateManager<panzer::Traits> > > > panzer::response_bc_adapters::BCFactoryResponse::RespFact_TM_Vector |
Definition at line 169 of file Panzer_ResponseFactory_BCStrategyAdapter.hpp.
typedef std::unordered_map<BC,Teuchos::RCP<RespFact_TM_Vector>,BC::BCHash,BC::BCEquality> panzer::response_bc_adapters::BCFactoryResponse::BCHashMap |
Definition at line 170 of file Panzer_ResponseFactory_BCStrategyAdapter.hpp.
|
inline |
Definition at line 172 of file Panzer_ResponseFactory_BCStrategyAdapter.hpp.
|
inlinevirtual |
Implements panzer::BCStrategyFactory.
Definition at line 176 of file Panzer_ResponseFactory_BCStrategyAdapter.hpp.
|
private |
Definition at line 191 of file Panzer_ResponseFactory_BCStrategyAdapter.hpp.