GRINS-0.8.0
|
#include <neumann_bc_container.h>
Public Member Functions | |
NeumannBCContainer (const std::set< BoundaryID > &bc_ids, const FEVariablesBase &fe_var, SharedPtr< NeumannBCAbstract > &func) | |
~NeumannBCContainer () | |
bool | has_bc_id (BoundaryID bc_id) |
const FEVariablesBase & | get_fe_var () |
SharedPtr< NeumannBCAbstract > & | get_func () |
Private Attributes | |
std::set< BoundaryID > | _bc_ids |
const FEVariablesBase & | _fe_var |
SharedPtr< NeumannBCAbstract > | _func |
Definition at line 39 of file neumann_bc_container.h.
|
inline |
Definition at line 42 of file neumann_bc_container.h.
|
inline |
Definition at line 49 of file neumann_bc_container.h.
|
inline |
Definition at line 54 of file neumann_bc_container.h.
References _fe_var.
|
inline |
Definition at line 57 of file neumann_bc_container.h.
References _func.
|
inline |
Definition at line 51 of file neumann_bc_container.h.
References _bc_ids.
|
private |
Definition at line 62 of file neumann_bc_container.h.
Referenced by has_bc_id().
|
private |
Definition at line 64 of file neumann_bc_container.h.
Referenced by get_fe_var().
|
private |
Definition at line 66 of file neumann_bc_container.h.
Referenced by get_func().