![]() |
MFEM
v4.5.2
Finite element discretization library
|
Go to the source code of this file.
Functions | |
| void | vel_dbc (const Vector &x, double t, Vector &u) |
| Fluid data. More... | |
| double | kappa_fun (const Vector &x) |
| Solid data. More... | |
| double | temp_init (const Vector &x) |
| void | VisualizeField (socketstream &sock, const char *vishost, int visport, ParGridFunction &gf, const char *title, int x=0, int y=0, int w=400, int h=400, bool vec=false) |
| int | main (int argc, char *argv[]) |
Variables | |
| struct schwarz_common | schwarz |
| double kappa_fun | ( | const Vector & | x | ) |
Solid data.
Definition at line 583 of file navier_cht.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 133 of file navier_cht.cpp.
| double temp_init | ( | const Vector & | x | ) |
Definition at line 589 of file navier_cht.cpp.
Fluid data.
Definition at line 571 of file navier_cht.cpp.
| void VisualizeField | ( | socketstream & | sock, |
| const char * | vishost, | ||
| int | visport, | ||
| ParGridFunction & | gf, | ||
| const char * | title, | ||
| int | x = 0, |
||
| int | y = 0, |
||
| int | w = 400, |
||
| int | h = 400, |
||
| bool | vec = false |
||
| ) |
Definition at line 516 of file navier_cht.cpp.
| struct schwarz_common schwarz |
1.8.14