![]() |
v0.15.5 |
#include "tools/src/MeshSmoothingOpFactory.hpp"
Public Attributes | |
| boost::shared_ptr< Smoother > | smoother |
| boost::shared_ptr< Smoother::MyVolumeFE > | feSmootherRhs |
| boost::shared_ptr< Smoother::MyVolumeFE > | feSmootherLhs |
| boost::shared_ptr< VolumeLengthQuality< double > > | qualityDouble |
| boost::shared_ptr< VolumeLengthQuality< adouble > > | qualityAdouble |
| boost::shared_ptr< SurfaceSlidingConstrains > | surfaceConstraint |
| boost::shared_ptr< SurfaceSlidingConstrains::DriverElementOrientation > | surfaceOrientation |
| boost::shared_ptr< EdgeSlidingConstrains > | edgeConstraint |
| boost::shared_ptr< MoFEM::VolumeElementForcesAndSourcesCore > | minQualityFe |
| boost::shared_ptr< double > | minQualityValue |
Definition at line 42 of file MeshSmoothingOpFactory.hpp.
| boost::shared_ptr<EdgeSlidingConstrains> MeshSmoothingOps::Handles::edgeConstraint |
Definition at line 51 of file MeshSmoothingOpFactory.hpp.
| boost::shared_ptr<Smoother::MyVolumeFE> MeshSmoothingOps::Handles::feSmootherLhs |
Definition at line 45 of file MeshSmoothingOpFactory.hpp.
| boost::shared_ptr<Smoother::MyVolumeFE> MeshSmoothingOps::Handles::feSmootherRhs |
Definition at line 44 of file MeshSmoothingOpFactory.hpp.
| boost::shared_ptr<MoFEM::VolumeElementForcesAndSourcesCore> MeshSmoothingOps::Handles::minQualityFe |
Definition at line 52 of file MeshSmoothingOpFactory.hpp.
| boost::shared_ptr<double> MeshSmoothingOps::Handles::minQualityValue |
Definition at line 53 of file MeshSmoothingOpFactory.hpp.
| boost::shared_ptr<VolumeLengthQuality<adouble> > MeshSmoothingOps::Handles::qualityAdouble |
Definition at line 47 of file MeshSmoothingOpFactory.hpp.
| boost::shared_ptr<VolumeLengthQuality<double> > MeshSmoothingOps::Handles::qualityDouble |
Definition at line 46 of file MeshSmoothingOpFactory.hpp.
| boost::shared_ptr<Smoother> MeshSmoothingOps::Handles::smoother |
Definition at line 43 of file MeshSmoothingOpFactory.hpp.
| boost::shared_ptr<SurfaceSlidingConstrains> MeshSmoothingOps::Handles::surfaceConstraint |
Definition at line 48 of file MeshSmoothingOpFactory.hpp.
| boost::shared_ptr<SurfaceSlidingConstrains::DriverElementOrientation> MeshSmoothingOps::Handles::surfaceOrientation |
Definition at line 50 of file MeshSmoothingOpFactory.hpp.