Classes | Enumerations
OuterBoundary.hpp File Reference

Outer Boundary Conditions. More...

#include "../../tessellation/tessellation.hpp"
#include <cmath>
Include dependency graph for OuterBoundary.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OuterBoundary
 Abstract class for geometric boundary conditions for the tessellation. More...
 

Enumerations

enum  Directions { Left, Right, Up, Down }
 Directions of boundaries of the computational domain.
 
enum  BoundaryType {
  Rectengular, Periodic, HalfPeriodic, Rectengular,
  Periodic, HalfPeriodic
}
 Type of boundary.
 

Detailed Description

Outer Boundary Conditions.

Author
Elad Steinberg

Definition in file OuterBoundary.hpp.