Chombo + EB  3.0
Classes | Macros | Functions
ProblemDomain.H File Reference
#include <iostream>
#include "Vector.H"
#include "IntVect.H"
#include "Box.H"
#include "Misc.H"
#include "SPACE.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Include dependency graph for ProblemDomain.H:

Go to the source code of this file.

Classes

class  ShiftIterator
 Class to manage box-shifting used to enforce periodic BC's. More...
 
class  ProblemDomain
 A class to facilitate interaction with physical boundary conditions. More...
 
class  ImageIterator
 

Macros

#define _PROBLEMDOMAIN_H_
 

Functions

ProblemDomain grow (const ProblemDomain &pd, int i)
 
ProblemDomain grow (const ProblemDomain &pd, const IntVect &v)
 

Macro Definition Documentation

◆ _PROBLEMDOMAIN_H_

#define _PROBLEMDOMAIN_H_

Function Documentation

◆ grow() [1/2]

ProblemDomain grow ( const ProblemDomain pd,
int  i 
)
inline

◆ grow() [2/2]

ProblemDomain grow ( const ProblemDomain pd,
const IntVect v 
)
inline

Returns a ProblemDomain that is the argument ProblemDomain with a DomainBox grown by the given amount.

References ProblemDomain::grow().