#include "Vector.H"
#include "BoxLayout.H"
#include "ProblemDomain.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Classes | |
class | DisjointBoxLayout |
A BoxLayout that has a concept of disjointedness. More... | |
Functions | |
void | adjCellLo_dbl (DisjointBoxLayout &a_output, const DisjointBoxLayout &a_input, int a_dir, int a_len) |
void | adjCellHi_dbl (DisjointBoxLayout &a_output, const DisjointBoxLayout &a_input, int a_dir, int a_len) |
void | coarsen_dbl (DisjointBoxLayout &output, const DisjointBoxLayout &input, int refinement) |
void | refine_dbl (DisjointBoxLayout &output, const DisjointBoxLayout &input, int refinement) |
void | adjCellLo (DisjointBoxLayout &a_output, const DisjointBoxLayout &a_input, int a_dir, int a_len=1) |
void | adjCellHi (DisjointBoxLayout &a_output, const DisjointBoxLayout &a_input, int a_dir, int a_len=1) |
void adjCellLo_dbl | ( | DisjointBoxLayout & | a_output, | |
const DisjointBoxLayout & | a_input, | |||
int | a_dir, | |||
int | a_len | |||
) | [inline] |
References adjCellLo().
void adjCellHi_dbl | ( | DisjointBoxLayout & | a_output, | |
const DisjointBoxLayout & | a_input, | |||
int | a_dir, | |||
int | a_len | |||
) | [inline] |
References adjCellHi().
void coarsen_dbl | ( | DisjointBoxLayout & | output, | |
const DisjointBoxLayout & | input, | |||
int | refinement | |||
) | [inline] |
References coarsen().
void refine_dbl | ( | DisjointBoxLayout & | output, | |
const DisjointBoxLayout & | input, | |||
int | refinement | |||
) | [inline] |
References refine().
void adjCellLo | ( | DisjointBoxLayout & | a_output, | |
const DisjointBoxLayout & | a_input, | |||
int | a_dir, | |||
int | a_len = 1 | |||
) |
Returns the set of boxes which you get from calling Box::adjCellLo on each box in input. Output must be open, is closed upon exit from this function. A negative length results in the set of boxes of width a_len on the low side of, but _inside_ the original boxes.
void adjCellHi | ( | DisjointBoxLayout & | a_output, | |
const DisjointBoxLayout & | a_input, | |||
int | a_dir, | |||
int | a_len = 1 | |||
) |
Returns the set of boxes which result from calling Box::adjCellHi on each box in input. Output must be open, will be closed upon exiting this function. A negative length results in the set of boxes of width a_len on the low side of, but _inside_ the original boxes.