bool admissible_dd_cluster(pcluster s, pcluster t, void *data)
Check the domain decomposition admissibility condition.
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...
unsigned uint
Unsigned integer type.
Definition: settings.h:70
Representation of a clustergeometry object.
Definition: clustergeometry.h:45
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...
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...
#define HEADER_PREFIX
Prefix for function declarations.
Definition: settings.h:43
Representation of cluster trees.
Definition: cluster.h:40
Representation of a sparse matrix in compressed row format.
Definition: sparsematrix.h:42