Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c2261 for (PetscInt s = 0, node_offset = 0; s < p; s++) { in PetscDTSimplexQuadrature() local
2282 PetscReal *full_nodes = &points[node_offset * dim]; in PetscDTSimplexQuadrature()
2283 PetscReal *full_weights = &weights[node_offset]; in PetscDTSimplexQuadrature()
2291 node_offset += nodes_per_type[s]; in PetscDTSimplexQuadrature()
2322 …eck(node_offset <= num_full_nodes, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Node offset %" PetscInt_FMT "… in PetscDTSimplexQuadrature()