#include <iostream>
#include "Vector.H"
#include "IntVect.H"
#include "Box.H"
#include "Misc.H"
#include "SPACE.H"
Include dependency graph for ProblemDomain.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
ProblemDomain | grow (const ProblemDomain &pd, int i) |
ProblemDomain | grow (const ProblemDomain &pd, const IntVect &v) |
|
Returns a ProblemDomain that is the argument ProblemDomain with a DomainBox grown by the given amount. |
|
|