waLBerla 7.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
InfoCollection.h File Reference

Detailed Description

#include "../BlockID.h"
#include "BlockInfo.h"
#include <map>

Namespaces

namespace  walberla
 Storage for detected contacts which can be used to perform actions for all contacts, e.g.
 
namespace  walberla::blockforest
 

Typedefs

using walberla::blockforest::InfoCollection = std::map<BlockID, BlockInfo>
 
using walberla::blockforest::InfoCollectionPair = std::pair<InfoCollection::key_type, InfoCollection::mapped_type>