25 #ifndef GRINS_NEUMANN_BC_CONTAINER_H
26 #define GRINS_NEUMANN_BC_CONTAINER_H
35 #include "libmesh/auto_ptr.h"
43 SharedPtr<NeumannBCAbstract>& func )
66 SharedPtr<NeumannBCAbstract>
_func;
71 #endif // GRINS_NEUMANN_BC_CONTAINER_H
SharedPtr< NeumannBCAbstract > _func
const FEVariablesBase & _fe_var
NeumannBCContainer(const std::set< BoundaryID > &bc_ids, const FEVariablesBase &fe_var, SharedPtr< NeumannBCAbstract > &func)
std::set< BoundaryID > _bc_ids
SharedPtr< NeumannBCAbstract > & get_func()
libMesh::boundary_id_type BoundaryID
More descriptive name of the type used for boundary ids.
const FEVariablesBase & get_fe_var()
bool has_bc_id(BoundaryID bc_id)