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

Go to the source code of this file.

Functions

MeshGetMesh (int type)
 
void trans (const Vector &x, Vector &r)
 
void sigmaFunc (const Vector &x, DenseMatrix &s)
 
real_t uExact (const Vector &x)
 
void duExact (const Vector &x, Vector &du)
 
void fluxExact (const Vector &x, Vector &f)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ duExact()

void duExact ( const Vector & x,
Vector & du )

Definition at line 42 of file ex29p.cpp.

◆ fluxExact()

void fluxExact ( const Vector & x,
Vector & f )

Definition at line 50 of file ex29p.cpp.

◆ GetMesh()

Mesh * GetMesh ( int type)

Definition at line 263 of file ex29p.cpp.

◆ main()

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

Definition at line 64 of file ex29p.cpp.

◆ sigmaFunc()

void sigmaFunc ( const Vector & x,
DenseMatrix & s )

Definition at line 382 of file ex29p.cpp.

◆ trans()

void trans ( const Vector & x,
Vector & r )

Definition at line 348 of file ex29p.cpp.

◆ uExact()

real_t uExact ( const Vector & x)

Definition at line 37 of file ex29p.cpp.