Searched refs:conjunction (Results 1 – 12 of 12) sorted by relevance
| /petsc/include/petsc/private/cpp/ |
| H A D | type_traits.hpp | 58 using std::conjunction; 74 struct conjunction : std::true_type { }; struct 76 struct conjunction<B1> : B1 { }; struct 78 struct conjunction<B1, Bn...> : conditional_t<bool(B1::value), conjunction<Bn...>, B1> { }; struct
|
| /petsc/doc/tutorials/ |
| H A D | in_person.md | 127 - 2-day PETSc short course in conjunction with the International 147 - 1/2-day PETSc short course: Williamsburg, Virginia, in conjunction 150 - 1-day PETSc short course: San Antonio, Texas, in conjunction with
|
| /petsc/doc/changes/ |
| H A D | 2016.md | 110 debugger. Can be used in conjunction with the -log_info option.
|
| H A D | 300.md | 170 - Added DMMGSetFromOptions(), this can only be used in conjunction
|
| H A D | 2017.md | 138 in conjunction with the PETSc memory allocation (the default for
|
| H A D | 318.md | 210 - Add PC type of mpi which can be used in conjunction with -mpi_linear_solver_server to use MPI par…
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 34 PETSc events. This option, which can be used in conjunction with 636 When this procedure is used in conjunction with the user-defined stages
|
| H A D | performance.md | 377 way to view the rank assignments. Use this output in conjunction with
|
| H A D | ksp.md | 689 are typically used in conjunction with a preconditioner. To employ a 863 conjunction with Eisenstat SSOR method, while the option 976 conjunction with a full interpolation, while `PC_ASM_NONE` (or
|
| H A D | vec.md | 57 can be used in conjunction with
|
| H A D | mat.md | 1349 used in conjunction with the `is` and `isg` to move the relevant
|
| H A D | tao.md | 1837 conjunction with Krylov solvers to compute step directions. The
|