MFEM v4.7.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
void | vel_dbc (const Vector &x, real_t t, Vector &u) |
Fluid data. | |
real_t | kappa_fun (const Vector &x) |
Solid data. | |
real_t | 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 |
Solid data.
Definition at line 585 of file navier_cht.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 135 of file navier_cht.cpp.
Definition at line 591 of file navier_cht.cpp.
Fluid data.
Definition at line 573 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 518 of file navier_cht.cpp.
struct schwarz_common schwarz |