Searched refs:transupdated (Results 1 – 3 of 3) sorted by relevance
954 …PetscCheck(!A->transupdated || matstructT, PETSC_COMM_SELF, PETSC_ERR_GPU, "Missing matTranspose s… in MatSeqAIJHIPSPARSEFormExplicitTranspose()955 if (A->transupdated) PetscFunctionReturn(PETSC_SUCCESS); in MatSeqAIJHIPSPARSEFormExplicitTranspose()1021 A->transupdated = PETSC_TRUE; in MatSeqAIJHIPSPARSEFormExplicitTranspose()1080 A->transupdated = PETSC_TRUE; in MatSeqAIJHIPSPARSEFormExplicitTranspose()3715 A->transupdated = PETSC_FALSE; in MatSeqAIJHIPSPARSEInvalidateTranspose()4223 (*C)->transupdated = PETSC_TRUE; in MatSeqAIJHIPSPARSEMergeMats()4340 (*C)->transupdated = PETSC_TRUE; in MatSeqAIJHIPSPARSEMergeMats()
1229 …PetscCheck(!A->transupdated || matstructT, PETSC_COMM_SELF, PETSC_ERR_GPU, "Missing matTranspose s… in MatSeqAIJCUSPARSEFormExplicitTranspose()1230 if (A->transupdated) PetscFunctionReturn(PETSC_SUCCESS); in MatSeqAIJCUSPARSEFormExplicitTranspose()1323 A->transupdated = PETSC_TRUE; in MatSeqAIJCUSPARSEFormExplicitTranspose()1405 A->transupdated = PETSC_TRUE; in MatSeqAIJCUSPARSEFormExplicitTranspose()4357 A->transupdated = PETSC_FALSE; in MatSeqAIJCUSPARSEInvalidateTranspose()4893 (*C)->transupdated = PETSC_TRUE; in MatSeqAIJCUSPARSEMergeMats()5021 (*C)->transupdated = PETSC_TRUE; in MatSeqAIJCUSPARSEMergeMats()
509 …PetscBool transupdated; /* whether or not the explicitly generated transpose… member