|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
#include <Op_VEF_Face.h>
Public Member Functions | |
| void | dimensionner (const Domaine_VEF &, const Domaine_Cl_VEF &, Matrice_Morse &) const |
| Dimensioning of the matrix that will receive the coefficients from convection and diffusion for the face-based case. | |
| void | modifier_pour_Cl (const Domaine_VEF &, const Domaine_Cl_VEF &, Matrice_Morse &, DoubleTab &) const |
| Modify the matrix coefficients and the right-hand side for Dirichlet boundary conditions. | |
| int | impr (Sortie &, const Operateur_base &) const |
| Print the face fluxes of a VEF operator (e.g. diffusion, convection). | |
| void | modifier_flux (const Operateur_base &) const |
| void | modifier_matrice_pour_periodique_avant_contribuer (Matrice_Morse &matrice, const Equation_base &) const |
| Divides the coefficients on the periodic face rows by 2 in preparation for applying modifier_matrice_pour_periodique_apres_contribuer, which will sum the 2 rows of the associated periodic faces. | |
| void | modifier_matrice_pour_periodique_apres_contribuer (Matrice_Morse &matrice, const Equation_base &) const |
| Sums the 2 rows of the associated periodic faces, allowing computations in the code without needing to find the associated face. | |
Definition at line 29 of file Op_VEF_Face.h.
| void Op_VEF_Face::dimensionner | ( | const Domaine_VEF & | le_dom, |
| const Domaine_Cl_VEF & | le_dom_cl, | ||
| Matrice_Morse & | la_matrice ) const |
Dimensioning of the matrix that will receive the coefficients from convection and diffusion for the face-based case.
This matrix has a Morse matrix structure. We start by computing the sizes of arrays tab1 and tab2.
Definition at line 44 of file Op_VEF_Face.cpp.
| int Op_VEF_Face::impr | ( | Sortie & | os, |
| const Operateur_base & | op ) const |
Print the face fluxes of a VEF operator (e.g. diffusion, convection).
Definition at line 396 of file Op_VEF_Face.cpp.
| void Op_VEF_Face::modifier_flux | ( | const Operateur_base & | op | ) | const |
Definition at line 338 of file Op_VEF_Face.cpp.
| void Op_VEF_Face::modifier_matrice_pour_periodique_apres_contribuer | ( | Matrice_Morse & | matrice, |
| const Equation_base & | eqn ) const |
Sums the 2 rows of the associated periodic faces, allowing computations in the code without needing to find the associated face.
Only half the periodic faces are iterated over in contribuer_a_avec (in general).
Definition at line 738 of file Op_VEF_Face.cpp.
| void Op_VEF_Face::modifier_matrice_pour_periodique_avant_contribuer | ( | Matrice_Morse & | matrice, |
| const Equation_base & | eqn ) const |
Divides the coefficients on the periodic face rows by 2 in preparation for applying modifier_matrice_pour_periodique_apres_contribuer, which will sum the 2 rows of the associated periodic faces.
Definition at line 725 of file Op_VEF_Face.cpp.
| void Op_VEF_Face::modifier_pour_Cl | ( | const Domaine_VEF & | le_dom, |
| const Domaine_Cl_VEF & | le_dom_cl, | ||
| Matrice_Morse & | la_matrice, | ||
| DoubleTab & | tab_secmem ) const |
Modify the matrix coefficients and the right-hand side for Dirichlet boundary conditions.
Definition at line 168 of file Op_VEF_Face.cpp.