MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
navier_cht.cpp File Reference

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
 

Function Documentation

◆ kappa_fun()

real_t kappa_fun ( const Vector & x)

Solid data.

Definition at line 585 of file navier_cht.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 135 of file navier_cht.cpp.

◆ temp_init()

real_t temp_init ( const Vector & x)

Definition at line 591 of file navier_cht.cpp.

◆ vel_dbc()

void vel_dbc ( const Vector & x,
real_t t,
Vector & u )

Fluid data.

Definition at line 573 of file navier_cht.cpp.

◆ VisualizeField()

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.

Variable Documentation

◆ schwarz

struct schwarz_common schwarz