| 
    GRINS-0.7.0
    
   | 
 
#include <prescribed_vector_value_dirichlet_old_style_bc_factory.h>


Protected Member Functions | |
| virtual std::string | var_input_string () | 
  Protected Member Functions inherited from GRINS::PrescribedVectorValueDirichletOldStyleBCFactory | |
| virtual libMesh::UniquePtr< libMesh::FunctionBase< libMesh::Number > > | build_func (const GetPot &input, MultiphysicsSystem &system, std::vector< std::string > &var_names, const std::string §ion) | 
| Builds the FunctionBase object for boundary condition.  More... | |
| virtual void | add_funcs (const GetPot &input, MultiphysicsSystem &system, const std::string &input_string, const std::vector< std::string > &var_names, libMesh::CompositeFunction< libMesh::Number > &composite_func) const | 
  Protected Member Functions inherited from GRINS::DirichletBCFactoryFunctionOldStyleBase< libMesh::FunctionBase< libMesh::Number > > | |
| virtual void | check_state () const | 
| Helper function.  More... | |
| virtual void | reset_state () | 
| Helper function.  More... | |
| virtual const std::vector< std::string > & | get_var_names () const | 
| Helper function that can be overridded in subclasses.  More... | |
  Protected Member Functions inherited from GRINS::DirichletBCFactoryFunctionBase< libMesh::FunctionBase< libMesh::Number > > | |
| libMesh::UniquePtr< libMesh::DirichletBoundary > | make_dirichlet_boundary (const std::set< BoundaryID > &bc_ids, const libMesh::System &system, libMesh::UniquePtr< libMesh::FunctionBase< libMesh::Number > > &func, const std::vector< VariableIndex > &var_indices) | 
| Dispatch, based on FunctionType, to the correct DirchletBoundary construction.  More... | |
  Protected Member Functions inherited from GRINS::DirichletBCFactoryAbstract | |
| void | check_for_vars (const GetPot &input, const std::string §ion, const std::vector< std::string > &var_names, std::set< std::string > *vars_found=NULL) | 
| Helper function.  More... | |
  Protected Member Functions inherited from GRINS::BCFactoryAbstract< libMesh::DirichletBoundary > | |
| void | check_for_multiple_expressions (const GetPot &input, const std::string §ion, const std::string &var_name) const | 
| Ensure that there is only one expression for the [Section/var_name] variable.  More... | |
| void | build_var_indices (const MultiphysicsSystem &system, const std::vector< std::string > &var_names, std::vector< VariableIndex > &var_indices) const | 
Additional Inherited Members | |
  Static Public Member Functions inherited from GRINS::DirichletBCFactoryFunctionOldStyleBase< libMesh::FunctionBase< libMesh::Number > > | |
| static void | set_value_var_old_style (const std::string &value_var) | 
| Input variable for parsing old style.  More... | |
| static void | set_value_index_old_style (unsigned int idx) | 
| Input variable index for parsing old style.  More... | |
| static void | set_var_names_old_style (const std::vector< std::string > &var_names) | 
  Static Public Member Functions inherited from GRINS::BCFactoryAbstract< libMesh::DirichletBoundary > | |
| static void | set_system (MultiphysicsSystem &system) | 
| static void | set_bc_ids (const std::set< BoundaryID > &bc_ids) | 
| Boundary id for the current boundary condition section.  More... | |
| static void | set_fe_var (const FEVariablesBase &fe_var) | 
| Active variable for the current boundary condition.  More... | |
| static void | set_section (const std::string §ion) | 
| Sets the current section of the input file.  More... | |
| static bool | have_bc_type (const std::string &bc_type) | 
  Static Public Member Functions inherited from GRINS::FactoryWithGetPot< libMesh::DirichletBoundary > | |
| static void | set_getpot (const GetPot &input) | 
  Static Protected Attributes inherited from GRINS::DirichletBCFactoryFunctionOldStyleBase< libMesh::FunctionBase< libMesh::Number > > | |
| static std::string | _value_var_old_style | 
| static unsigned int | _value_idx_old_style | 
| static const std::vector< std::string > * | _var_names_old_style | 
  Static Protected Attributes inherited from GRINS::BCFactoryAbstract< libMesh::DirichletBoundary > | |
| static MultiphysicsSystem * | _system | 
| We store only a raw pointer here because we can't make a copy.  More... | |
| static const std::set< BoundaryID > * | _bc_ids | 
| BoundaryID for constructing a particular boundary condition.  More... | |
| static const FEVariablesBase * | _fe_var | 
| The FEVariablesBase class associated with the boundary condition being built.  More... | |
| static std::string | _section | 
  Static Protected Attributes inherited from GRINS::FactoryWithGetPot< libMesh::DirichletBoundary > | |
| static const GetPot * | _input | 
| We store only a raw pointer here because we can't make a copy.  More... | |
Definition at line 79 of file prescribed_vector_value_dirichlet_old_style_bc_factory.h.
      
  | 
  inline | 
Definition at line 83 of file prescribed_vector_value_dirichlet_old_style_bc_factory.h.
      
  | 
  inlineprotectedvirtual | 
Implements GRINS::PrescribedVectorValueDirichletOldStyleBCFactory.
Definition at line 89 of file prescribed_vector_value_dirichlet_old_style_bc_factory.h.