MFEM  v4.3.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions | Variables
navier_cht.cpp File Reference

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
 

Function Documentation

double kappa_fun ( const Vector x)

Solid data.

Definition at line 586 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 592 of file navier_cht.cpp.

void vel_dbc ( const Vector x,
double  t,
Vector u 
)

Fluid data.

Definition at line 574 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 519 of file navier_cht.cpp.

Variable Documentation

struct schwarz_common schwarz