Searched refs:num_total_points (Results 1 – 1 of 1) sorted by relevance
297 …PetscInt num_total_points = dim > 1 ? (dim > 2 ? (num_points * num_points * num_points) : (n… in PetscDTUniformTensorQuadrature() local301 PetscCall(PetscMalloc1(num_total_points * dim, &coords)); in PetscDTUniformTensorQuadrature()302 PetscCall(PetscMalloc1(num_total_points * num_comp, &weights)); in PetscDTUniformTensorQuadrature()311 num_total_points = 1; in PetscDTUniformTensorQuadrature()365 PetscCall(PetscQuadratureSetData(*q, dim, num_comp, num_total_points, coords, weights)); in PetscDTUniformTensorQuadrature()