v0.15.5
Loading...
Searching...
No Matches
Public Attributes | List of all members
MeshSmoothingOps::Handles Struct Reference

#include "tools/src/MeshSmoothingOpFactory.hpp"

Collaboration diagram for MeshSmoothingOps::Handles:
[legend]

Public Attributes

boost::shared_ptr< Smoothersmoother
 
boost::shared_ptr< Smoother::MyVolumeFEfeSmootherRhs
 
boost::shared_ptr< Smoother::MyVolumeFEfeSmootherLhs
 
boost::shared_ptr< VolumeLengthQuality< double > > qualityDouble
 
boost::shared_ptr< VolumeLengthQuality< adouble > > qualityAdouble
 
boost::shared_ptr< SurfaceSlidingConstrainssurfaceConstraint
 
boost::shared_ptr< SurfaceSlidingConstrains::DriverElementOrientationsurfaceOrientation
 
boost::shared_ptr< EdgeSlidingConstrainsedgeConstraint
 
boost::shared_ptr< MoFEM::VolumeElementForcesAndSourcesCoreminQualityFe
 
boost::shared_ptr< doubleminQualityValue
 

Detailed Description

Examples
mofem/tools/mesh_smoothing.cpp.

Definition at line 42 of file MeshSmoothingOpFactory.hpp.

Member Data Documentation

◆ edgeConstraint

boost::shared_ptr<EdgeSlidingConstrains> MeshSmoothingOps::Handles::edgeConstraint

Definition at line 51 of file MeshSmoothingOpFactory.hpp.

◆ feSmootherLhs

boost::shared_ptr<Smoother::MyVolumeFE> MeshSmoothingOps::Handles::feSmootherLhs

Definition at line 45 of file MeshSmoothingOpFactory.hpp.

◆ feSmootherRhs

boost::shared_ptr<Smoother::MyVolumeFE> MeshSmoothingOps::Handles::feSmootherRhs

Definition at line 44 of file MeshSmoothingOpFactory.hpp.

◆ minQualityFe

boost::shared_ptr<MoFEM::VolumeElementForcesAndSourcesCore> MeshSmoothingOps::Handles::minQualityFe

Definition at line 52 of file MeshSmoothingOpFactory.hpp.

◆ minQualityValue

boost::shared_ptr<double> MeshSmoothingOps::Handles::minQualityValue

Definition at line 53 of file MeshSmoothingOpFactory.hpp.

◆ qualityAdouble

boost::shared_ptr<VolumeLengthQuality<adouble> > MeshSmoothingOps::Handles::qualityAdouble

Definition at line 47 of file MeshSmoothingOpFactory.hpp.

◆ qualityDouble

boost::shared_ptr<VolumeLengthQuality<double> > MeshSmoothingOps::Handles::qualityDouble

Definition at line 46 of file MeshSmoothingOpFactory.hpp.

◆ smoother

boost::shared_ptr<Smoother> MeshSmoothingOps::Handles::smoother

Definition at line 43 of file MeshSmoothingOpFactory.hpp.

◆ surfaceConstraint

boost::shared_ptr<SurfaceSlidingConstrains> MeshSmoothingOps::Handles::surfaceConstraint

Definition at line 48 of file MeshSmoothingOpFactory.hpp.

◆ surfaceOrientation

boost::shared_ptr<SurfaceSlidingConstrains::DriverElementOrientation> MeshSmoothingOps::Handles::surfaceOrientation

Definition at line 50 of file MeshSmoothingOpFactory.hpp.


The documentation for this struct was generated from the following file: