class Conds_lim This class represents a vector of boundary conditions.
More...
#include <Conds_lim.h>
class Conds_lim This class represents a vector of boundary conditions.
An object of this type is carried by each Domaine_Cl_dis_base associated
with an equation. A class representing a vector of objects is
declared through the macro VECT(classe_X)
- See also
- Cond_lim Domaine_Cl_dis_base
Definition at line 31 of file Conds_lim.h.
◆ calculer_coeffs_echange()
| void Conds_lim::calculer_coeffs_echange |
( |
double | temps | ) |
|
|
inline |
Calculation of exchange coefficients for all boundary conditions in the vector.
- Parameters
-
| (double | temps) the time step for update |
Definition at line 74 of file Conds_lim.h.
◆ compatible_avec_discr()
Returns whether ALL boundary conditions in the vector are compatible with the discretization passed as parameter.
- Parameters
-
| the | discretization with which we will check compatibility |
- Returns
- (int) 1 if all boundary conditions are compatible with the discretization, 0 otherwise.
Definition at line 96 of file Conds_lim.h.
◆ compatible_avec_eqn()
| int Conds_lim::compatible_avec_eqn |
( |
const Equation_base & | eqn | ) |
const |
|
inline |
Returns whether ALL boundary conditions in the vector are compatible with the equation passed as parameter.
- Parameters
-
| (Equation_base& | eqn) the equation with which we will check compatibility |
- Returns
- (int) 1 if all boundary conditions are compatible with the equation, 0 otherwise.
Definition at line 84 of file Conds_lim.h.
◆ completer()
Calls Cond_lim::completer() on each boundary condition in the vector.
Definition at line 37 of file Conds_lim.cpp.
◆ initialiser()
| int Conds_lim::initialiser |
( |
double | temps | ) |
|
|
inline |
◆ mettre_a_jour()
| void Conds_lim::mettre_a_jour |
( |
double | temps | ) |
|
|
inline |
Time update of all boundary conditions in the vector.
- Parameters
-
| (double | temps) the time step for update |
Definition at line 60 of file Conds_lim.h.
◆ resetTime()
| void Conds_lim::resetTime |
( |
double | temps | ) |
|
|
inline |
◆ set_modifier_val_imp()
| void Conds_lim::set_modifier_val_imp |
( |
int | drap | ) |
|
|
inline |
Sets the modifier_val_imp flag for all boundary conditions in the vector.
- Parameters
-
| (int | drap) the value to assign to the flag |
Definition at line 107 of file Conds_lim.h.
The documentation for this class was generated from the following files: