MFEM v4.10.0
Finite element discretization library
Loading...
Searching...
No Matches
nurbs_ex24.cpp File Reference

Go to the source code of this file.

Functions

real_t p_exact (const Vector &x)
 
void gradp_exact (const Vector &, Vector &)
 
real_t div_gradp_exact (const Vector &x)
 
void v_exact (const Vector &x, Vector &v)
 
void curlv_exact (const Vector &x, Vector &cv)
 
template<typename CoefficientType >
void Project (GridFunction &gf, CoefficientType &coef, int proj_type)
 
int main (int argc, char *argv[])
 

Variables

int dim
 
real_t freq = 1.0
 
real_t kappa
 

Function Documentation

◆ curlv_exact()

void curlv_exact ( const Vector & x,
Vector & cv )

Definition at line 453 of file nurbs_ex24.cpp.

◆ div_gradp_exact()

real_t div_gradp_exact ( const Vector & x)

Definition at line 423 of file nurbs_ex24.cpp.

◆ gradp_exact()

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

Definition at line 407 of file nurbs_ex24.cpp.

◆ main()

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

Definition at line 52 of file nurbs_ex24.cpp.

◆ p_exact()

real_t p_exact ( const Vector & x)

Definition at line 393 of file nurbs_ex24.cpp.

◆ Project()

template<typename CoefficientType >
void Project ( GridFunction & gf,
CoefficientType & coef,
int proj_type )

◆ v_exact()

void v_exact ( const Vector & x,
Vector & v )

Definition at line 437 of file nurbs_ex24.cpp.

Variable Documentation

◆ dim

int dim

Definition at line 49 of file nurbs_ex24.cpp.

◆ freq

real_t freq = 1.0

Definition at line 50 of file nurbs_ex24.cpp.

◆ kappa

real_t kappa

Definition at line 50 of file nurbs_ex24.cpp.