v0.14.0
Classes | Public Member Functions | Public Attributes | List of all members
Smoother Struct Reference

#include <users_modules/basic_finite_elements/src/Smoother.hpp>

Collaboration diagram for Smoother:
[legend]

Classes

struct  MyVolumeFE
 
struct  OpJacobianSmoother
 
struct  OpLhsSmoother
 
struct  OpRhsSmoother
 
struct  SmootherBlockData
 

Public Member Functions

 Smoother (MoFEM::Interface &m_field)
 

Public Attributes

SmootherBlockData smootherData
 
std::map< int, NonlinearElasticElement::BlockDatasetOfBlocks
 
NonlinearElasticElement::CommonData commonData
 
boost::shared_ptr< MyVolumeFEfeRhsPtr
 
boost::shared_ptr< MyVolumeFEfeLhsPtr
 
MyVolumeFEfeRhs
 calculate right hand side for tetrahedral elements More...
 
MyVolumeFEfeLhs
 

Detailed Description

Examples
mesh_smoothing.cpp.

Definition at line 10 of file Smoother.hpp.

Constructor & Destructor Documentation

◆ Smoother()

Smoother::Smoother ( MoFEM::Interface m_field)
inline

Definition at line 126 of file Smoother.hpp.

127  : feRhsPtr(new MyVolumeFE(m_field, smootherData)),
128  feLhsPtr(new MyVolumeFE(m_field, smootherData)), feRhs(*feRhsPtr),
129  feLhs(*feLhsPtr) {}

Member Data Documentation

◆ commonData

Definition at line 53 of file Smoother.hpp.

◆ feLhs

MyVolumeFE& Smoother::feLhs

Definition at line 123 of file Smoother.hpp.

◆ feLhsPtr

boost::shared_ptr<MyVolumeFE> Smoother::feLhsPtr

Definition at line 119 of file Smoother.hpp.

◆ feRhs

MyVolumeFE& Smoother::feRhs

calculate right hand side for tetrahedral elements

Definition at line 121 of file Smoother.hpp.

◆ feRhsPtr

boost::shared_ptr<MyVolumeFE> Smoother::feRhsPtr

Definition at line 118 of file Smoother.hpp.

◆ setOfBlocks

std::map<int, NonlinearElasticElement::BlockData> Smoother::setOfBlocks

Definition at line 52 of file Smoother.hpp.

◆ smootherData

SmootherBlockData Smoother::smootherData

Definition at line 50 of file Smoother.hpp.


The documentation for this struct was generated from the following file:
Smoother::feLhs
MyVolumeFE & feLhs
Definition: Smoother.hpp:123
Smoother::feRhs
MyVolumeFE & feRhs
calculate right hand side for tetrahedral elements
Definition: Smoother.hpp:121
Smoother::feLhsPtr
boost::shared_ptr< MyVolumeFE > feLhsPtr
Definition: Smoother.hpp:119
Smoother::feRhsPtr
boost::shared_ptr< MyVolumeFE > feRhsPtr
Definition: Smoother.hpp:118
Smoother::smootherData
SmootherBlockData smootherData
Definition: Smoother.hpp:50