A list of Cluster objects.
More...
#include <AMReX_Cluster.H>
A list of Cluster objects.
A container class for Cluster.
◆ ClusterList() [1/4]
amrex::ClusterList::ClusterList |
( |
| ) |
|
|
default |
◆ ClusterList() [2/4]
amrex::ClusterList::ClusterList |
( |
IntVect * |
pts, |
|
|
Long |
len |
|
) |
| |
Construct a list containing Cluster(pts,len).
- Parameters
-
◆ ~ClusterList()
amrex::ClusterList::~ClusterList |
( |
| ) |
|
◆ ClusterList() [3/4]
amrex::ClusterList::ClusterList |
( |
const ClusterList & |
| ) |
|
|
delete |
◆ ClusterList() [4/4]
◆ append()
void amrex::ClusterList::append |
( |
Cluster * |
c | ) |
|
|
inline |
Add cluster to end of list.
- Parameters
-
◆ boxArray() [1/2]
BoxArray amrex::ClusterList::boxArray |
( |
| ) |
const |
Return array of boxes corresponding to clusters.
◆ boxArray() [2/2]
void amrex::ClusterList::boxArray |
( |
BoxArray & |
ba | ) |
const |
Return array of boxes corresponding to clusters in argument.
- Parameters
-
◆ boxList() [1/2]
BoxList amrex::ClusterList::boxList |
( |
| ) |
const |
Return list of boxes corresponding to clusters.
◆ boxList() [2/2]
void amrex::ClusterList::boxList |
( |
BoxList & |
blst | ) |
const |
Return list of boxes corresponding to clusters in argument.
- Parameters
-
◆ chop()
void amrex::ClusterList::chop |
( |
Real |
eff | ) |
|
Chop all clusters in list that have poor efficiency.
- Parameters
-
◆ intersect()
void amrex::ClusterList::intersect |
( |
BoxArray & |
ba | ) |
|
Intersect clusters with BoxArray to insure cluster boxes are interior to the domain of BoxArray. Note that ba is modified during the process.
- Parameters
-
◆ length()
int amrex::ClusterList::length |
( |
| ) |
const |
|
inline |
Return number of clusters in list.
◆ new_chop()
void amrex::ClusterList::new_chop |
( |
Real |
eff | ) |
|
Chop all clusters in list that have poor efficiency. This version calls new_chop() instead of chop()
- Parameters
-
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ lst
std::list<Cluster*> amrex::ClusterList::lst |
|
private |
The documentation for this class was generated from the following files: