Blockstructured Adaptive Mesh Refinement in object-oriented C++
#include "DAGH.h"
#include "DAGHCluster.c"
Include dependency graph for DAGHCluster.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | Cluster3 (GridData< short > &flag, BBoxList &bblexclude, double Efficiency, int MinWidth, int MaxWidth, int BufferWidth, BBoxList &Result) |
A 3D interface to the recursive clustering algorithm Cluster3R(). More... | |
void | Cluster2 (GridData< short > &flag, BBoxList &bblexclude, double Efficiency, int MinWidth, int MaxWidth, int BufferWidth, BBoxList &Result) |
A 2D interface to the recursive clustering algorithm Cluster3R(). More... | |
void | Cluster1 (GridData< short > &flag, BBoxList &bblexclude, double Efficiency, int MinWidth, int MaxWidth, int BufferWidth, BBoxList &Result) |
Clusters a grid function flag into a list of bounding boxes result . More... | |
template<class Type> void | DAGHCluster3d (GridFunction< Type > &gf, const int time, const int level, const int min_blk_width, const int max_blk_width, const int buf_width, const double min_eff, const Type thresh, BBoxList &bbl, BBoxList &bblexclude) |
template<class Type> void | DAGHCluster3d (GridFunction< Type > &gf, const int time, const int level, const int min_blk_width, const int max_blk_width, const int buf_width, const double min_eff, const Type thresh, BBoxList &nestbbl, BBoxList &bbl, BBoxList &bblexclude) |
template<class Type> void | DAGHCluster2d (GridFunction< Type > &gf, const int time, const int level, const int min_blk_width, const int max_blk_width, const int buf_width, const double min_eff, const Type thresh, BBoxList &bbl, BBoxList &bblexclude) |
template<class Type> void | DAGHCluster2d (GridFunction< Type > &gf, const int time, const int level, const int min_blk_width, const int max_blk_width, const int buf_width, const double min_eff, const Type thresh, BBoxList &nestbbl, BBoxList &bbl, BBoxList &bblexclude) |
template<class Type> void | DAGHCluster1d (GridFunction< Type > &gf, const int time, const int level, const int min_blk_width, const int max_blk_width, const int buf_width, const double min_eff, const Type thresh, BBoxList &bbl, BBoxList &bblexclude) |
template<class Type> void | DAGHCluster1d (GridFunction< Type > &gf, const int time, const int level, const int min_blk_width, const int max_blk_width, const int buf_width, const double min_eff, const Type thresh, BBoxList &nestbbl, BBoxList &bbl, BBoxList &bblexclude) |
Definition in file DAGHCluster.h.
|
Clusters a grid function
Assume
Definition at line 28 of file Cluster1.C. |
|
A 2D interface to the recursive clustering algorithm Cluster3R().
Definition at line 355 of file Cluster3.C. Referenced by Cluster3R(). |
|
A 3D interface to the recursive clustering algorithm Cluster3R().
Definition at line 417 of file Cluster3.C. Referenced by Cluster3R(). |
Quickstart Users Guide Programmers Reference Installation Examples Download
AMROC Main Home Contactlast update: 06/01/04