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

Go to the source code of this file.

Functions

void InitDisplacement (const Vector &x, Vector &u)
 
void new_window (VisMan &v)
 
void position_window (VisMan &v)
 
void close_connection (VisMan &v)
 
ostream & operator<< (ostream &v, void(*f)(VisMan &))
 
int main (int argc, char *argv[])
 

Function Documentation

◆ close_connection()

void close_connection ( VisMan & v)

Definition at line 98 of file ex17p.cpp.

◆ InitDisplacement()

void InitDisplacement ( const Vector & x,
Vector & u )

Definition at line 372 of file ex17p.cpp.

◆ main()

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

Definition at line 101 of file ex17p.cpp.

◆ new_window()

void new_window ( VisMan & v)

Definition at line 96 of file ex17p.cpp.

◆ operator<<()

ostream & operator<< ( ostream & v,
void(* )(VisMan &) )

Definition at line 445 of file ex17p.cpp.

◆ position_window()

void position_window ( VisMan & v)

Definition at line 97 of file ex17p.cpp.