Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 7 of 7) sorted by relevance

/petsc/share/petsc/ !
H A Dchkerrconvert.py220 if start_path.is_dir():
243 found_list = [f for f in found_list if not f.is_dir()]
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ !
H A Dmain.py37 if not petsc_dir.is_dir():
59 if patch_dir.exists() and not patch_dir.is_dir():
78 if test_src_path.is_dir():
H A Dtest_main.py136 if test_path.is_dir():
/petsc/src/ksp/pc/impls/bddc/ !
H A Dbddcscalingbasic.c406 if (sub_schurs->is_vertices || sub_schurs->is_dir) { in PCBDDCScalingSetUp_Deluxe()
411 if (sub_schurs->is_dir) PetscCall(ISGetLocalSize(sub_schurs->is_dir, &n_dir)); in PCBDDCScalingSetUp_Deluxe()
428 PetscCall(ISGetIndices(sub_schurs->is_dir, &idxs)); in PCBDDCScalingSetUp_Deluxe()
431 PetscCall(ISRestoreIndices(sub_schurs->is_dir, &idxs)); in PCBDDCScalingSetUp_Deluxe()
H A Dbddcschurs.c884 if (sub_schurs->is_dir) { in PCBDDCSubSchursSetUp()
888 PetscCall(ISGetLocalSize(sub_schurs->is_dir, &n_dir)); in PCBDDCSubSchursSetUp()
889 PetscCall(ISGetIndices(sub_schurs->is_dir, &idxs)); in PCBDDCSubSchursSetUp()
893 PetscCall(ISRestoreIndices(sub_schurs->is_dir, &idxs)); in PCBDDCSubSchursSetUp()
1607 if (sub_schurs->is_dir) { /* dirichlet dofs could have different scalings */ in PCBDDCSubSchursSetUp()
1608 PetscCall(ISGetLocalSize(sub_schurs->is_dir, &nd)); in PCBDDCSubSchursSetUp()
1896 if (sub_schurs->is_dir) { in PCBDDCSubSchursSetUp()
1897 PetscCall(ISGetLocalSize(sub_schurs->is_dir, &nd)); in PCBDDCSubSchursSetUp()
1910 if (sub_schurs->is_dir) { /* dirichlet dofs could have different scalings */ in PCBDDCSubSchursSetUp()
1911 PetscCall(ISGetLocalSize(sub_schurs->is_dir, &nd)); in PCBDDCSubSchursSetUp()
[all …]
/petsc/lib/petsc/bin/maint/ !
H A Dgcov.py322 if path.is_dir():
392 assert dir_path.is_dir(), "Directory path {} must be a directory".format(dir_path)
499 assert petsc_dir.is_dir(), 'PETSC_DIR {} is not a directory'.format(petsc_dir)
/petsc/include/petsc/private/ !
H A Dpcbddcstructsimpl.h136 IS is_dir; member