MolSim
Loading...
Searching...
No Matches
Classes | Macros
Cell.h File Reference

A single Cell in a CellContainer, for use with the linked cells method. More...

#include "Particle.h"
#include "utils/CellUtils.h"
#include <algorithm>
#include <array>
#include <bitset>
#include <forward_list>
#include <sstream>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  Cell
 Class for storing data of a single Cell in a domain split into cells. More...
 

Macros

#define VEC_CONTAINS(vec, el)   ((std::find((vec).begin(), (vec).end(), (el)) != (vec).end()))
 

Detailed Description

A single Cell in a CellContainer, for use with the linked cells method.

Date
2024-12-02

Macro Definition Documentation

◆ VEC_CONTAINS

#define VEC_CONTAINS (   vec,
  el 
)    ((std::find((vec).begin(), (vec).end(), (el)) != (vec).end()))