Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/vec/is/section/interface/ftn-custom/
H A Dzsectionf.c16 *ierr = PetscSectionViewFromOptions(*ao,obj,t);if (*ierr) return; in petscsectionviewfromoptions_()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tests/
H A Dex24.c164 ierr = PetscSectionViewFromOptions(s1, NULL, "-seq_s1_view");CHKERRQ(ierr); in main()
165 ierr = PetscSectionViewFromOptions(s2, NULL, "-seq_s2_view");CHKERRQ(ierr); in main()
244 ierr = PetscSectionViewFromOptions(s1, NULL, "-dist_s1_view");CHKERRQ(ierr); in main()
245 ierr = PetscSectionViewFromOptions(s2, NULL, "-dist_s2_view");CHKERRQ(ierr); in main()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscsection.h57 PETSC_EXTERN PetscErrorCode PetscSectionViewFromOptions(PetscSection,PetscObject,const char[]);
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tutorials/
H A Dex6.c330 ierr = PetscSectionViewFromOptions(s,NULL,"-section_with_sym_view");CHKERRQ(ierr); in SetSymmetries()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexsection.c414 ierr = PetscSectionViewFromOptions(*section,NULL,"-section_view");CHKERRQ(ierr); in DMPlexCreateSection()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/network/
H A Dnetwork.c1179 …ierr = PetscSectionViewFromOptions(network->edge.GlobalDofSection, NULL, "-edge_global_section_vie… in DMNetworkAssembleGraphStructures()
1180 …ierr = PetscSectionViewFromOptions(network->vertex.GlobalDofSection, NULL, "-vertex_global_section… in DMNetworkAssembleGraphStructures()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/section/interface/
H A Dsection.c1329 ierr = PetscSectionViewFromOptions(gs, NULL, "-global_section_view");CHKERRQ(ierr); in PetscSectionCreateGlobalSection()
2057 PetscErrorCode PetscSectionViewFromOptions(PetscSection A,PetscObject obj,const char name[]) in PetscSectionViewFromOptions() function
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/patch/
H A Dpcpatch.c1725 ierr = PetscSectionViewFromOptions(patch->gtolCounts, (PetscObject) pc, option);CHKERRQ(ierr); in PCPatchCreateCellPatchDiscretisationInfo()
/dports/science/PETSc/petsc-3.14.1/src/dm/interface/
H A Ddm.c4365 … ierr = PetscSectionViewFromOptions(dm->globalSection, NULL, "-global_section_view");CHKERRQ(ierr); in DMGetGlobalSection()
/dports/science/PETSc/petsc-3.14.1/docs/manualpages/
H A Dhtmlmap1703 …:+PetscSectionViewFromOptions++PetscSectionViewFromOptions++++man+manualpages/PetscSection/PetscSe…
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS84075 PetscErrorCode PetscSectionViewFromOptions(2057,70238
H A DCTAGS26882 PetscSectionViewFromOptions src/vec/is/section/interface/section.c /^PetscErrorCode PetscSectionVi…