Searched refs:Control (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/mat/impls/aij/seq/umfpack/ |
| H A D | umfpack.c | 82 double Info[UMFPACK_INFO], Control[UMFPACK_CONTROL], *W; member 134 …av, NULL, (PetscReal *)xa, NULL, (PetscReal *)ba, NULL, lu->Numeric, lu->Control, lu->Info, lu->Wi… in MatSolve_UMFPACK_Private() 136 …status = umfpack_UMF_wsolve(uflag, ai, aj, av, xa, ba, lu->Numeric, lu->Control, lu->Info, lu->Wi,… in MatSolve_UMFPACK_Private() 138 umfpack_UMF_report_info(lu->Control, lu->Info); in MatSolve_UMFPACK_Private() 140 umfpack_UMF_report_status(lu->Control, status); in MatSolve_UMFPACK_Private() 179 …status = umfpack_UMF_numeric(ai, aj, (double *)av, NULL, lu->Symbolic, &lu->Numeric, lu->Control, … in MatLUFactorNumeric_UMFPACK() 181 status = umfpack_UMF_numeric(ai, aj, av, lu->Symbolic, &lu->Numeric, lu->Control, lu->Info); in MatLUFactorNumeric_UMFPACK() 184 umfpack_UMF_report_status(lu->Control, status); in MatLUFactorNumeric_UMFPACK() 188 (void)umfpack_UMF_report_numeric(lu->Numeric, lu->Control); in MatLUFactorNumeric_UMFPACK() 222 …al("-mat_umfpack_prl", "Control[UMFPACK_PRL]", "None", lu->Control[UMFPACK_PRL], &lu->Control[UMFP… in MatLUFactorSymbolic_UMFPACK() [all …]
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_umfpack.out | 45 Control[UMFPACK_PRL]: 1. 46 Control[UMFPACK_STRATEGY]: 0. 47 Control[UMFPACK_DENSE_COL]: 0.2 48 Control[UMFPACK_DENSE_ROW]: 0.2 49 Control[UMFPACK_AMD_DENSE]: 10. 50 Control[UMFPACK_BLOCK_SIZE]: 32. 51 Control[UMFPACK_FIXQ]: 0. 52 Control[UMFPACK_AGGRESSIVE]: 1. 53 Control[UMFPACK_PIVOT_TOLERANCE]: 0.1 54 Control[UMFPACK_SYM_PIVOT_TOLERANCE]: 0.001 [all …]
|
| /petsc/src/mat/graphops/order/amd/ |
| H A D | amd.c | 25 double Control[AMD_CONTROL], Info[AMD_INFO]; in MatGetOrdering_AMD() local 36 amd_AMD_defaults(Control); in MatGetOrdering_AMD() 41 val = (PetscReal)Control[AMD_DENSE]; in MatGetOrdering_AMD() 43 Control[AMD_DENSE] = (double)val; in MatGetOrdering_AMD() 45 tval = (PetscBool)Control[AMD_AGGRESSIVE]; in MatGetOrdering_AMD() 47 Control[AMD_AGGRESSIVE] = (double)tval; in MatGetOrdering_AMD() 52 status = amd_AMD_order(nrow, ia, ja, perm, Control, Info); in MatGetOrdering_AMD()
|
| /petsc/src/tao/leastsquares/tutorials/matlab/ |
| H A D | ProblemInitialize.m | 30 % Control returns to taopounders interface to solve the problem
|
| /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/ |
| H A D | barrysmith.pbxuser | 151 sourceControlManager = D89C007B119B25FF0037781A /* Source Control */; 375 D89C007B119B25FF0037781A /* Source Control */ = {
|
| /petsc/doc/ |
| H A D | petsc.bib | 1436 title = {Control of Domain Wall Motion in Permalloy Ring}, 5912 title = {Simulation of Steady Circulation Control for the General Aviation Circulation 5913 Control Wing}, 5914 booktitle = {NASA/ONR Workshop on Circulation Control}, 5922 booktitle = {NASA/ONR Workshop on Circulation Control}, 5929 title = {Simulation of Steady and Pulsed Circulation Controlfor Marine-Vehicle Control 6442 booktitle = {Proceedings of the ASME Noise Control and Acoustics Division}, 6454 booktitle = {Proceedings of the ASME Noise Control and Acoustics Division}, 6643 Optimal Control of Steady Viscous Flows}, 7868 journal = {Journal of Economic Dynamics and Control}, [all …]
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1102 - Control the generation of the coarse grid 1120 - Control the generation of the prolongation for `PCGAMGAGG` 1125 - Control the amount of parallelism on the levels 1146 - Control the smoothers 1164 - Control the multigrid algorithm 2015 - Control the fields used 2030 - Control the type of the block preconditioner
|