MFEM v4.7.0
Finite element discretization library
|
Go to the source code of this file.
Definition at line 20 of file mesh-fitting.hpp.
void ComputeScalarDistanceFromLevelSet | ( | ParMesh & | pmesh, |
FunctionCoefficient & | ls_coeff, | ||
ParGridFunction & | distance_s, | ||
const int | nDiffuse = 2, | ||
const int | pLapOrder = 5, | ||
const int | pLapNewton = 50 ) |
Definition at line 444 of file mesh-fitting.hpp.
Definition at line 148 of file mesh-fitting.hpp.
Definition at line 37 of file mesh-fitting.hpp.
real_t in_cube | ( | const Vector & | x, |
real_t | xc, | ||
real_t | yc, | ||
real_t | zc, | ||
real_t | lx, | ||
real_t | ly, | ||
real_t | lz ) |
Definition at line 103 of file mesh-fitting.hpp.
Definition at line 60 of file mesh-fitting.hpp.
real_t in_pipe | ( | const Vector & | x, |
int | pipedir, | ||
Vector | x_pipe_center, | ||
real_t | radius, | ||
real_t | minv, | ||
real_t | maxv ) |
Definition at line 112 of file mesh-fitting.hpp.
Definition at line 67 of file mesh-fitting.hpp.
Definition at line 54 of file mesh-fitting.hpp.
void ModifyAttributeForMarkingDOFS | ( | ParMesh * | pmesh, |
ParGridFunction & | mat, | ||
int | attr_to_switch ) |
Definition at line 257 of file mesh-fitting.hpp.
void ModifyBoundaryAttributesForNodeMovement | ( | ParMesh * | pmesh, |
ParGridFunction & | x ) |
Definition at line 187 of file mesh-fitting.hpp.
void OptimizeMeshWithAMRAroundZeroLevelSet | ( | ParMesh & | pmesh, |
FunctionCoefficient & | ls_coeff, | ||
int | amr_iter, | ||
ParGridFunction & | distance_s, | ||
const int | quad_order = 5, | ||
Array< ParGridFunction * > * | pgf_to_update = NULL ) |
Definition at line 332 of file mesh-fitting.hpp.
Definition at line 133 of file mesh-fitting.hpp.
Definition at line 143 of file mesh-fitting.hpp.
Definition at line 138 of file mesh-fitting.hpp.
Definition at line 75 of file mesh-fitting.hpp.