Searched refs:totpoints (Results 1 – 1 of 1) sorted by relevance
1914 …PetscInt totpoints = dim > 1 ? dim > 2 ? npoints * PetscSqr(npoints) : PetscSqr(npoints) : n… in PetscDTGaussTensorQuadrature() local1918 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() local2027 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 …]