Searched refs:pointsPerEdge (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/field/tutorials/ |
| H A D | ex1.c | 231 PetscInt pointsPerEdge = 2; in main() local 242 …oints", "Number of quadrature points per dimension", "ex1.c", pointsPerEdge, &pointsPerEdge, NULL,… in main() 275 if (simplex) PetscCall(PetscDTStroudConicalQuadrature(dim, 1, pointsPerEdge, -1.0, 1.0, &quad)); in main() 276 else PetscCall(PetscDTGaussTensorQuadrature(dim, 1, pointsPerEdge, -1.0, 1.0, &quad)); in main() 336 PetscCall(PetscDTGaussTensorQuadrature(dim, 1, pointsPerEdge, -1.0, 1.0, &quad)); in main()
|