The boundary condition configuration for SHE
More...
#include <config.hpp>
Public Member Functions | |
she_boundary_conditions_config () | |
viennashe::boundary_type_id | type () const |
Returns the type of boundary conditions used by SHE. More... | |
void | type (viennashe::boundary_type_id new_id) |
Setter for the type of boundary conditions used by SHE. More... | |
double | generation_recombination_rate () const |
Returns the recombination rate used in a Robin boundary condition. More... | |
void | generation_recombination_rate (double new_tau) |
Sets the recombination rate used in a Robin boundary condition. More... | |
The boundary condition configuration for SHE
Definition at line 90 of file config.hpp.
|
inline |
Definition at line 93 of file config.hpp.
|
inline |
Returns the recombination rate used in a Robin boundary condition.
Definition at line 108 of file config.hpp.
|
inline |
Sets the recombination rate used in a Robin boundary condition.
new_tau | Must be positive and non-negative. Unit: seconds |
Definition at line 112 of file config.hpp.
|
inline |
Returns the type of boundary conditions used by SHE.
Definition at line 96 of file config.hpp.
|
inline |
Setter for the type of boundary conditions used by SHE.
Definition at line 99 of file config.hpp.