Searched refs:atype (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sftype.c | 69 PetscErrorCode MPIPetsc_Type_unwrap(MPI_Datatype a, MPI_Datatype *atype, PetscBool *flg) in MPIPetsc_Type_unwrap() argument 78 *atype = a; in MPIPetsc_Type_unwrap() 85 PetscCall(MPIPetsc_Type_unwrap(types[0], atype, flg)); in MPIPetsc_Type_unwrap() 98 PetscCall(MPIPetsc_Type_unwrap(types[0], atype, flg)); in MPIPetsc_Type_unwrap() 110 MPI_Datatype atype, btype; in MPIPetsc_Type_compare() local 121 PetscCall(MPIPetsc_Type_unwrap(a, &atype, &freeatype)); in MPIPetsc_Type_compare() 124 if (atype == btype) { in MPIPetsc_Type_compare() 128 …PetscCall(MPIPetsc_Type_get_envelope(atype, &aintcount, &aaddrcount, &acountcount, &atypecount, &a… in MPIPetsc_Type_compare() 140 …PetscCall(MPIPetsc_Type_get_contents(atype, aintcount, aaddrcount, acountcount, atypecount, aints,… in MPIPetsc_Type_compare() 170 if (freeatype) PetscCall(MPIPetsc_Type_free(&atype)); in MPIPetsc_Type_compare() [all …]
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 1324 hid_t atype; in PetscViewerHDF5ReadAttribute() local 1325 PetscCallHDF5Return(atype, H5Aget_type, (attribute)); in PetscViewerHDF5ReadAttribute() 1326 PetscCallHDF5ReturnNoCheck(len, H5Tget_size, (atype)); in PetscViewerHDF5ReadAttribute()
|
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.c | 414 char atype[] = "Adams"; in TSView_Sundials() local 423 if (cvode->cvode_type == SUNDIALS_ADAMS) type = atype; in TSView_Sundials()
|
| /petsc/src/ksp/pc/impls/fieldsplit/ |
| H A D | fieldsplit.c | 172 MatSchurComplementAinvType atype; in PCView_FieldSplit_Schur() local 190 PetscCall(MatSchurComplementGetAinvType(jac->schur, &atype)); in PCView_FieldSplit_Schur() 191 …erse\n", atype == MAT_SCHUR_COMPLEMENT_AINV_DIAG ? "diagonal's " : (atype == MAT_SCHUR_COMPLEMENT_… in PCView_FieldSplit_Schur()
|