![]() |
v0.15.0 |
#include "tools/src/Smoother.hpp"
Classes | |
| struct | MyVolumeFE |
| struct | OpJacobianSmoother |
| struct | OpLhsSmoother |
| struct | OpRhsSmoother |
| struct | SmootherBlockData |
Public Member Functions | |
| MyVolumeFE & | getLoopFeRhs () |
| get rhs volume element | |
| MyVolumeFE & | getLoopFeLhs () |
| get lhs volume element | |
| Smoother (MoFEM::Interface &m_field) | |
| MyVolumeFE & | getLoopFeRhs () |
| get rhs volume element | |
| MyVolumeFE & | getLoopFeLhs () |
| get lhs volume element | |
| Smoother (MoFEM::Interface &m_field) | |
Public Attributes | |
| SmootherBlockData | smootherData |
| std::map< int, NonlinearElasticElement::BlockData > | setOfBlocks |
| NonlinearElasticElement::CommonData | commonData |
| boost::shared_ptr< MyVolumeFE > | feRhsPtr |
| boost::shared_ptr< MyVolumeFE > | feLhsPtr |
| MyVolumeFE & | feRhs |
| calculate right hand side for tetrahedral elements | |
| MyVolumeFE & | feLhs |
Definition at line 10 of file Smoother.hpp.
|
inline |
Definition at line 125 of file Smoother.hpp.
|
inline |
Definition at line 125 of file Smoother.hpp.
|
inline |
get lhs volume element
Definition at line 123 of file Smoother.hpp.
|
inline |
get lhs volume element
Definition at line 123 of file Smoother.hpp.
|
inline |
get rhs volume element
Definition at line 121 of file Smoother.hpp.
|
inline |
get rhs volume element
Definition at line 121 of file Smoother.hpp.
| NonlinearElasticElement::CommonData Smoother::commonData |
Definition at line 52 of file Smoother.hpp.
| MyVolumeFE & Smoother::feLhs |
Definition at line 122 of file Smoother.hpp.
| boost::shared_ptr< MyVolumeFE > Smoother::feLhsPtr |
Definition at line 118 of file Smoother.hpp.
| MyVolumeFE & Smoother::feRhs |
calculate right hand side for tetrahedral elements
Definition at line 120 of file Smoother.hpp.
| boost::shared_ptr< MyVolumeFE > Smoother::feRhsPtr |
Definition at line 117 of file Smoother.hpp.
| std::map< int, NonlinearElasticElement::BlockData > Smoother::setOfBlocks |
Definition at line 51 of file Smoother.hpp.
| SmootherBlockData Smoother::smootherData |
Definition at line 49 of file Smoother.hpp.