MFEM  v4.4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions
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

void close_connection ( VisMan &  v)

Definition at line 98 of file ex17p.cpp.

void InitDisplacement ( const Vector x,
Vector u 
)
int main ( int  argc,
char *  argv[] 
)

Definition at line 101 of file ex17p.cpp.

void new_window ( VisMan &  v)

Definition at line 96 of file ex17p.cpp.

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

Definition at line 97 of file ex17p.cpp.