H2Lib
3.0
|
#include "settings.h"
#include "sparsematrix.h"
#include "cluster.h"
#include "clustergeometry.h"
#include "hmatrix.h"
Go to the source code of this file.
Functions | |
pcluster | build_regular_dd_cluster (pclustergeometry cg, uint size, uint *idx, uint clf, psparsematrix sp, uint dim, uint direction, uint *flag) |
Build a cluster tree from a clustergeometry object using regular Domain Decomposition Clustering. More... | |
pcluster | build_adaptive_dd_cluster (pclustergeometry cg, uint size, uint *idx, uint clf, psparsematrix sp, uint dim, uint *flag) |
Build a cluster tree from a clustergeometry object using adaptive Domain Decomposition Clustering. More... | |
bool | admissible_dd_cluster (pcluster s, pcluster t, void *data) |
Check the domain decomposition admissibility condition. More... | |
pcluster | build_adaptive_fromcluster_cluster (pcluster ctri, pclustergeometry cg, uint size, uint *idx, uint clf, uint dim) |
Build a cluster tree from a clustergeometry object basing on the clustering of the elements. More... | |