Searched refs:PetscSFViewFromOptions (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex5.c | 151 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 D | ex20.c | 40 PetscCall(PetscSFViewFromOptions(sf, NULL, "-sf_view")); in main()
|
| H A D | ex19.c | 172 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 D | ex50.c | 26 PetscCall(PetscSFViewFromOptions(point_sf, NULL, "-point_sf_view")); in main()
|
| H A D | ex103.c | 118 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 D | petscsf.h | 125 PETSC_EXTERN PetscErrorCode PetscSFViewFromOptions(PetscSF, PetscObject, const char[]);
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex15.c | 116 PetscCall(PetscSFViewFromOptions(load_to_serial_sf, NULL, "-verify_sf_view")); in VerifyLoadedSolution()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 76 …if (migrationSF) PetscCall(PetscSFViewFromOptions(migrationSF, (PetscObject)dm, "-dm_plex_dd_sf_vi… in DMCreateDomainDecomposition_Plex()
|
| H A D | plexcreate.c | 1200 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 D | plexfem.c | 3420 PetscCall(PetscSFViewFromOptions(coarseCellSF, NULL, "-interp_sf_view")); in DMPlexComputeMassMatrixGeneral()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1329 … 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 D | sf.c | 862 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 D | math2opus.cu | 818 PetscCall(PetscSFViewFromOptions(a->sf, (PetscObject)A, "-mat_h2opus_sf_view")); in MatSetUpMultiply_H2OPUS()
|