OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Classes | Enumerations | Functions
BoundaryGeometry.h File Reference
#include "AbstractObjects/Definition.h"
#include "Attributes/Attributes.h"
#include "Utilities/Util.h"
#include "Utility/IpplTimings.h"
#include "Utility/PAssert.h"
#include <gsl/gsl_rng.h>
#include <array>
#include <unordered_map>
#include <unordered_set>
#include <vector>
Include dependency graph for BoundaryGeometry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BoundaryGeometry
 

Enumerations

enum class  Topology : unsigned short { RECTANGULAR , BOXCORNER , ELLIPTIC }
 

Functions

Informoperator<< (Inform &os, const BoundaryGeometry &b)
 

Enumeration Type Documentation

◆ Topology

enum class Topology : unsigned short
strong
Enumerator
RECTANGULAR 
BOXCORNER 
ELLIPTIC 

Definition at line 52 of file BoundaryGeometry.h.

Function Documentation

◆ operator<<()

Inform & operator<< ( Inform os,
const BoundaryGeometry b 
)
inline

Definition at line 318 of file BoundaryGeometry.h.

References BoundaryGeometry::printInfo().

Here is the call graph for this function: