| /petsc/src/sys/classes/viewer/impls/matlab/ |
| H A D | vmatlab.c | 31 PetscViewer_Matlab *ml; in PetscViewerMatlabPutArray() local 36 ml = (PetscViewer_Matlab *)mfile->data; in PetscViewerMatlabPutArray() 37 if (!ml->rank) { in PetscViewerMatlabPutArray() 45 matPutVariable(ml->ep, name, mat); in PetscViewerMatlabPutArray() 54 PetscViewer_Matlab *ml = (PetscViewer_Matlab *)viewer->data; in PetscViewerMatlabPutVariable() local 57 matPutVariable(ml->ep, name, (mxArray *)mat); in PetscViewerMatlabPutVariable() 82 PetscViewer_Matlab *ml; in PetscViewerMatlabGetArray() local 87 ml = (PetscViewer_Matlab *)mfile->data; in PetscViewerMatlabGetArray() 88 if (!ml->rank) { in PetscViewerMatlabGetArray() 90 mat = matGetVariable(ml->ep, name); in PetscViewerMatlabGetArray()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex20f.F90 | 18 PetscInt :: ml, nl 21 PetscCall(MatGetLocalSize(F, ml, nl, ierr)) 25 …PetscCall(MatCreateShell(PETSC_COMM_WORLD, ml, nl, PETSC_DETERMINE, PETSC_DETERMINE, ctxM, M, ierr…
|
| /petsc/src/ksp/pc/impls/ml/ |
| H A D | ml.c | 73 FineGridCtx *ml = (FineGridCtx *)ML_Get_MyGetrowData(ML_data); in PetscML_getrow() local 74 Mat_SeqAIJ *a = (Mat_SeqAIJ *)ml->Aloc->data; in PetscML_getrow() 76 if (MatGetSize(ml->Aloc, &m, NULL)) return 0; in PetscML_getrow() 95 FineGridCtx *ml = (FineGridCtx *)ML_data; in PetscML_comm() local 96 Mat A = ml->A; in PetscML_comm() 99 PetscInt i, in_length = A->rmap->n, out_length = ml->Aloc->cmap->n; in PetscML_comm() 106 PetscCall(VecPlaceArray(ml->y, p)); in PetscML_comm() 107 PetscCall(VecScatterBegin(a->Mvctx, ml->y, a->lvec, INSERT_VALUES, SCATTER_FORWARD)); in PetscML_comm() 108 PetscCall(VecScatterEnd(a->Mvctx, ml->y, a->lvec, INSERT_VALUES, SCATTER_FORWARD)); in PetscML_comm() 109 PetscCall(VecResetArray(ml->y)); in PetscML_comm() [all …]
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex5.c | 8 PetscInt mr, ml; in TestVector() local 14 PetscCall(PetscSFGetLeafRange(sf, NULL, &ml)); in TestVector() 26 if (l == 1) ldl = ml + 1; in TestVector() 27 if (l == 2) ldl = ml + 5; in TestVector() 31 if (ldl == PETSC_DECIDE) ldl = ml + 1; in TestVector()
|
| /petsc/.gitlab/ |
| H A D | CODEOWNERS | 3 /src/ml/ @rtmills @hsuh
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | Trilinos.py | 37 self.ml = framework.require('config.packages.ml',self) 55 if self.ml.found:
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbutil.cxx | 516 PetscInt ml = 0, nl = 0, kl = 0; in DMMoabCreateBoxMesh() local 591 ml = nl = kl = 0; in DMMoabCreateBoxMesh() 594 ml = (genCtx.cumfraction); in DMMoabCreateBoxMesh() 642 …PetscCall(DMMoab_GenerateVertices_Private(mbImpl, readMeshIface, genCtx, ml, nl, kl, a, b, c, glob… in DMMoabCreateBoxMesh() 646 …PetscCall(DMMoab_GenerateElements_Private(mbImpl, readMeshIface, genCtx, ml, nl, kl, a, b, c, glob… in DMMoabCreateBoxMesh() 656 part_num += (a + ml * genCtx.A); in DMMoabCreateBoxMesh()
|
| /petsc/doc/manual/ |
| H A D | regressor.md | 54 :::{admonition} Listing: `src/ml/regressor/tests/ex3.c` 55 ```{literalinclude} /../src/ml/regressor/tests/ex3.c
|
| H A D | getting_started.md | 1123 - `ml` - Machine Learning
|
| /petsc/ |
| H A D | gmakefile | 11 pkgs := sys vec mat dm ksp snes ts tao ml 12 pkgs_reverse := ml tao ts snes ksp dm mat vec sys 260 $(OBJDIR)/src/ml/ftn-mod/petscmlmod.o : $(OBJDIR)/src/tao/ftn-mod/petsctaomod.o
|
| H A D | gmakefile.test | 22 pkgs := sys vec mat dm ksp snes ts tao ml
|
| /petsc/src/snes/tutorials/ |
| H A D | makefile | 112 …-${QUIET}${MPIEXEC} -n 2 ${MPIEXEC_TAIL} ./ex19 -da_refine 3 -snes_monitor_short -pc_type ml > ex1…
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_tut_6.out | 125 …dist --download-triangle --download-ctetgen --download-sundials --download-ml --download-exodusii …
|
| H A D | ex19_tut_8.out | 81 type: ml
|
| H A D | ex19_tut_8_alt.out | 81 type: ml
|
| H A D | ex19_tut_4.out | 120 …dist --download-triangle --download-ctetgen --download-sundials --download-ml --download-exodusii …
|
| H A D | ex19_tut_5.out | 129 …dist --download-triangle --download-ctetgen --download-sundials --download-ml --download-exodusii …
|
| H A D | ex19_tut_7.out | 138 …dist --download-triangle --download-ctetgen --download-sundials --download-ml --download-exodusii …
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 158 - `ML/Trilinos <https://trilinos.github.io/ml.html>`__
|
| /petsc/doc/tutorials/ |
| H A D | handson.md | 209 $ mpiexec -n 4 ./ex19 -da_refine 5 -snes_monitor -ksp_monitor -snes_view -pc_type ml
|
| /petsc/doc/developers/ |
| H A D | testing.md | 837 args: -ksp_monitor_short -pc_type ml -ksp_max_it 3 843 ksp_monitor, pc_type ml, ksp_max_it 863 $ make print-test query='args' queryval='pc_type ml'
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 1996 PetscInt ml, nl; in MatCreateSubMatrix_MPIBAIJ_Private() local 1999 PetscCall(MatGetLocalSize(M, &ml, &nl)); in MatCreateSubMatrix_MPIBAIJ_Private() 2000 …PetscCheck(ml == m, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Previous matrix must be same size/layout … in MatCreateSubMatrix_MPIBAIJ_Private()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 3823 PetscInt ml, nl; in MatCreateSubMatrix_MPIAIJ_nonscalable() local 3826 PetscCall(MatGetLocalSize(M, &ml, &nl)); in MatCreateSubMatrix_MPIAIJ_nonscalable() 3827 …PetscCheck(ml == m, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Previous matrix must be same size/layout … in MatCreateSubMatrix_MPIAIJ_nonscalable()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 8110 (ke-nwt-ml? #f)
|
| /petsc/doc/ |
| H A D | petsc.bib | 18154 @TechReport{ ml-guide,
|