Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/output/
H A Dex73_mg_2lv_2mg.out1 [size 6] DMCreateMatrix_ShellDA (66049 x 66049)
2 [size 6] DMCreateMatrix_ShellDA (66049 x 66049)
3 [size 6] DMCreateMatrix_ShellDA (16641 x 16641)
4 [size 6] DMCreateMatrix_ShellDA (4225 x 4225)
7 [size 1] DMCreateMatrix_ShellDA (4225 x 4225)
8 [size 1] DMCreateMatrix_ShellDA (1089 x 1089)
9 [size 1] DMCreateMatrix_ShellDA (289 x 289)
H A Dex73_mg_2lv_2mg_alt.out1 [size 6] DMCreateMatrix_ShellDA (66049 x 66049)
2 [size 6] DMCreateMatrix_ShellDA (66049 x 66049)
3 [size 6] DMCreateMatrix_ShellDA (16641 x 16641)
4 [size 6] DMCreateMatrix_ShellDA (4225 x 4225)
7 [size 1] DMCreateMatrix_ShellDA (4225 x 4225)
8 [size 1] DMCreateMatrix_ShellDA (1089 x 1089)
9 [size 1] DMCreateMatrix_ShellDA (289 x 289)
H A Dex73_mg_3lv_2mg_customcommsize.out1 [size 12] DMCreateMatrix_ShellDA (66049 x 66049)
2 [size 12] DMCreateMatrix_ShellDA (66049 x 66049)
3 [size 12] DMCreateMatrix_ShellDA (16641 x 16641)
4 [size 12] DMCreateMatrix_ShellDA (4225 x 4225)
7 [size 2] DMCreateMatrix_ShellDA (4225 x 4225)
8 [size 2] DMCreateMatrix_ShellDA (1089 x 1089)
9 [size 2] DMCreateMatrix_ShellDA (289 x 289)
11 [size 1] DMCreateMatrix_ShellDA (289 x 289)
H A Dex73_mg_3lv_2mg.out1 [size 4] DMCreateMatrix_ShellDA (66049 x 66049)
2 [size 4] DMCreateMatrix_ShellDA (66049 x 66049)
3 [size 4] DMCreateMatrix_ShellDA (16641 x 16641)
4 [size 4] DMCreateMatrix_ShellDA (4225 x 4225)
7 [size 2] DMCreateMatrix_ShellDA (4225 x 4225)
8 [size 2] DMCreateMatrix_ShellDA (1089 x 1089)
9 [size 2] DMCreateMatrix_ShellDA (289 x 289)
11 [size 1] DMCreateMatrix_ShellDA (289 x 289)
H A Dex73_basic_neumann.out1 [size 4] DMCreateMatrix_ShellDA (289 x 289)
2 [size 4] DMCreateMatrix_ShellDA: using neumann bcs
3 [size 4] DMCreateMatrix_ShellDA: operator does not have nullspace - attaching
4 [size 4] DMCreateMatrix_ShellDA (289 x 289)
5 [size 4] DMCreateMatrix_ShellDA: using neumann bcs
6 [size 4] DMCreateMatrix_ShellDA: operator does not have nullspace - attaching
9 [size 1] DMCreateMatrix_ShellDA (289 x 289)
10 [size 1] DMCreateMatrix_ShellDA: using neumann bcs
11 [size 1] DMCreateMatrix_ShellDA: operator does not have nullspace - attaching
H A Dex73_basic_dirichlet.out1 [size 4] DMCreateMatrix_ShellDA (289 x 289)
2 [size 4] DMCreateMatrix_ShellDA (289 x 289)
5 [size 1] DMCreateMatrix_ShellDA (289 x 289)
/petsc/src/ksp/ksp/tutorials/
H A Dex73.c336 PetscErrorCode DMCreateMatrix_ShellDA(DM dm, Mat *A) in DMCreateMatrix_ShellDA() function
542 PetscCall(DMShellSetCreateMatrix(*dms, DMCreateMatrix_ShellDA)); in DMShellCreate_ShellDA()