MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
Functions | Variables
distance.cpp File Reference

Go to the source code of this file.

Functions

real_t sine_ls (const Vector &x)
 
real_t sphere_ls (const Vector &x)
 
real_t exact_dist_sphere (const Vector &x)
 
real_t Gyroid (const Vector &xx)
 
real_t Sph (const mfem::Vector &xx)
 
void DGyroid (const mfem::Vector &xx, mfem::Vector &vals)
 
int main (int argc, char *argv[])
 

Variables

const real_t radius = 0.4
 

Function Documentation

◆ DGyroid()

void DGyroid ( const mfem::Vector xx,
mfem::Vector vals 
)

Definition at line 180 of file distance.cpp.

◆ exact_dist_sphere()

real_t exact_dist_sphere ( const Vector x)

Definition at line 120 of file distance.cpp.

◆ Gyroid()

real_t Gyroid ( const Vector xx)

Definition at line 155 of file distance.cpp.

◆ main()

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

Definition at line 204 of file distance.cpp.

◆ sine_ls()

real_t sine_ls ( const Vector x)

Definition at line 100 of file distance.cpp.

◆ Sph()

real_t Sph ( const mfem::Vector xx)

Definition at line 167 of file distance.cpp.

◆ sphere_ls()

real_t sphere_ls ( const Vector x)

Definition at line 109 of file distance.cpp.

Variable Documentation

◆ radius

const real_t radius = 0.4

Definition at line 107 of file distance.cpp.