OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "Region/Rnode.h"
#include "Index/NDIndex.h"
#include "DomainMap/DomainMap.h"
#include "FieldLayout/FieldLayoutUser.h"
#include "Utility/Unique.h"
#include "Utility/UserList.h"
#include "Utility/vmap.h"
#include <iostream>
#include "Region/RegionLayout.hpp"
Go to the source code of this file.
Classes | |
class | RegionLayout< T, Dim, MeshType > |
class | RegionLayout< T, Dim, MeshType >::RnodePool |
Functions | |
template<class T , unsigned Dim, class MeshType > | |
std::ostream & | operator<< (std::ostream &, const RegionLayout< T, Dim, MeshType > &) |
std::ostream& operator<< | ( | std::ostream & | out, |
const RegionLayout< T, Dim, MeshType > & | f | ||
) |
Definition at line 803 of file RegionLayout.hpp.
References RegionLayout< T, Dim, MeshType >::begin_iv(), RegionLayout< T, Dim, MeshType >::begin_rdv(), RegionLayout< T, Dim, MeshType >::end_iv(), RegionLayout< T, Dim, MeshType >::end_rdv(), RegionLayout< T, Dim, MeshType >::getDomain(), RegionLayout< T, Dim, MeshType >::getFieldLayout(), RegionLayout< T, Dim, MeshType >::size_iv(), and RegionLayout< T, Dim, MeshType >::size_rdv().