![]() |
MFEM v4.8.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 460 of file mesh-fitting.hpp.
Definition at line 164 of file mesh-fitting.hpp.
Definition at line 53 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 119 of file mesh-fitting.hpp.
Definition at line 76 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 128 of file mesh-fitting.hpp.
Definition at line 83 of file mesh-fitting.hpp.
Definition at line 70 of file mesh-fitting.hpp.
void ModifyAttributeForMarkingDOFS | ( | ParMesh * | pmesh, |
ParGridFunction & | mat, | ||
int | attr_to_switch ) |
Definition at line 273 of file mesh-fitting.hpp.
void ModifyBoundaryAttributesForNodeMovement | ( | ParMesh * | pmesh, |
ParGridFunction & | x ) |
Definition at line 203 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 348 of file mesh-fitting.hpp.
Definition at line 149 of file mesh-fitting.hpp.
Definition at line 159 of file mesh-fitting.hpp.
Definition at line 154 of file mesh-fitting.hpp.
Definition at line 91 of file mesh-fitting.hpp.
Definition at line 37 of file mesh-fitting.hpp.