Home
last modified time | relevance | path

Searched refs:PetscSFViewFromOptions (Results 1 – 13 of 13) sorted by relevance

/petsc/src/vec/is/sf/tests/
H A Dex5.c151 PetscCall(PetscSFViewFromOptions(sfA, NULL, "-view")); in main()
152 PetscCall(PetscSFViewFromOptions(sfB, NULL, "-view")); in main()
181 PetscCall(PetscSFViewFromOptions(sfBA, NULL, "-view")); in main()
196 PetscCall(PetscSFViewFromOptions(sfAm, NULL, "-view")); in main()
207 PetscCall(PetscSFViewFromOptions(sfAAm, NULL, "-view")); in main()
213 PetscCall(PetscSFViewFromOptions(sfBm, NULL, "-view")); in main()
224 PetscCall(PetscSFViewFromOptions(sfBBm, NULL, "-view")); in main()
H A Dex20.c40 PetscCall(PetscSFViewFromOptions(sf, NULL, "-sf_view")); in main()
H A Dex19.c172 PetscCall(PetscSFViewFromOptions(sf0, NULL, "-sf0_view")); in main()
173 PetscCall(PetscSFViewFromOptions(sf1, NULL, "-sf1_view")); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex50.c26 PetscCall(PetscSFViewFromOptions(point_sf, NULL, "-point_sf_view")); in main()
H A Dex103.c118 PetscCall(PetscSFViewFromOptions(load_to_serial_sf_, NULL, "-verify_sf_view")); in VerifyLoadedSolution()
270 PetscCall(PetscSFViewFromOptions(serial2loadPointSF_, NULL, "-verify_points_sf_view")); in VerifyDMLabels()
/petsc/include/
H A Dpetscsf.h125 PETSC_EXTERN PetscErrorCode PetscSFViewFromOptions(PetscSF, PetscObject, const char[]);
/petsc/src/dm/impls/plex/tutorials/
H A Dex15.c116 PetscCall(PetscSFViewFromOptions(load_to_serial_sf, NULL, "-verify_sf_view")); in VerifyLoadedSolution()
/petsc/src/dm/impls/plex/
H A Dplexdd.c76 …if (migrationSF) PetscCall(PetscSFViewFromOptions(migrationSF, (PetscObject)dm, "-dm_plex_dd_sf_vi… in DMCreateDomainDecomposition_Plex()
H A Dplexcreate.c1200 PetscCall(PetscSFViewFromOptions(centroidsf, NULL, "-dm_plex_box_label_centroid_sf_view")); in DMPlexSetBoxLabel_Internal()
1224 …PetscCall(PetscSFViewFromOptions(periodicsfs[periodic_sf_index], NULL, "-dm_plex_box_label_periodi… in DMPlexSetBoxLabel_Internal()
H A Dplexfem.c3420 PetscCall(PetscSFViewFromOptions(coarseCellSF, NULL, "-interp_sf_view")); in DMPlexComputeMassMatrixGeneral()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1329 … PetscCall(PetscSFViewFromOptions(plexRemotes2ownedRemotesSF, NULL, "-plex2ownedremotes_sf_view")); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1700 PetscCall(PetscSFViewFromOptions(cgns_to_local_sf, NULL, "-CGNStoPlex_sf_view")); in DMPlexCreateCGNS_Internal_Parallel()
1924 PetscCall(PetscSFViewFromOptions(plex_to_cgns_sf, NULL, "-sfNatural_init_view")); in DMPlexCreateCGNS_Internal_Parallel()
/petsc/src/vec/is/sf/interface/
H A Dsf.c862 PetscErrorCode PetscSFViewFromOptions(PetscSF A, PetscObject obj, const char name[]) in PetscSFViewFromOptions() function
2625 PetscCall(PetscSFViewFromOptions(*newsf, NULL, "-sf_concat_view")); in PetscSFConcatenate()
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu818 PetscCall(PetscSFViewFromOptions(a->sf, (PetscObject)A, "-mat_h2opus_sf_view")); in MatSetUpMultiply_H2OPUS()