11#ifndef PANZER_BCSTRATEGY_FACTORY_COMPOSITE_DECL_HPP
12#define PANZER_BCSTRATEGY_FACTORY_COMPOSITE_DECL_HPP
15#include "Teuchos_RCP.hpp"
33 BCFactoryComposite(
const std::vector<Teuchos::RCP<panzer::BCStrategyFactory> >& factories);
40 Teuchos::RCP<panzer::BCStrategy_TemplateManager<panzer::Traits> >
Stores input information for a boundary condition.
A panzer::BCStrategyFactory that contains an internal vector of user BC strategy factories.
Teuchos::RCP< panzer::BCStrategy_TemplateManager< panzer::Traits > > buildBCStrategy(const panzer::BC &bc, const Teuchos::RCP< panzer::GlobalData > &global_data) const
Builds the BC strategy using the first constituent factory that recognizes the given boundary conditi...
std::vector< Teuchos::RCP< panzer::BCStrategyFactory > > m_bc_strategy_factories
Interface for constructing a BCStrategy_TemplateManager.