v0.14.0 |
#include <tools/src/Smoother.hpp>
Classes | |
struct | MyVolumeFE |
struct | OpJacobianSmoother |
struct | OpLhsSmoother |
struct | OpRhsSmoother |
struct | SmootherBlockData |
Public Member Functions | |
Smoother (MoFEM::Interface &m_field) | |
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 More... | |
MyVolumeFE & | feLhs |
Definition at line 10 of file Smoother.hpp.
|
inline |
Definition at line 126 of file Smoother.hpp.
|
inline |
Definition at line 126 of file Smoother.hpp.
NonlinearElasticElement::CommonData Smoother::commonData |
Definition at line 53 of file Smoother.hpp.
MyVolumeFE & Smoother::feLhs |
Definition at line 123 of file Smoother.hpp.
boost::shared_ptr< MyVolumeFE > Smoother::feLhsPtr |
Definition at line 119 of file Smoother.hpp.
MyVolumeFE & Smoother::feRhs |
calculate right hand side for tetrahedral elements
Definition at line 121 of file Smoother.hpp.
boost::shared_ptr< MyVolumeFE > Smoother::feRhsPtr |
Definition at line 118 of file Smoother.hpp.
std::map< int, NonlinearElasticElement::BlockData > Smoother::setOfBlocks |
Definition at line 52 of file Smoother.hpp.
SmootherBlockData Smoother::smootherData |
Definition at line 50 of file Smoother.hpp.