Searched refs:PetscSectionViewFromOptions (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex24.c | 139 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 D | ex48.c | 29 PetscCall(PetscSectionViewFromOptions(section, NULL, "-s_view")); in main()
|
| H A D | ex48f90.F90 | 38 PetscCallA(PetscSectionViewFromOptions(section, PETSC_NULL_OBJECT, '-s_view', ierr))
|
| H A D | ex12.c | 101 PetscCall(PetscSectionViewFromOptions(section, NULL, "-cell_section_view")); in CreateMesh()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex1.c | 50 PetscCall(PetscSectionViewFromOptions(section, NULL, "-mysection_view")); in main()
|
| H A D | ex6.c | 303 PetscCall(PetscSectionViewFromOptions(s, NULL, "-section_with_sym_view")); in SetSymmetries()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 195 …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 D | plexsection.c | 443 PetscCall(PetscSectionViewFromOptions(*section, NULL, "-section_view")); in DMPlexCreateSection()
|
| /petsc/include/ |
| H A D | petscsection.h | 65 PETSC_EXTERN PetscErrorCode PetscSectionViewFromOptions(PetscSection, PetscObject, const char[]);
|
| /petsc/src/dm/partitioner/impls/multistage/ |
| H A D | mspart.c | 725 …PetscCall(PetscSectionViewFromOptions(partSection, (PetscObject)part, "-petscpartitioner_multistag… in PetscPartitionerPartition_Multistage()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 1587 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 D | network.c | 1645 …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 D | plexcgns2.c | 1669 PetscCall(PetscSectionViewFromOptions(local_section, NULL, "-fe_natural_section_view")); in DMPlexCreateCGNS_Internal_Parallel()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 1679 PetscCall(PetscSectionViewFromOptions(patch->gtolCounts, (PetscObject)pc, option)); in PCPatchCreateCellPatchDiscretisationInfo()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 4669 PetscCall(PetscSectionViewFromOptions(dm->globalSection, NULL, "-global_section_view")); in DMGetGlobalSection()
|