Home
last modified time | relevance | path

Searched refs:PetscObjectViewFromOptions (Results 1 – 25 of 70) sorted by relevance

123

/petsc/src/dm/impls/plex/tests/
H A Dex36.c28 PetscCall(PetscObjectViewFromOptions((PetscObject)section, NULL, "-rd_section_view")); in redistribute_vec()
32 if (p == rank) PetscCall(PetscObjectViewFromOptions((PetscObject)*v, NULL, "-rd_vec_view")); in redistribute_vec()
39 PetscCall(PetscObjectViewFromOptions((PetscObject)dist_section, NULL, "-rd2_section_view")); in redistribute_vec()
40 PetscCall(PetscObjectViewFromOptions((PetscObject)dist_v, NULL, "-rd2_vec_view")); in redistribute_vec()
127 PetscCall(PetscObjectViewFromOptions((PetscObject)redist_sf, NULL, "-rd2_sf_view")); in main()
H A Dex27.c35 PetscCall(PetscObjectViewFromOptions((PetscObject)s, NULL, "-dof_view")); in TestLocalDofOrder()
H A Dex16.c94 PetscCall(PetscObjectViewFromOptions((PetscObject)map, NULL, "-map_view")); in CreateVolumeSubmesh()
113 PetscCall(PetscObjectViewFromOptions((PetscObject)map, NULL, "-map_view")); in TestBoundaryField()
H A Dex28.c55 PetscCall(PetscObjectViewFromOptions((PetscObject)partis, NULL, "-partition_view")); in main()
H A Dex98.c87 PetscCall(PetscObjectViewFromOptions((PetscObject)section, NULL, "-dm_section_view")); in main()
H A Dex98f90.F90100 PetscCallA(PetscObjectViewFromOptions(section, PETSC_NULL_OBJECT, '-dm_section_view', ierr))
H A Dex57.c73 PetscCall(PetscObjectViewFromOptions((PetscObject)*tr, NULL, "-dm_plex_transform_view")); in CreateTransform()
/petsc/src/dm/impls/swarm/tutorials/
H A Dex1f90.F9070 PetscCallA(PetscObjectViewFromOptions(PetscObjectCast(rho), PETSC_NULL_OBJECT, '-rho_view', ierr))
93 …PetscCallA(PetscObjectViewFromOptions(PetscObjectCast(f), PETSC_NULL_OBJECT, '-weights_view', ierr…
/petsc/src/dm/tests/
H A Dex1f.F9037 …PetscCallA(PetscObjectViewFromOptions(PetscObjectCast(gVec), PETSC_NULL_OBJECT, '-show_gVec', ierr…
/petsc/src/dm/impls/plex/
H A Dplexextrude.c82 PetscCall(PetscObjectViewFromOptions((PetscObject)tr, NULL, "-dm_plex_transform_view")); in DMPlexExtrude()
H A Dplexnatural.c158 … PetscCall(PetscObjectViewFromOptions((PetscObject)*sfNatural, NULL, "-globaltonatural_sf_view")); in DMPlexCreateGlobalToNaturalSF()
264 …PetscCall(PetscObjectViewFromOptions((PetscObject)newglob_to_oldglob_sf, (PetscObject)dmOld, "-nat… in DMPlexMigrateGlobalToNaturalSF()
/petsc/src/dm/impls/forest/tests/
H A Dex3.c90 PetscCall(PetscObjectViewFromOptions((PetscObject)s, NULL, "-my_section_view")); in main()
/petsc/src/sys/classes/random/interface/
H A Drandomc.c244 PetscCall(PetscObjectViewFromOptions((PetscObject)A, obj, name)); in PetscRandomViewFromOptions()
/petsc/src/sys/classes/bm/interfaces/
H A Dbm.c241 PetscCall(PetscObjectViewFromOptions((PetscObject)bm, bobj, optionname)); in PetscBenchViewFromOptions()
/petsc/src/vec/is/ao/interface/
H A Dao.c67 PetscCall(PetscObjectViewFromOptions((PetscObject)ao, obj, name)); in AOViewFromOptions()
/petsc/src/vec/vec/utils/tagger/tutorials/
H A Dex1.c85 PetscCall(PetscObjectViewFromOptions((PetscObject)tagger, NULL, "-vec_tagger_view")); in main()
/petsc/src/snes/tutorials/
H A Dex5.c745 PetscCall(PetscObjectViewFromOptions((PetscObject)x, NULL, "-sol_view")); in main()
747 PetscCall(PetscObjectViewFromOptions((PetscObject)e, NULL, "-exact_view")); in main()
749 PetscCall(PetscObjectViewFromOptions((PetscObject)e, NULL, "-error_view")); in main()
H A Dex55.c712 PetscCall(PetscObjectViewFromOptions((PetscObject)x, NULL, "-sol_view")); in main()
714 PetscCall(PetscObjectViewFromOptions((PetscObject)e, NULL, "-exact_view")); in main()
716 PetscCall(PetscObjectViewFromOptions((PetscObject)e, NULL, "-error_view")); in main()
/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c208 PetscCall(PetscObjectViewFromOptions((PetscObject)A, obj, name)); in MatCoarsenViewFromOptions()
/petsc/src/dm/dt/space/interface/
H A Dspace.c130 PetscCall(PetscObjectViewFromOptions((PetscObject)A, obj, name)); in PetscSpaceViewFromOptions()
/petsc/src/sys/classes/viewer/interface/
H A Dview.c316 PetscCall(PetscObjectViewFromOptions((PetscObject)A, obj, name)); in PetscViewerViewFromOptions()
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c95 PetscCall(PetscObjectViewFromOptions((PetscObject)A, obj, name)); in PetscPartitionerViewFromOptions()
/petsc/src/sys/objects/
H A Ddestroy.c120 PetscErrorCode PetscObjectViewFromOptions(PetscObject obj, PetscObject bobj, const char optionname[… in PetscObjectViewFromOptions() function
/petsc/src/ml/regressor/interface/
H A Dregressor.c155 PetscCall(PetscObjectViewFromOptions((PetscObject)A, obj, name)); in PetscRegressorViewFromOptions()
/petsc/src/vec/pf/interface/
H A Dpf.c222 PetscCall(PetscObjectViewFromOptions((PetscObject)A, obj, name)); in PFViewFromOptions()

123