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

Go to the source code of this file.

Functions

void vel_kovasznay (const Vector &x, real_t t, Vector &u)
 
real_t pres_kovasznay (const Vector &x, real_t t)
 
int main (int argc, char *argv[])
 

Variables

struct s_NavierContext ctx
 

Function Documentation

◆ main()

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

Definition at line 81 of file navier_kovasznay.cpp.

◆ pres_kovasznay()

real_t pres_kovasznay ( const Vector & x,
real_t t )

Definition at line 74 of file navier_kovasznay.cpp.

◆ vel_kovasznay()

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

Definition at line 65 of file navier_kovasznay.cpp.

Variable Documentation

◆ ctx

struct s_NavierContext ctx