$treeview $search $mathjax
|
Palabos
Version 1.1
$projectbrief
|
$projectbrief
|
$searchbox |
#include <multiGridDataField3D.h>


Public Member Functions | |
| MultiGridTensorField3D (MultiGridManagement3D management_, std::vector< BlockCommunicator3D * > communicators_, std::vector< CombinedStatistics * > combinedStatistics_, plint behaviorLevel_=0) | |
| MultiGridTensorField3D (MultiGridManagement3D management_, plint behaviorLevel_=0) | |
| MultiGridTensorField3D (MultiGridTensorField3D< T, nDim > const &rhs) | |
| MultiGridTensorField3D (MultiGrid3D const &rhs) | |
| MultiGridTensorField3D (MultiGrid3D const &rhs, Box3D subDomain, bool crop=true) | |
| ~MultiGridTensorField3D () | |
| void | reset () |
| virtual Array< T, nDim > & | get (plint iX, plint iY, plint iZ) |
| virtual Array< T, nDim > const & | get (plint iX, plint iY, plint iZ) const |
| MultiTensorField3D< T, nDim > & | getComponent (plint level) |
| MultiTensorField3D< T, nDim > const & | getComponent (plint level) const |
| Retrieving the components of the multigrid. | |
| int | getBlockId () const |
| std::auto_ptr < MultiTensorField3D< T, nDim > > | convertToCoarsest (plint dimDx, plint dimDt) |
| std::auto_ptr < MultiTensorField3D< T, nDim > > | convertToFinest (plint dimDx, plint dimDt) |
| plb::MultiGridTensorField3D< T, nDim >::MultiGridTensorField3D | ( | MultiGridManagement3D | management_, | |
| std::vector< BlockCommunicator3D * > | communicators_, | |||
| std::vector< CombinedStatistics * > | combinedStatistics_, | |||
| plint | behaviorLevel_ = 0 | |||
| ) | [inline] |
| plb::MultiGridTensorField3D< T, nDim >::MultiGridTensorField3D | ( | MultiGridManagement3D | management_, | |
| plint | behaviorLevel_ = 0 | |||
| ) | [inline] |
References plb::defaultMultiGridPolicy3D(), and plb::MultiGrid3D::getNumLevels().
| plb::MultiGridTensorField3D< T, nDim >::MultiGridTensorField3D | ( | MultiGridTensorField3D< T, nDim > const & | rhs | ) | [inline] |
| plb::MultiGridTensorField3D< T, nDim >::MultiGridTensorField3D | ( | MultiGrid3D const & | rhs | ) | [inline] |
| plb::MultiGridTensorField3D< T, nDim >::MultiGridTensorField3D | ( | MultiGrid3D const & | rhs, | |
| Box3D | subDomain, | |||
| bool | crop = true | |||
| ) | [inline] |
| plb::MultiGridTensorField3D< T, nDim >::~MultiGridTensorField3D | ( | ) | [inline] |
| std::auto_ptr< MultiTensorField3D< T, nDim > > plb::MultiGridTensorField3D< T, nDim >::convertToCoarsest | ( | plint | dimDx, | |
| plint | dimDt | |||
| ) | [inline] |
| std::auto_ptr< MultiTensorField3D< T, nDim > > plb::MultiGridTensorField3D< T, nDim >::convertToFinest | ( | plint | dimDx, | |
| plint | dimDt | |||
| ) | [inline] |
| Array< T, nDim > const & plb::MultiGridTensorField3D< T, nDim >::get | ( | plint | iX, | |
| plint | iY, | |||
| plint | iZ | |||
| ) | const [inline, virtual] |
Implements plb::TensorFieldBase3D< T, nDim >.
References plb::MultiGrid3D::getBehaviorLevel().
| Array< T, nDim > & plb::MultiGridTensorField3D< T, nDim >::get | ( | plint | iX, | |
| plint | iY, | |||
| plint | iZ | |||
| ) | [inline, virtual] |
Implements plb::TensorFieldBase3D< T, nDim >.
References plb::MultiGrid3D::getBehaviorLevel().
| int plb::MultiGridTensorField3D< T, nDim >::getBlockId | ( | ) | const [inline, virtual] |
Implements plb::MultiGrid3D.
References plb::MultiGrid3D::getBehaviorLevel().
| MultiTensorField3D< T, nDim > const & plb::MultiGridTensorField3D< T, nDim >::getComponent | ( | plint | level | ) | const [inline, virtual] |
Retrieving the components of the multigrid.
Implements plb::MultiGrid3D.
References PLB_PRECONDITION.
| MultiTensorField3D< T, nDim > & plb::MultiGridTensorField3D< T, nDim >::getComponent | ( | plint | level | ) | [inline, virtual] |
Implements plb::MultiGrid3D.
References PLB_PRECONDITION.
| void plb::MultiGridTensorField3D< T, nDim >::reset | ( | ) | [inline, virtual] |
Implements plb::TensorFieldBase3D< T, nDim >.
1.6.3
1.6.3