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

Go to the source code of this file.

Functions

real_t affine_function (const Vector &p)
 
real_t jump_function (const Vector &p)
 
real_t singular_function (const Vector &p)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ affine_function()

real_t affine_function ( const Vector & p)

Definition at line 45 of file ex30.cpp.

◆ jump_function()

real_t jump_function ( const Vector & p)

Definition at line 59 of file ex30.cpp.

◆ main()

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

Definition at line 87 of file ex30.cpp.

◆ singular_function()

real_t singular_function ( const Vector & p)

Definition at line 73 of file ex30.cpp.