Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c2234 PetscInt num_full_nodes = all_num_full_nodes[degree]; in PetscDTSimplexQuadrature() local
2252 PetscCall(PetscCalloc1(num_full_nodes * dim, &points)); in PetscDTSimplexQuadrature()
2253 PetscCall(PetscMalloc1(num_full_nodes, &weights)); in PetscDTSimplexQuadrature()
2322 … <= num_full_nodes, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Node offset %" PetscInt_FMT " > %" PetscInt_… in PetscDTSimplexQuadrature()
2329 PetscCall(PetscQuadratureSetData(q, dim, 1, num_full_nodes, points, weights)); in PetscDTSimplexQuadrature()