ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
BoxGeometry.hpp File Reference
#include "algorithm/periodic_fold.hpp"
#include "lees_edwards/LeesEdwardsBC.hpp"
#include <utils/Vector.hpp>
#include <utils/math/sgn.hpp>
#include <bitset>
#include <cassert>
#include <cmath>
#include <limits>
#include <stdexcept>
#include <utility>
+ Include dependency graph for BoxGeometry.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BoxGeometry
 

Enumerations

enum class  BoxType { CUBOID = 0 , LEES_EDWARDS = 1 }
 

Enumeration Type Documentation

◆ BoxType

enum class BoxType
strong
Enumerator
CUBOID 
LEES_EDWARDS 

Definition at line 96 of file BoxGeometry.hpp.