Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1932 PetscInt nloc, nzl, *colbuf, row, COL_BF_SIZE = 1024; in LandauCreateJacobianMatrix() local
1933 PetscCall(PetscMalloc(sizeof(*colbuf) * COL_BF_SIZE, &colbuf)); in LandauCreateJacobianMatrix()
1941 if (nzl > COL_BF_SIZE) { in LandauCreateJacobianMatrix()
1943 …t_FMT " to %" PetscInt_FMT " (row size %" PetscInt_FMT ") \n", COL_BF_SIZE, 2 * COL_BF_SIZE, nzl)); in LandauCreateJacobianMatrix()
1944 COL_BF_SIZE = nzl; in LandauCreateJacobianMatrix()
1945 PetscCall(PetscMalloc(sizeof(*colbuf) * COL_BF_SIZE, &colbuf)); in LandauCreateJacobianMatrix()
2620 PetscInt nloc, nzl, *colbuf, COL_BF_SIZE = 1024, row; in DMPlexLandauCreateMassMatrix() local
2621 PetscCall(PetscMalloc(sizeof(*colbuf) * COL_BF_SIZE, &colbuf)); in DMPlexLandauCreateMassMatrix()
2629 if (nzl > COL_BF_SIZE) { in DMPlexLandauCreateMassMatrix()
2631 …t_FMT " to %" PetscInt_FMT " (row size %" PetscInt_FMT ") \n", COL_BF_SIZE, 2 * COL_BF_SIZE, nzl)); in DMPlexLandauCreateMassMatrix()
[all …]