Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c1914 …PetscInt totpoints = dim > 1 ? dim > 2 ? npoints * PetscSqr(npoints) : PetscSqr(npoints) : n… in PetscDTGaussTensorQuadrature() local
1918 PetscCall(PetscMalloc1(totpoints * dim, &x)); in PetscDTGaussTensorQuadrature()
1919 PetscCall(PetscMalloc1(totpoints * Nc, &w)); in PetscDTGaussTensorQuadrature()
1928 totpoints = 1; in PetscDTGaussTensorQuadrature()
1975 PetscCall(PetscQuadratureSetData(*q, dim, Nc, totpoints, x, w)); in PetscDTGaussTensorQuadrature()
2005 PetscInt totpoints; in PetscDTStroudConicalQuadrature() local
2027 totpoints = 1; in PetscDTStroudConicalQuadrature()
2028 for (PetscInt i = 0; i < dim; ++i) totpoints *= npoints; in PetscDTStroudConicalQuadrature()
2029 PetscCall(PetscMalloc1(totpoints * dim, &x)); in PetscDTStroudConicalQuadrature()
2030 PetscCall(PetscMalloc1(totpoints * Nc, &w)); in PetscDTStroudConicalQuadrature()
[all …]