Searched refs:PetscFreeSpaceContiguous_Cholesky (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/utils/ |
| H A D | freespace.h | 19 PetscErrorCode PetscFreeSpaceContiguous_Cholesky(PetscFreeSpaceList *, PetscInt *, PetscInt, PetscI…
|
| H A D | freespace.c | 136 PetscErrorCode PetscFreeSpaceContiguous_Cholesky(PetscFreeSpaceList *head, PetscInt *space, PetscIn… in PetscFreeSpaceContiguous_Cholesky() function
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aijfact.c | 2203 …PetscCall(PetscFreeSpaceContiguous_Cholesky(&free_space, uj, am, ui, udiag)); /* store matrix fact… in MatICCFactorSymbolic_SeqAIJ() 2371 …PetscCall(PetscFreeSpaceContiguous_Cholesky(&free_space, uj, am, ui, udiag)); /* store matrix fact… in MatCholeskyFactorSymbolic_SeqAIJ()
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaijfact.c | 337 …PetscCall(PetscFreeSpaceContiguous_Cholesky(&free_space, uj, mbs, ui, udiag)); /* store matrix fac… in MatCholeskyFactorSymbolic_SeqSBAIJ()
|
| H A D | sbaijfact2.c | 2619 …PetscCall(PetscFreeSpaceContiguous_Cholesky(&free_space, uj, am, ui, udiag)); /* store matrix fact… in MatICCFactorSymbolic_SeqSBAIJ()
|