Chombo + EB  3.0
Public Member Functions | List of all members
MergeBoxesOnLines Class Reference

Class which merges boxes in a direction without changing the overall box coverage. More...

#include <MergeBoxesOnLines.H>

Public Member Functions

 MergeBoxesOnLines ()
 
 ~MergeBoxesOnLines ()
 Destructor. More...
 
void mergeBoxes (Vector< Box > &a_mesh, const int &a_dir)
 Merges the boxes along lines in the set direction for a single level. More...
 
void mergeBoxes (Vector< Vector< Box > > &a_vvbox, const int &a_dir)
 Merges the boxes along lines in the set direction for a vector of levels. More...
 

Detailed Description

Class which merges boxes in a direction without changing the overall box coverage.

Constructor & Destructor Documentation

◆ MergeBoxesOnLines()

MergeBoxesOnLines::MergeBoxesOnLines ( )

◆ ~MergeBoxesOnLines()

MergeBoxesOnLines::~MergeBoxesOnLines ( )

Destructor.

Member Function Documentation

◆ mergeBoxes() [1/2]

void MergeBoxesOnLines::mergeBoxes ( Vector< Box > &  a_mesh,
const int &  a_dir 
)

Merges the boxes along lines in the set direction for a single level.

◆ mergeBoxes() [2/2]

void MergeBoxesOnLines::mergeBoxes ( Vector< Vector< Box > > &  a_vvbox,
const int &  a_dir 
)

Merges the boxes along lines in the set direction for a vector of levels.


The documentation for this class was generated from the following file: