![]() |
v0.15.5 |
#include "tools/src/MeshSmoothingOpFactory.hpp"
Public Attributes | |
| std::string | geometryField = "MESH_NODE_POSITIONS" |
| std::string | meshReferenceField = "NONE" |
| std::string | lambdaSurfaceField = "LAMBDA_SURFACE" |
| std::string | lambdaEdgeField = "LAMBDA_EDGE" |
| bool | enableSurfaceSliding = true |
| bool | enableEdgeSliding = false |
| bool | fixEdgeBlocks = true |
| VolumeLengthQualityType | qualityType = BARRIER_AND_QUALITY |
| double | alpha = 1.0 |
| double | gamma = 0.0 |
| Tags | tags |
Definition at line 28 of file MeshSmoothingOpFactory.hpp.
| double MeshSmoothingOps::Config::alpha = 1.0 |
Definition at line 37 of file MeshSmoothingOpFactory.hpp.
| bool MeshSmoothingOps::Config::enableEdgeSliding = false |
Definition at line 34 of file MeshSmoothingOpFactory.hpp.
| bool MeshSmoothingOps::Config::enableSurfaceSliding = true |
Definition at line 33 of file MeshSmoothingOpFactory.hpp.
| bool MeshSmoothingOps::Config::fixEdgeBlocks = true |
Definition at line 35 of file MeshSmoothingOpFactory.hpp.
| double MeshSmoothingOps::Config::gamma = 0.0 |
Definition at line 38 of file MeshSmoothingOpFactory.hpp.
| std::string MeshSmoothingOps::Config::geometryField = "MESH_NODE_POSITIONS" |
Definition at line 29 of file MeshSmoothingOpFactory.hpp.
| std::string MeshSmoothingOps::Config::lambdaEdgeField = "LAMBDA_EDGE" |
Definition at line 32 of file MeshSmoothingOpFactory.hpp.
| std::string MeshSmoothingOps::Config::lambdaSurfaceField = "LAMBDA_SURFACE" |
Definition at line 31 of file MeshSmoothingOpFactory.hpp.
| std::string MeshSmoothingOps::Config::meshReferenceField = "NONE" |
Definition at line 30 of file MeshSmoothingOpFactory.hpp.
| VolumeLengthQualityType MeshSmoothingOps::Config::qualityType = BARRIER_AND_QUALITY |
Definition at line 36 of file MeshSmoothingOpFactory.hpp.
| Tags MeshSmoothingOps::Config::tags |
Definition at line 39 of file MeshSmoothingOpFactory.hpp.