Searched refs:nodes_per_type (Results 1 – 1 of 1) sorted by relevance
2158 const PetscInt *nodes_per_type = NULL; in PetscDTSimplexQuadrature() local2187 nodes_per_type = PetscDTWVTriQuad_num_orbits; in PetscDTSimplexQuadrature()2196 nodes_per_type = PetscDTJSTetQuad_num_orbits; in PetscDTSimplexQuadrature()2211 nodes_per_type = PetscDTKMVTriQuad_num_orbits; in PetscDTSimplexQuadrature()2237 nodes_per_type = &nodes_per_type[p * degree]; in PetscDTSimplexQuadrature()2266 all_compact_nodes += num_compact_coords * nodes_per_type[s]; in PetscDTSimplexQuadrature()2267 all_compact_weights += nodes_per_type[s]; in PetscDTSimplexQuadrature()2285 PetscCall(PetscArraycpy(full_weights, compact_weights, nodes_per_type[s])); in PetscDTSimplexQuadrature()2288 …for (PetscInt node = 0; node < nodes_per_type[s]; node++) full_nodes[node * dim + d] += bary_to_bi… in PetscDTSimplexQuadrature()2291 node_offset += nodes_per_type[s]; in PetscDTSimplexQuadrature()