Chombo + EB  3.0
Classes | Macros | Functions
DisjointBoxLayout.H File Reference
#include "Vector.H"
#include "BoxLayout.H"
#include "ProblemDomain.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Include dependency graph for DisjointBoxLayout.H:

Go to the source code of this file.

Classes

class  DisjointBoxLayout
 A BoxLayout that has a concept of disjointedness. More...
 

Macros

#define _DISJOINTBOXLAYOUT_H_
 

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)
 

Macro Definition Documentation

◆ _DISJOINTBOXLAYOUT_H_

#define _DISJOINTBOXLAYOUT_H_

Function Documentation

◆ adjCellLo_dbl()

void adjCellLo_dbl ( DisjointBoxLayout a_output,
const DisjointBoxLayout a_input,
int  a_dir,
int  a_len 
)
inline

◆ adjCellHi_dbl()

void adjCellHi_dbl ( DisjointBoxLayout a_output,
const DisjointBoxLayout a_input,
int  a_dir,
int  a_len 
)
inline

◆ coarsen_dbl()

void coarsen_dbl ( DisjointBoxLayout output,
const DisjointBoxLayout input,
int  refinement 
)
inline

◆ refine_dbl()

void refine_dbl ( DisjointBoxLayout output,
const DisjointBoxLayout input,
int  refinement 
)
inline