Home
last modified time | relevance | path

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

/petsc/share/petsc/datafiles/meshes/
H A Dcube.stl1pB���A��\���pB���A�� ��� B���A�������������?�� ��� B���A��\���pB���A��\��� B���A���������������� �…
/petsc/src/ksp/ksp/utils/schurm/
H A Dschurm.c1048 Mat B = product->B, S = product->A, pB = NULL, pC = NULL, pD = NULL; in MatProductSetFromOptions_SchurComplement_Any() local
1110 PetscCall(MatProductCreate(Na->B, B, NULL, &pB)); in MatProductSetFromOptions_SchurComplement_Any()
1111 PetscCall(MatProductSetType(pB, pbtype)); in MatProductSetFromOptions_SchurComplement_Any()
1112 PetscCall(MatProductSetFromOptions(pB)); in MatProductSetFromOptions_SchurComplement_Any()
1113 if (!pB->ops->productsymbolic) { in MatProductSetFromOptions_SchurComplement_Any()
1114 PetscCall(MatDestroy(&pB)); in MatProductSetFromOptions_SchurComplement_Any()
1135 Ca->B = pB; in MatProductSetFromOptions_SchurComplement_Any()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c4552 PetscErrorCode DMGetEnclosurePoint(DM dmA, DM dmB, DMEnclosureType etype, PetscInt pB, PetscInt *pA) in DMGetEnclosurePoint() argument
4566 *pA = subpoints[pB]; in DMGetEnclosurePoint()
4574 PetscCall(PetscFindInt(pB, numSubpoints, subpoints, pA)); in DMGetEnclosurePoint()
4578 …RRQ(PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Point %" PetscInt_FMT " not found in submesh", pB); in DMGetEnclosurePoint()
4584 *pA = pB; in DMGetEnclosurePoint()
4590 PetscCall(DMGetEnclosurePoint(dmA, dmB, enc, pB, pA)); in DMGetEnclosurePoint()