Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdd.c15 Vec oA, oAt; in DMTransferMaterialParameters() local
37 PetscCall(DMCreateLocalVector(odmAux, &oA)); in DMTransferMaterialParameters()
39 PetscCall(VecCopy(oAt, oA)); in DMTransferMaterialParameters()
41 PetscCall(DMSetAuxiliaryVec(odm, NULL, 0, 0, oA)); in DMTransferMaterialParameters()
42 PetscCall(VecDestroy(&oA)); in DMTransferMaterialParameters()
H A Dplextree.c85 const PetscInt *supp, *coneA, *coneB, *oA, *oB; in DMPlexReferenceTreeGetChildSymmetry_Default() local
106 PetscCall(DMPlexGetConeOrientation(dm, sA, &oA)); in DMPlexReferenceTreeGetChildSymmetry_Default()
126 …ABswap = DihedralSwap(coneSize, DMPolytopeConvertNewOrientation_Internal(ct, oA[i]), oBtrue… in DMPlexReferenceTreeGetChildSymmetry_Default()
/petsc/src/mat/tests/
H A Dex237.c83 Mat oA; in main() local
84 PetscCall(MatTranspose(A, MAT_INITIAL_MATRIX, &oA)); in main()
85 PetscCall(MatAXPY(A, 1.0, oA, DIFFERENT_NONZERO_PATTERN)); in main()
86 PetscCall(MatDestroy(&oA)); in main()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c605 Mat M = NULL, dH = NULL, oH = NULL, dA = NULL, oA = NULL; local
645 if (ismpiaij) PetscCall(MatMPIAIJGetSeqAIJ(A, &dA, &oA, NULL));
673 …PetscCall(PetscLayoutCreateFromSizes(PetscObjectComm((PetscObject)oH), oA->cmap->n, oA->cmap->n, 1…
674 PetscCall(MatSeqAIJGetCOO_Private(oA, &coo_n, &coo_i, &coo_j));
699 PetscCall(MatSeqAIJGetCSRAndMemType(oA, NULL, NULL, &a, NULL));
712 Mat M, dA = NULL, oA = NULL; local
758 if (ismpiaij) PetscCall(MatMPIAIJGetSeqAIJ(M, &dA, &oA, NULL));
766 PetscCall(PetscLayoutDestroy(&oA->cmap));
767 PetscCall(PetscLayoutCreateFromSizes(PetscObjectComm((PetscObject)oA), nc, nc, 1, &oA->cmap));
769 PetscCall(MatSetPreallocationCOO(oA, coo_n, coo_i, coo_j));
[all …]
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1944 const PetscInt *supp, *coneA, *coneB, *oA, *oB; in DMReferenceTreeGetChildSymmetry_pforest() local
1965 PetscCall(DMPlexGetConeOrientation(dm, sA, &oA)); in DMReferenceTreeGetChildSymmetry_pforest()
1985 …ABswap = DihedralSwap(coneSize, DMPolytopeConvertNewOrientation_Internal(ct, oA[i]), oBtrue… in DMReferenceTreeGetChildSymmetry_pforest()