Panzer
Version of the Day
|
#include "Phalanx_FieldManager.hpp"
#include "Panzer_PhysicsBlock.hpp"
#include "Panzer_String_Utilities.hpp"
#include "Teuchos_ParameterList.hpp"
#include <vector>
#include <list>
#include <string>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
panzer | |
Computes . | |
Functions | |
template<typename EvalT > | |
void | panzer::buildAndRegisterSubsetOfClosureModelEvaluatorsForType (PHX::FieldManager< panzer::Traits > &fm, const panzer::PhysicsBlock &pb, const panzer::ClosureModelFactory_TemplateManager< panzer::Traits > &factory, const std::string comma_sep_closure_model_list, const Teuchos::ParameterList &models, const Teuchos::ParameterList &user_data) |
Builds the closure models for a particular physics block for a dirichlet bc. More... | |