Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Dseqhashmat.h21 A->hash_active = PETSC_FALSE; in MatCopyHashToXAIJ_Seq_Hash()
153 A->hash_active = PETSC_TRUE; in MatSetUp_Seq_Hash()
H A Daij.c1201 if (A->hash_active) { in MatReset_SeqAIJ()
1205 A->hash_active = PETSC_FALSE; in MatReset_SeqAIJ()
3876 if (B->hash_active) { in MatSeqAIJSetPreallocation_SeqAIJ()
3880 B->hash_active = PETSC_FALSE; in MatSeqAIJSetPreallocation_SeqAIJ()
4891 if (!A->hash_active) { in MatDuplicateNoCreate_SeqAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dmpihashmat.h111 A->hash_active = PETSC_FALSE; in MatAssemblyEnd_MPI_Hash()
230 A->hash_active = PETSC_TRUE; in MatSetUp_MPI_Hash()
H A Dmpiaij.c2879 if (B->hash_active) { in MatMPIAIJSetPreallocation_MPIAIJ()
2881 B->hash_active = PETSC_FALSE; in MatMPIAIJSetPreallocation_MPIAIJ()
2978 if (matin->hash_active) { in MatDuplicate_MPIAIJ()
/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpiaijhipsparse.hip.cxx269 if (B->hash_active) { in MatMPIAIJSetPreallocation_MPIAIJHIPSPARSE()
271 B->hash_active = PETSC_FALSE; in MatMPIAIJSetPreallocation_MPIAIJHIPSPARSE()
/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu269 if (B->hash_active) { in MatMPIAIJSetPreallocation_MPIAIJCUSPARSE()
271 B->hash_active = PETSC_FALSE; in MatMPIAIJSetPreallocation_MPIAIJCUSPARSE()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij.c129 if (A->hash_active) { in MatDestroy_SeqSBAIJ()
137 A->hash_active = PETSC_FALSE; in MatDestroy_SeqSBAIJ()
1369 if (B->hash_active) { in MatSeqSBAIJSetPreallocation_SeqSBAIJ()
1377 B->hash_active = PETSC_FALSE; in MatSeqSBAIJSetPreallocation_SeqSBAIJ()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c1905 if (B->hash_active) { in MatMPISBAIJSetPreallocation_MPISBAIJ()
1907 B->hash_active = PETSC_FALSE; in MatMPISBAIJSetPreallocation_MPISBAIJ()
2413 if (matin->hash_active) { in MatDuplicate_MPISBAIJ()
/petsc/src/mat/impls/baij/seq/
H A Dbaij.c1504 if (A->hash_active) { in MatDestroy_SeqBAIJ()
1512 A->hash_active = PETSC_FALSE; in MatDestroy_SeqBAIJ()
3153 if (B->hash_active) { in MatSeqBAIJSetPreallocation_SeqBAIJ()
3161 B->hash_active = PETSC_FALSE; in MatSeqBAIJSetPreallocation_SeqBAIJ()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c2660 if (B->hash_active) { in MatMPIBAIJSetPreallocation_MPIBAIJ()
2662 B->hash_active = PETSC_FALSE; in MatMPIBAIJSetPreallocation_MPIBAIJ()
3161 if (matin->hash_active) { in MatDuplicate_MPIBAIJ()
/petsc/include/petsc/private/
H A Dmatimpl.h511 …PetscBool hash_active; /* indicates MatSetValues() is being handled by hash… member