$treeview $search $mathjax
Palabos  Version 1.1
$projectbrief
$projectbrief
$searchbox

multiGridGenerator2D.hh File Reference

#include "multiGrid/multiGridGenerator2D.h"
Include dependency graph for multiGridGenerator2D.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


Functions

template<typename T , template< typename U > class Descriptor>
std::vector
< MultiBlockLattice2D< T,
Descriptor > * > 
plb::generateLattices (MultiGridManagement2D management, std::vector< Dynamics< T, Descriptor > * > backgroundDynamics, std::vector< BlockCommunicator2D * > communicators, std::vector< CombinedStatistics * > combinedStatistics, plint envelopeWidth)
 Use the MultiGridManagement2D to generate a vector of lattices that represent the multi grid.
template<typename T , template< typename U > class Descriptor>
std::vector
< MultiBlockLattice2D< T,
Descriptor > * > 
plb::generateLattices (MultiGridManagement2D management, std::vector< Dynamics< T, Descriptor > * > backgroundDynamics, plint envelopeWidth)
template<typename T >
std::vector
< MultiScalarField2D< T > * > 
plb::generateScalarFields (MultiGridManagement2D const &management, std::vector< BlockCommunicator2D * > communicators, std::vector< CombinedStatistics * > combinedStatistics)
template<typename T , int nDim>
std::vector
< MultiTensorField2D< T, nDim > * > 
plb::generateTensorFields (MultiGridManagement2D const &management, std::vector< BlockCommunicator2D * > communicators, std::vector< CombinedStatistics * > combinedStatistics)

Detailed Description

Various factories that use a multiGridManagement2D -- Header file