Home
last modified time | relevance | path

Searched refs:PetscSectionViewFromOptions (Results 1 – 15 of 15) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex24.c139 PetscCall(PetscSectionViewFromOptions(s1, NULL, "-seq_s1_view")); in main()
140 PetscCall(PetscSectionViewFromOptions(s2, NULL, "-seq_s2_view")); in main()
219 PetscCall(PetscSectionViewFromOptions(s1, NULL, "-dist_s1_view")); in main()
220 PetscCall(PetscSectionViewFromOptions(s2, NULL, "-dist_s2_view")); in main()
H A Dex48.c29 PetscCall(PetscSectionViewFromOptions(section, NULL, "-s_view")); in main()
H A Dex48f90.F9038 PetscCallA(PetscSectionViewFromOptions(section, PETSC_NULL_OBJECT, '-s_view', ierr))
H A Dex12.c101 PetscCall(PetscSectionViewFromOptions(section, NULL, "-cell_section_view")); in CreateMesh()
/petsc/src/dm/impls/plex/tutorials/
H A Dex1.c50 PetscCall(PetscSectionViewFromOptions(section, NULL, "-mysection_view")); in main()
H A Dex6.c303 PetscCall(PetscSectionViewFromOptions(s, NULL, "-section_with_sym_view")); in SetSymmetries()
/petsc/src/dm/impls/plex/
H A Dplexdd.c195 …PetscCall(PetscSectionViewFromOptions(ogsec, (PetscObject)dm, "-dm_plex_dd_overlap_gsection_view")… in DMCreateDomainDecomposition_Plex()
196 …PetscCall(PetscSectionViewFromOptions(olsec, (PetscObject)dm, "-dm_plex_dd_overlap_lsection_view")… in DMCreateDomainDecomposition_Plex()
H A Dplexsection.c443 PetscCall(PetscSectionViewFromOptions(*section, NULL, "-section_view")); in DMPlexCreateSection()
/petsc/include/
H A Dpetscsection.h65 PETSC_EXTERN PetscErrorCode PetscSectionViewFromOptions(PetscSection, PetscObject, const char[]);
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c725 …PetscCall(PetscSectionViewFromOptions(partSection, (PetscObject)part, "-petscpartitioner_multistag… in PetscPartitionerPartition_Multistage()
/petsc/src/vec/is/section/interface/
H A Dsection.c1587 PetscCall(PetscSectionViewFromOptions(gs, NULL, "-global_section_view")); in PetscSectionCreateGlobalSection()
2507 PetscErrorCode PetscSectionViewFromOptions(PetscSection A, PetscObject obj, const char name[]) in PetscSectionViewFromOptions() function
/petsc/src/dm/impls/network/
H A Dnetwork.c1645 …PetscCall(PetscSectionViewFromOptions(network->edge.GlobalDofSection, NULL, "-edge_global_section_… in DMNetworkAssembleGraphStructures()
1646 …PetscCall(PetscSectionViewFromOptions(network->vertex.GlobalDofSection, NULL, "-vertex_global_sect… in DMNetworkAssembleGraphStructures()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1669 PetscCall(PetscSectionViewFromOptions(local_section, NULL, "-fe_natural_section_view")); in DMPlexCreateCGNS_Internal_Parallel()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1679 PetscCall(PetscSectionViewFromOptions(patch->gtolCounts, (PetscObject)pc, option)); in PCPatchCreateCellPatchDiscretisationInfo()
/petsc/src/dm/interface/
H A Ddm.c4669 PetscCall(PetscSectionViewFromOptions(dm->globalSection, NULL, "-global_section_view")); in DMGetGlobalSection()