| /petsc/src/mat/impls/aij/mpi/mkl_cpardiso/ |
| H A D | mkl_cpardiso.c | 91 INT_TYPE phase, maxfct, mnum, mtype, n, nrhs, msglvl, err; member 357 mat_mkl_cpardiso->phase = JOB_RELEASE_OF_ALL_MEMORY; in MatDestroy_MKL_CPARDISO() 359 …ct, &mat_mkl_cpardiso->mnum, &mat_mkl_cpardiso->mtype, &mat_mkl_cpardiso->phase, &mat_mkl_cpardiso… in MatDestroy_MKL_CPARDISO() 388 mat_mkl_cpardiso->phase = JOB_SOLVE_ITERATIVE_REFINEMENT; in MatSolve_MKL_CPARDISO() 389 …ct, &mat_mkl_cpardiso->mnum, &mat_mkl_cpardiso->mtype, &mat_mkl_cpardiso->phase, &mat_mkl_cpardiso… in MatSolve_MKL_CPARDISO() 411 mat_mkl_cpardiso->phase = JOB_SOLVE_FORWARD_SUBSTITUTION; in MatForwardSolve_MKL_CPARDISO() 412 …ct, &mat_mkl_cpardiso->mnum, &mat_mkl_cpardiso->mtype, &mat_mkl_cpardiso->phase, &mat_mkl_cpardiso… in MatForwardSolve_MKL_CPARDISO() 434 mat_mkl_cpardiso->phase = JOB_SOLVE_BACKWARD_SUBSTITUTION; in MatBackwardSolve_MKL_CPARDISO() 435 …ct, &mat_mkl_cpardiso->mnum, &mat_mkl_cpardiso->mtype, &mat_mkl_cpardiso->phase, &mat_mkl_cpardiso… in MatBackwardSolve_MKL_CPARDISO() 472 mat_mkl_cpardiso->phase = JOB_SOLVE_ITERATIVE_REFINEMENT; in MatMatSolve_MKL_CPARDISO() [all …]
|
| /petsc/src/mat/impls/aij/seq/mkl_pardiso/ |
| H A D | mkl_pardiso.c | 72 INT_TYPE phase, maxfct, mnum, mtype, n, nrhs, msglvl, err; member 332 mat_mkl_pardiso->phase = JOB_RELEASE_OF_ALL_MEMORY; in MatDestroy_MKL_PARDISO() 334 …axfct, &mat_mkl_pardiso->mnum, &mat_mkl_pardiso->mtype, &mat_mkl_pardiso->phase, &mat_mkl_pardiso-… in MatDestroy_MKL_PARDISO() 387 if (!mat_mkl_pardiso->schur) mat_mkl_pardiso->phase = JOB_SOLVE_ITERATIVE_REFINEMENT; in MatSolve_MKL_PARDISO() 388 else mat_mkl_pardiso->phase = JOB_SOLVE_FORWARD_SUBSTITUTION; in MatSolve_MKL_PARDISO() 398 …axfct, &mat_mkl_pardiso->mnum, &mat_mkl_pardiso->mtype, &mat_mkl_pardiso->phase, &mat_mkl_pardiso-… in MatSolve_MKL_PARDISO() 403 …axfct, &mat_mkl_pardiso->mnum, &mat_mkl_pardiso->mtype, &mat_mkl_pardiso->phase, &mat_mkl_pardiso-… in MatSolve_MKL_PARDISO() 429 mat_mkl_pardiso->phase = JOB_SOLVE_BACKWARD_SUBSTITUTION; in MatSolve_MKL_PARDISO() 430 …axfct, &mat_mkl_pardiso->mnum, &mat_mkl_pardiso->mtype, &mat_mkl_pardiso->phase, &mat_mkl_pardiso-… in MatSolve_MKL_PARDISO() 454 mat_mkl_pardiso->phase = JOB_SOLVE_FORWARD_SUBSTITUTION; in MatForwardSolve_MKL_PARDISO() [all …]
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_tut_4.out | 32 Count: number of times phase was executed 40 %T - percent time in this phase %F - percent flop in this phase 41 %M - percent messages in this phase %L - percent message lengths in this phase 42 %R - percent reductions in this phase
|
| H A D | ex19_tut_6.out | 32 Count: number of times phase was executed 40 %T - percent time in this phase %F - percent flop in this phase 41 %M - percent messages in this phase %L - percent message lengths in this phase 42 %R - percent reductions in this phase
|
| H A D | ex19_tut_5.out | 32 Count: number of times phase was executed 40 %T - percent time in this phase %F - percent flop in this phase 41 %M - percent messages in this phase %L - percent message lengths in this phase 42 %R - percent reductions in this phase
|
| H A D | ex19_tut_7.out | 32 Count: number of times phase was executed 40 %T - percent time in this phase %F - percent flop in this phase 41 %M - percent messages in this phase %L - percent message lengths in this phase 42 %R - percent reductions in this phase
|
| /petsc/src/ts/utils/dmplexlandau/tutorials/output/ |
| H A D | ex1_re.out | 6 [0] <vec:seq> adaptToleranceFEM(): 0) Refine phase: Z1 25 [0] <vec:seq> adaptToleranceFEM(): 0) Refine phase: Z2 48 [0] <vec:seq> adaptToleranceFEM(): 1) Refine phase: Origin 58 [0] <vec:seq> adaptToleranceFEM(): 1) Refine phase: Origin
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 96 - `MatILUFactorSymbolic` - Symbolic factorization phase 97 - `MatLUFactorNumeric` - Numeric factorization phase 215 phase presents the maximum times and flop rates over all processes, as 218 a given phase are well balanced among the processes; as the ratio 220 computational rate (in units of MFlop/sec) is given for each phase in 221 the final column of the phase summary table. 228 this column of the phase summary table. Additional statistics for each 229 phase include the total number of messages sent, the average message 242 Count: number of times phase was executed 250 %T - percent time in this phase %F - percent flop in this phase [all …]
|
| H A D | advanced.md | 194 phase.) In general, calling `XXXFactorSymbolic` with a dense matrix
|
| H A D | performance.md | 532 factorization phase will then print information such as
|
| H A D | ksp.md | 112 profiling of any computations performed during the set up phase, such 1079 configuration phase (e.g., `--download-hypre` ) and used by
|
| H A D | ts.md | 1252 where $\phi$ is the phase angle and $\omega$ is the
|
| H A D | other.md | 418 option `noxterm` is used. In order to handle the MPI startup phase,
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex81_1.out | 34 … INFOG(30, 31) (after solution: size in Mbytes of memory used during solution phase): 0, 0 83 … INFOG(30, 31) (after solution: size in Mbytes of memory used during solution phase): 0, 0
|
| H A D | ex81_2.out | 46 … INFOG(30, 31) (after solution: size in Mbytes of memory used during solution phase): 0, 0 114 … INFOG(30, 31) (after solution: size in Mbytes of memory used during solution phase): 0, 0
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 491 …int x, int y, int m, int n, PetscInt howoften, PetscInt retain, PetscBool phase, PetscBool multisp… in TSMonitorSPCtxCreate() argument 503 (*ctx)->phase = phase; in TSMonitorSPCtxCreate() 1432 if (ctx->phase) { in TSMonitorSPSwarmSolution() 1454 if (ctx->phase) { in TSMonitorSPSwarmSolution()
|
| H A D | ts.c | 245 PetscBool phase = PETSC_TRUE, create = PETSC_TRUE, multispecies = PETSC_FALSE; in TSSetFromOptions() local 255 …se", "Plot in phase space rather than coordinate space", "TSMonitorSPSwarm", phase, &phase, NULL)); in TSSetFromOptions() 257 …)ts), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, retain, phase, multispecies, &ct… in TSSetFromOptions()
|
| /petsc/doc/miscellaneous/ |
| H A D | applications_publications.md | 26 …- [Micro-organism swimming in two-phase micro-environment](http://www.cims.nyu.edu/~leep/UMich/Can…
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 88 … how differences in the phase can alter the collective kinematics and resulting flow field. Finall… 98 …rential equations are advantageous for high-dimensional kinetic models in phase space due to their… 100 …son model of Landau damping with logically regular particle and continuum phase space grids. Stabl…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 1980 (dpm/dpm-vof/static-pileup/high-ddpm-phase-vol-frac-limit 0.) 2248 (dpm/consider-discrete-phase-volume-fraction? #t) 2275 (dpm/dpm-vof/store-coll-force/display-phase 0) 2276 (dpm/dpm-vof/store-coll-force/per-phase? #f) 4130 (mp/evap-cond/thermal-phase-change? #f) 4234 (mp/spe/enable-mixture-phase-limit? #f) 4268 (mp/phase-continuity/n-phase? #f) 4271 (mp/min-phase-number 2) 4337 (mp/mfluid/pbndr/p-phase-reversal? #f) 4436 (vof/compressive/phase-localized-discretization? #f) [all …]
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 549 PetscBool phase; /* Plot in phase space rather than coordinate space */ member
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Vec.pyx | 1936 """Starts a split phase multiple dot product computation. 1966 """Ends a split phase multiple dot product computation. 2030 """Starts a split phase transpose multiple dot product computation. 2060 """Ends a split phase transpose multiple dot product computation.
|
| /petsc/doc/ |
| H A D | petsc.bib | 1268 factor for the single-phase soft magnetic films}, 3786 title = {{Consequences of viscous anisotropy in a deforming, two-phase aggregate: 1. 3798 title = {{Consequences of viscous anisotropy in a deforming, two-phase aggregate: 2. 4891 single-phase hydrothermal systems}, 5110 title = {Newton--Krylov methods in applications of two-phase flow problems with phase 5487 title = {Towards multi-phase flow simulations in the PDE framework Peano}, 5497 Thermohydraulics; Two-phase flow}, 5768 title = {An unsteady single-phase level set method for viscous free surface flows}, 6572 title = {Three-dimensional anisotropic mesh adaptation for phase change problems}, 6794 title = {Spectrum of the non-abelian phase in Kitaev's honeycomb lattice model}, [all …]
|
| /petsc/doc/faq/ |
| H A D | index.md | 1448 - The function is not continuous or does not have continuous first derivatives (e.g. phase 1518 occurs when there are "if" statements in the residual evaluation, e.g. phase change or
|
| /petsc/doc/community/meetings/2023/ |
| H A D | index.md | 193 implementation of various phase-field models of fracture. In this talk,
|