Home
last modified time | relevance | path

Searched refs:num_compact_coords (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/interface/
H A Ddt.c2262 PetscInt num_compact_coords = part[n - 1] + 1; in PetscDTSimplexQuadrature() local
2266 all_compact_nodes += num_compact_coords * nodes_per_type[s]; in PetscDTSimplexQuadrature()
2288 …* dim + d] += bary_to_biunit[d * n + perm[b]] * compact_nodes[node * num_compact_coords + part[b]]; in PetscDTSimplexQuadrature()