|
GRINS-0.6.0
|
This is the complete list of members for GRINS::BCHandlingBase, including all inherited members.
| _axisymmetric | GRINS::BCHandlingBase | protectedstatic |
| _bound_conds | GRINS::BCHandlingBase | protected |
| _dirichlet_bc_map | GRINS::BCHandlingBase | protected |
| _dirichlet_bound_funcs | GRINS::BCHandlingBase | protected |
| _dirichlet_values | GRINS::BCHandlingBase | protected |
| _neumann_bc_map | GRINS::BCHandlingBase | protected |
| _neumann_bound_funcs | GRINS::BCHandlingBase | protected |
| _num_periodic_bcs | GRINS::BCHandlingBase | protected |
| _periodic_bcs | GRINS::BCHandlingBase | protected |
| _physics_name | GRINS::BCHandlingBase | protected |
| _q_values | GRINS::BCHandlingBase | protected |
| apply_neumann_bcs(AssemblyContext &context, const GRINS::CachedValues &cache, const bool request_jacobian, const GRINS::BoundaryID bc_id) const | GRINS::BCHandlingBase | virtual |
| attach_dirichlet_bound_func(const GRINS::DBCContainer &dirichlet_bc) | GRINS::BCHandlingBase | |
| attach_neumann_bound_func(GRINS::NBCContainer &neumann_bcs) | GRINS::BCHandlingBase | |
| AXISYMMETRIC enum value | GRINS::BCHandlingBase | protected |
| BC_BASE enum name | GRINS::BCHandlingBase | protected |
| BCHandlingBase(const std::string &physics_name) | GRINS::BCHandlingBase | |
| BCHandlingBase() | GRINS::BCHandlingBase | private |
| CONSTANT_DIRICHLET enum value | GRINS::BCHandlingBase | protected |
| get_dirichlet_bc_type(const GRINS::BoundaryID bc_id) const | GRINS::BCHandlingBase | inline |
| get_dirichlet_bc_value(GRINS::BoundaryID bc_id, int component=0) const | GRINS::BCHandlingBase | |
| get_neumann_bc_value(GRINS::BoundaryID bc_id) const | GRINS::BCHandlingBase | inline |
| get_neumann_bound_func(GRINS::BoundaryID bc_id, GRINS::VariableIndex var_id) const | GRINS::BCHandlingBase | inline |
| get_neumann_bound_func(GRINS::BoundaryID bc_id, GRINS::VariableIndex var_id) | GRINS::BCHandlingBase | inline |
| init_bc_data(const libMesh::FEMSystem &system) | GRINS::BCHandlingBase | virtual |
| init_bc_types(const GRINS::BoundaryID bc_id, const std::string &bc_id_string, const int bc_type, const std::string &bc_vars, const std::string &bc_value, const GetPot &input) | GRINS::BCHandlingBase | virtual |
| init_dirichlet_bc_func_objs(libMesh::FEMSystem *system) const | GRINS::BCHandlingBase | virtual |
| init_dirichlet_bcs(libMesh::FEMSystem *system) const | GRINS::BCHandlingBase | virtual |
| init_periodic_bcs(libMesh::FEMSystem *system) const | GRINS::BCHandlingBase | virtual |
| is_axisymmetric() const | GRINS::BCHandlingBase | inline |
| PARSED_DIRICHLET enum value | GRINS::BCHandlingBase | protected |
| PARSED_FEM_DIRICHLET enum value | GRINS::BCHandlingBase | protected |
| PERIODIC enum value | GRINS::BCHandlingBase | protected |
| read_bc_data(const GetPot &input, const std::string &id_str, const std::string &bc_str, const std::string &var_str, const std::string &val_str) | GRINS::BCHandlingBase | virtual |
| set_dirichlet_bc_type(GRINS::BoundaryID bc_id, int bc_type) | GRINS::BCHandlingBase | |
| set_dirichlet_bc_value(GRINS::BoundaryID bc_id, libMesh::Real value, int component=0) | GRINS::BCHandlingBase | |
| set_neumann_bc_type(GRINS::BoundaryID bc_id, int bc_type) | GRINS::BCHandlingBase | |
| set_neumann_bc_value(GRINS::BoundaryID bc_id, const libMesh::Point &q_in) | GRINS::BCHandlingBase | |
| string_to_int(const std::string &bc_type_in) const | GRINS::BCHandlingBase | virtual |
| user_apply_neumann_bcs(AssemblyContext &context, const GRINS::CachedValues &cache, const bool request_jacobian, const GRINS::BoundaryID bc_id, const GRINS::BCType bc_type) const | GRINS::BCHandlingBase | virtual |
| user_init_dirichlet_bcs(libMesh::FEMSystem *system, libMesh::DofMap &dof_map, GRINS::BoundaryID bc_id, GRINS::BCType bc_type) const | GRINS::BCHandlingBase | virtual |
| ~BCHandlingBase() | GRINS::BCHandlingBase | virtual |