Home
last modified time | relevance | path

Searched refs:ISViewFromOptions (Results 1 – 24 of 24) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex24.c128 PetscCall(ISViewFromOptions(is1g, NULL, "-seq_is1_view")); in main()
129 PetscCall(ISViewFromOptions(is2g, NULL, "-seq_is2_view")); in main()
209 PetscCall(ISViewFromOptions(is1g, NULL, "-dist_is1_view")); in main()
210 PetscCall(ISViewFromOptions(is2g, NULL, "-dist_is2_view")); in main()
H A Dex50.c21 PetscCall(ISViewFromOptions(point_numbering_parallel, NULL, "-point_numbering_view")); in main()
H A Dex49.c107 PetscCall(ISViewFromOptions(offIS, NULL, "-offsets_view")); in CheckOffsets()
125 PetscCall(ISViewFromOptions(offIS, NULL, "-offsets_view")); in CheckOffsets()
H A Dex18.c1252 PetscCall(ISViewFromOptions(*interface_is, NULL, "-interface_is_view")); in DMPlexComputeCompleteInterface_Private()
/petsc/src/vec/is/is/tests/
H A Dex13.c95 PetscCall(ISViewFromOptions(is[0], NULL, "-is0_view")); in main()
96 PetscCall(ISViewFromOptions(is[j / 2], NULL, "-is1_view")); in main()
H A Dex11.c49 PetscCall(ISViewFromOptions(is, NULL, "-keys_view")); in main()
/petsc/src/mat/tests/
H A Dex40.c128 PetscCall(ISViewFromOptions(is1[i], NULL, "-err_view")); in main()
129 PetscCall(ISViewFromOptions(is2[i], NULL, "-err_view")); in main()
H A Dex221.c200 PetscCall(ISViewFromOptions(zr, NULL, "-view_is")); in main()
238 PetscCall(ISViewFromOptions(zr, NULL, "-view_is")); in main()
/petsc/src/vec/vec/utils/tagger/tutorials/
H A Dex1.c122 PetscCall(ISViewFromOptions(isBlockGlobal, NULL, "-tagged_is_view")); in main()
127 PetscCall(ISViewFromOptions(isComp, NULL, "-untagged_is_view")); in main()
/petsc/src/dm/impls/plex/
H A Dplexdd.c217 PetscCall(ISViewFromOptions(go_is, (PetscObject)dm, "-dm_plex_dd_overlap_gois_view")); in DMCreateDomainDecomposition_Plex()
234 PetscCall(ISViewFromOptions(gl_is, (PetscObject)dm, "-dm_plex_dd_overlap_glis_view")); in DMCreateDomainDecomposition_Plex()
/petsc/src/mat/graphops/partition/
H A Dpartition.c272 PetscCall(ISViewFromOptions(*partitioning, NULL, "-mat_partitioning_view")); in MatPartitioningApplyND()
313 PetscCall(ISViewFromOptions(*partitioning, NULL, "-mat_partitioning_view")); in MatPartitioningApply()
/petsc/src/snes/tutorials/
H A Dex13.c418 PetscCall(ISViewFromOptions(subis[0], NULL, "-super_is_view")); in ComputeAdjoint()
419 PetscCall(ISViewFromOptions(subis[1], NULL, "-super_is_view")); in ComputeAdjoint()
H A Dex27.c769 PetscCall(ISViewFromOptions(refineIS, NULL, "-refine_is_view")); in main()
/petsc/include/
H A Dpetscis.h95 PETSC_EXTERN PetscErrorCode ISViewFromOptions(IS, PetscObject, const char[]);
/petsc/src/snes/utils/dm/
H A Ddmadapt.c1398 PetscCall(ISViewFromOptions(refineIS, (PetscObject)adaptor->refineTag, "-is_view")); in DMAdaptorAdapt_Sequence_Private()
1399 PetscCall(ISViewFromOptions(coarsenIS, (PetscObject)adaptor->coarsenTag, "-is_view")); in DMAdaptorAdapt_Sequence_Private()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c722 PetscCall(ISViewFromOptions(is, NULL, "-is_view")); in ISGeneralSetIndices_General()
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c726 …PetscCall(ISViewFromOptions(*partition, (PetscObject)part, "-petscpartitioner_multistage_partition… in PetscPartitionerPartition_Multistage()
/petsc/src/ts/impls/arkimex/
H A Darkimex.c1384 PetscCall(ISViewFromOptions(ark->alg_is, (PetscObject)ts, "-ts_arkimex_algebraic_is_view")); in TSStep_ARKIMEX()
1894 PetscCall(ISViewFromOptions(alg_is, (PetscObject)snes, "-ts_arkimex_algebraic_is_view")); in SNESTSFormFunction_ARKIMEX()
/petsc/src/vec/is/is/interface/
H A Dindex.c1604 PetscErrorCode ISViewFromOptions(IS A, PetscObject obj, const char name[]) in ISViewFromOptions() function
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c2493 PetscCall(ISViewFromOptions(fetidpmat_ctx->lagrange, NULL, "-lag_view")); in PCBDDCCreateFETIDPOperators_BDDC()
2494 PetscCall(ISViewFromOptions(fetidpmat_ctx->pressure, NULL, "-press_view")); in PCBDDCCreateFETIDPOperators_BDDC()
/petsc/src/ts/tutorials/
H A Dex30.c1541 PetscCall(ISViewFromOptions(is, NULL, "-is_conductivity_view")); in SetupProblem()
1546 PetscCall(ISViewFromOptions(is, NULL, "-is_potential_view")); in SetupProblem()
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu800 PetscCall(ISViewFromOptions(is, (PetscObject)A, "-mat_h2opus_indexmap_view")); in MatSetUpMultiply_H2OPUS()
/petsc/src/mat/impls/is/
H A Dmatis.c494 PetscCall(ISViewFromOptions(workis[i], NULL, "-view_isolated_separators")); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
521 PetscCall(ISViewFromOptions(workis[i], NULL, "-view_isolated_separators")); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1680 PetscCall(ISViewFromOptions(patch->gtol, (PetscObject)pc, option)); in PCPatchCreateCellPatchDiscretisationInfo()