OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Classes | Functions
GuardCellSizes.h File Reference
#include "Index/NDIndex.h"
#include <iostream>
#include "Field/GuardCellSizes.hpp"
Include dependency graph for GuardCellSizes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GuardCellSizes< Dim >
 

Functions

template<unsigned Dim>
NDIndex< DimAddGuardCells (const NDIndex< Dim > &idx, const GuardCellSizes< Dim > &g)
 
template<unsigned Dim>
std::ostream & operator<< (std::ostream &, const GuardCellSizes< Dim > &)
 

Function Documentation

◆ AddGuardCells()

template<unsigned Dim>
NDIndex< Dim > AddGuardCells ( const NDIndex< Dim > &  idx,
const GuardCellSizes< Dim > &  g 
)
inline

◆ operator<<()

template<unsigned Dim>
std::ostream & operator<< ( std::ostream &  out,
const GuardCellSizes< Dim > &  gc 
)

Definition at line 125 of file GuardCellSizes.hpp.

References Dim, GuardCellSizes< Dim >::left(), and GuardCellSizes< Dim >::right().

Here is the call graph for this function: