[−][src]Function gmsh_sys::gmshModelMeshComputeCohomology
pub unsafe extern "C" fn gmshModelMeshComputeCohomology(
domainTags: *mut c_int,
domainTags_n: usize,
subdomainTags: *mut c_int,
subdomainTags_n: usize,
dims: *mut c_int,
dims_n: usize,
ierr: *mut c_int
)
Compute a basis representation for cohomology spaces after a mesh has been
generated. The computation domain is given in a list of physical group tags
domainTags
; if empty, the whole mesh is the domain. The computation
subdomain for relative cohomology computation is given in a list of
physical group tags subdomainTags
; if empty, absolute cohomology is
computed. The dimensions homology bases to be computed are given in the
list dim
; if empty, all bases are computed. Resulting basis
representation cochains are stored as physical groups in the mesh.