History log of /petsc/src/tao/ (Results 701 – 725 of 1550)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1fc140a913-Feb-2019 Xiang Huang <xianghuang@gmail.com>

BRGN: finished tomography test, passed with three test cases: l1dict, l2prox, user (2-norm regularizer ||x||^2)

30eeff3605-Feb-2019 Xiang Huang <xianghuang@gmail.com>

Both tomography and cs1 examples work with both l2prox and l1dict

a3c390cf01-Feb-2019 Alp Dener <adener@anl.gov>

algorithm structure changes to combine old L2 reg with new L1 reg, and permit user regularizers

ef73bedd11-Jan-2019 Xiang Huang <xianghuang@gmail.com>

added bounded constraint, non-negative x

8d7b110211-Jan-2019 Xiang Huang <xianghuang@gmail.com>

Tomography example works: Consolidated A,b, xGT into one file (was three files).

c73dea2510-Jan-2019 Xiang Huang <xianghuang@gmail.com>

read from binary Mat/Vec, eliminate the array datastructure, works for a small example now!

3ca75ad308-Jan-2019 Xiang Huang <xianghuang@gmail.com>

adding tomography L1 reconstruction example, done for generating data in matlab and convert to petsc binary format, todo read data and test reconstruction

8e85b1b311-Dec-2018 Xiang Huang <xianghuang@gmail.com>

added D matrix for L1 norm

6e9726d006-Dec-2018 Xiang Huang <xianghuang@gmail.com>

cleared comments of matrix vector dimension, and targeted problem to solve

20fe612c06-Dec-2018 Xiang Huang <xianghuang@gmail.com>

fixed the initialize x, added template for inserting D matrix

7cea06e101-Nov-2018 Xiang Huang <xianghuang@gmail.com>

the compressive sensing (sparse regression) test example works with brgn of the smoothed L1 form

62974d9a01-Nov-2018 Xiang Huang <xianghuang@gmail.com>

debug cs1 with intermediate output

70902e9301-Nov-2018 Xiang Huang <xianghuang@gmail.com>

add compressive sensing test example cs1.c

8ac80d4830-Oct-2018 Xiang Huang <xianghuang@gmail.com>

tao-brgn add feature smoothed L1 norm algorithm, after meeting with Todd

0d71dc2b23-Oct-2018 Xiang Huang <xianghuang@gmail.com>

brgn modified with approximation of L1 regularizer

d61acda515-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'denera/tao-brgn-matlab-segfault-fix' [PR #1184]

* denera/tao-brgn-matlab-segfault-fix:
MATLAB Leastsquares examples segfault fix for BRGN.
Trust region initialization was producing a s

Merge branch 'denera/tao-brgn-matlab-segfault-fix' [PR #1184]

* denera/tao-brgn-matlab-segfault-fix:
MATLAB Leastsquares examples segfault fix for BRGN.
Trust region initialization was producing a segfault on MatMult with the Jacobian.

Evaluating the Jacobian in MATLAB using a SEQAIJ PETSc type, but then converting it to SEQDENSE before using it in Tao operations resolved the problem.

show more ...

7faa94c212-Feb-2019 Alp Dener <adener@anl.gov>

adding the matlab test to the automated test suite

3850be8513-Feb-2019 Alp Dener <adener@anl.gov>

TaoCreate_XYZ() docstring updates

2c9dcad710-Feb-2019 Barry Smith <bsmith@mcs.anl.gov>

Change CHKERRQ(ierr) after PetscInitialize() calls in examples to if (ierr) return ierr;

Since the PETSc initialization may not have been completed in the failed PetscInitialize() it is not
propper

Change CHKERRQ(ierr) after PetscInitialize() calls in examples to if (ierr) return ierr;

Since the PETSc initialization may not have been completed in the failed PetscInitialize() it is not
propper to call the PETSc error handling routines

Commit-type: bug-fix, testing-fix, example
Reported-by: jed Brown <jed@jedbrown.org>

show more ...


/petsc/Jenkinsfile
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/PaStiX.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/cuda.py
/petsc/config/BuildSystem/config/packages/elemental.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/BuildSystem/config/packages/saws.py
/petsc/config/BuildSystem/nargs.py
/petsc/config/configure.py
/petsc/config/example_template.py
/petsc/config/examples/arch-freebsd-cxx-pkgs-opt.py
/petsc/config/examples/arch-jenkins-linux-gcc-complex-opt.py
/petsc/config/examples/arch-jenkins-linux-gcc-pkgs-opt.py
/petsc/config/examples/arch-jenkins-linux-gcc-quad-64idx-dbg.py
/petsc/config/examples/arch-jenkins-mswin-cxx-complex-dbg.py
/petsc/config/examples/arch-jenkins-mswin-double-opt.py
/petsc/config/gmakegen.py
/petsc/config/gmakegentest.py
/petsc/config/report_tests.py
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/pcpatchimpl.h
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscdmplextypes.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscpctypes.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscviewer.h
/petsc/include/petscviewerhdf5.h
/petsc/lib/petsc/bin/maint/runhtml.py
/petsc/share/petsc/datafiles/meshes/gmsh-3d-ascii.msh2
/petsc/share/petsc/datafiles/meshes/gmsh-3d-ascii.msh4
/petsc/share/petsc/datafiles/meshes/gmsh-3d-binary.msh2
/petsc/share/petsc/datafiles/meshes/gmsh-3d-binary.msh4
/petsc/share/petsc/datafiles/meshes/gmsh-3d.geo
/petsc/src/dm/field/impls/ds/dmfieldds.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/forest/examples/tests/ex2.c
/petsc/src/dm/impls/moab/examples/tests/ex3.cxx
/petsc/src/dm/impls/plex/examples/tests/ex1.c
/petsc/src/dm/impls/plex/examples/tests/ex14.c
/petsc/src/dm/impls/plex/examples/tests/ex16.c
/petsc/src/dm/impls/plex/examples/tests/ex18.c
/petsc/src/dm/impls/plex/examples/tests/ex19.c
/petsc/src/dm/impls/plex/examples/tests/ex4.c
/petsc/src/dm/impls/plex/examples/tests/ex5.c
/petsc/src/dm/impls/plex/examples/tests/output/ex18_5_dist0_interpolate-none.out
/petsc/src/dm/impls/plex/examples/tests/output/ex18_5_dist0_interpolate-serial.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_gmsh_3d.out
/petsc/src/dm/impls/plex/examples/tutorials/ex2.c
/petsc/src/dm/impls/plex/examples/tutorials/ex5.c
/petsc/src/dm/impls/plex/examples/tutorials/ex7.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/plexhdf5.c
/petsc/src/dm/impls/plex/plexhdf5xdmf.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/stag/examples/tutorials/ex4.c
/petsc/src/dm/impls/stag/stag2d.c
/petsc/src/dm/impls/swarm/examples/tests/ex1.c
/petsc/src/dm/impls/swarm/examples/tests/ex2.c
/petsc/src/dm/impls/swarm/examples/tests/ex4.c
/petsc/src/dm/impls/swarm/examples/tests/ex5.c
/petsc/src/dm/impls/swarm/examples/tests/output/ex4_1.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex4_1_alt.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex4_2.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex4_2_alt.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex5_bsi1.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex5_bsi1_alt.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex5_bsi2.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex5_bsi2_alt.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex5_euler.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex5_euler_alt.out
/petsc/src/dm/interface/dm.c
/petsc/src/dm/label/examples/tutorials/ex1.c
/petsc/src/docs/tao_tex/manual/rosenbrock1.c
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/features/gpus.html
/petsc/src/docs/website/publications/prizes.html
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex35.cxx
/petsc/src/ksp/ksp/examples/tutorials/ex36.cxx
/petsc/src/ksp/ksp/examples/tutorials/ex72.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_18.out
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/mat/examples/tests/ex111.c
/petsc/src/mat/examples/tests/ex14.c
/petsc/src/mat/examples/tests/ex162.c
/petsc/src/mat/examples/tests/ex26.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/ex96.c
/petsc/src/mat/examples/tests/ex97.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex162_1.out
/petsc/src/mat/examples/tutorials/ex10.c
/petsc/src/mat/examples/tutorials/ex15.c
/petsc/src/mat/examples/tutorials/ex17.c
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/f90-mod/petscmat.h
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpimatmatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijhdf5.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/matrart.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/examples/tests/ex2.c
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex61gen.c
/petsc/src/snes/examples/tutorials/ex61view.c
/petsc/src/snes/examples/tutorials/ex9.c
/petsc/src/snes/examples/tutorials/network/ex1.c
/petsc/src/snes/examples/tutorials/network/power/power.c
/petsc/src/snes/examples/tutorials/network/power/power2.c
/petsc/src/snes/examples/tutorials/network/water/water.c
/petsc/src/snes/examples/tutorials/output/ex13_2d_p1_adj_0.out
/petsc/src/snes/examples/tutorials/output/ex3_10.out
/petsc/src/snes/examples/tutorials/output/ex3_11.out
/petsc/src/snes/examples/tutorials/output/ex3_6.out
/petsc/src/snes/examples/tutorials/output/ex3_7.out
/petsc/src/snes/examples/tutorials/output/ex3_8.out
/petsc/src/snes/examples/tutorials/output/ex3_9.out
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/ksponly/ksponly.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ngmres/anderson.c
/petsc/src/snes/impls/patch/makefile
/petsc/src/snes/impls/patch/snespatch.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/sys/classes/draw/examples/tests/ex1.c
/petsc/src/sys/classes/draw/examples/tests/ex10.c
/petsc/src/sys/classes/draw/examples/tests/ex11.c
/petsc/src/sys/classes/draw/examples/tests/ex12.c
/petsc/src/sys/classes/draw/examples/tests/ex2.c
/petsc/src/sys/classes/draw/examples/tests/ex3.c
/petsc/src/sys/classes/draw/examples/tests/ex4.c
/petsc/src/sys/classes/draw/examples/tests/ex6.c
/petsc/src/sys/classes/draw/examples/tests/ex7.c
/petsc/src/sys/classes/draw/examples/tests/ex9.c
/petsc/src/sys/classes/viewer/examples/tests/ex3.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/classes/viewer/interface/viewa.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/examples/tests/ex1.c
/petsc/src/sys/examples/tests/ex19.c
/petsc/src/sys/examples/tests/ex20.c
/petsc/src/sys/examples/tests/ex21.c
/petsc/src/sys/examples/tests/ex23.c
/petsc/src/sys/examples/tutorials/ex2.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/options.c
complementarity/examples/tutorials/blackscholes.c
complementarity/examples/tutorials/minsurf1.c
constrained/examples/tutorials/maros.c
constrained/examples/tutorials/toy.c
leastsquares/examples/tutorials/chwirut1.c
leastsquares/examples/tutorials/chwirut2.c
unconstrained/examples/tutorials/eptorsion1.c
/petsc/src/ts/examples/tutorials/autodiff/adolc-utils/drivers.cxx
/petsc/src/ts/examples/tutorials/autodiff/ex16adj.cxx
/petsc/src/ts/examples/tutorials/autodiff/ex16adj_tl.cxx
/petsc/src/ts/examples/tutorials/autodiff/ex16opt_ic.cxx
/petsc/src/ts/examples/tutorials/eimex/ct_vdp_imex.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/ex16adj.c
/petsc/src/ts/examples/tutorials/ex16opt_ic.c
/petsc/src/ts/examples/tutorials/ex16opt_p.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex19.c
/petsc/src/ts/examples/tutorials/ex20opt_ic.c
/petsc/src/ts/examples/tutorials/ex20opt_p.c
/petsc/src/ts/examples/tutorials/ex35.cxx
/petsc/src/ts/examples/tutorials/ex43.c
/petsc/src/ts/examples/tutorials/ex44.c
/petsc/src/ts/examples/tutorials/ex46.c
/petsc/src/ts/examples/tutorials/ex47.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/hamiltonian/ex1.c
/petsc/src/ts/examples/tutorials/output/ex18_p1p1_xper_ref.out
/petsc/src/ts/examples/tutorials/output/ex18_p1p1_xyper_ref.out
/petsc/src/ts/examples/tutorials/output/ex18_p2p1_xyper_ref.out
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9bus.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busadj.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busdmnetwork.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busoptfd.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/examples/tests/ex2.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/vec/examples/tests/ex34.c
/petsc/src/vec/vec/examples/tests/ex44.c
/petsc/src/vec/vec/examples/tests/ex48.c
/petsc/src/vec/vec/examples/tests/output/ex48_1.out
/petsc/src/vec/vec/examples/tutorials/ex15.c
/petsc/src/vec/vec/examples/tutorials/ex19.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/nest/vecnest.c
df4be7ee16-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-multiple-ds

* master: (156 commits)
Added missing CHKERRQ()
KSP ex56: Added alt output file for ex56_2.
Revert "KSP ex56: Updated test output and dom

Merge branch 'master' into knepley/feature-multiple-ds

* master: (156 commits)
Added missing CHKERRQ()
KSP ex56: Added alt output file for ex56_2.
Revert "KSP ex56: Updated test output and domain size for test _2."
DMStag tutorial ex4: fix stencil errors
Hierarchical partitioner: added an alt output file
Add support for DMGetMatrix() with periodic boundary conditions in one dimension for DMDA.
Fixed incorrect 'ntext' argument in PetscOptionsEList call in SNES ex12.c
ISCreateSubIS: Initialize variables owner and lidx to avoid compiler warnings
metis: provide -download-metis-use-doubleprecision option
KSP ex56: Updated test output and domain size for test _2.
Hierarchical partitioner: add a bit documentation
ISCreateSubIS: Added checkers for parameters
Added a test for hierarchical partitioning vertex weights
Plex+Doc: Document options for DMPlexCreateBoxMesh()
Hierarchical partitioner supports vertex weights
Create an API ISCreateSubIS that extracts
Add an alt output file
Plex: Can now give bounds to DMPlexCreateBoxMesh() from options - Use -dm_plex_box_lower and dm_plex_box_upper
PCMG: These methods should be optional
PCMG: Make PCMGGet/SetLevels() proper member functions - Also need to compose them in GAMG
...

Conflicts:
src/dm/impls/plex/plexsection.c

show more ...


/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/config/BuildSystem/config/packages/metis.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/gmakefile
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/pcmgimpl.h
/petsc/include/petscconvest.h
/petsc/include/petscdm.h
/petsc/include/petscis.h
/petsc/include/petsclog.h
/petsc/lib/petsc/bin/configureTAS.py
/petsc/lib/petsc/bin/petsc_tas_analysis.py
/petsc/lib/petsc/bin/petsc_tas_style.mplstyle
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/space/impls/poly/spacepoly.c
/petsc/src/dm/examples/tests/ex51.c
/petsc/src/dm/examples/tests/ex52.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tests/output/ex51_1.out
/petsc/src/dm/examples/tests/output/ex52_1.out
/petsc/src/dm/examples/tests/output/ex52_2.out
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/f90-mod/makefile
/petsc/src/dm/f90-mod/petscdmdamod.F
/petsc/src/dm/f90-mod/petscdmmod.F
/petsc/src/dm/field/impls/ds/dmfieldds.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/plex/examples/tests/ex11.c
/petsc/src/dm/impls/plex/examples/tests/ex12.c
/petsc/src/dm/impls/plex/examples/tests/ex18.c
/petsc/src/dm/impls/plex/examples/tests/ex24.c
/petsc/src/dm/impls/plex/examples/tests/output/ex12_lb_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex12_lb_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_part_parmetis_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_part_ptscotch_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_part_ptscotch_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex20_3d_ctetgen.out
/petsc/src/dm/impls/plex/examples/tests/output/ex24_3.out
/petsc/src/dm/impls/plex/examples/tutorials/ex1f90.F90
/petsc/src/dm/impls/plex/examples/tutorials/ex5.c
/petsc/src/dm/impls/plex/f90-custom/zplexsectionf90.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/stag/examples/tutorials/ex1.c
/petsc/src/dm/impls/stag/examples/tutorials/ex2.c
/petsc/src/dm/impls/stag/examples/tutorials/ex3.c
/petsc/src/dm/impls/stag/examples/tutorials/ex4.c
/petsc/src/dm/impls/stag/examples/tutorials/output/ex3_2.out
/petsc/src/dm/impls/stag/examples/tutorials/output/ex3_2_alt_4.out
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/f90-mod/makefile
/petsc/src/ksp/f90-mod/petsckspdefmod.F
/petsc/src/ksp/f90-mod/petsckspmod.F
/petsc/src/ksp/f90-mod/petscpcmod.F
/petsc/src/ksp/ksp/examples/tests/output/ex3_chebyest.out
/petsc/src/ksp/ksp/examples/tests/output/ex3_chebynoest.out
/petsc/src/ksp/ksp/examples/tutorials/ex15f.F90
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/ex49.c
/petsc/src/ksp/ksp/examples/tutorials/ex54.c
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/ex61f.F90
/petsc/src/ksp/ksp/examples/tutorials/ex72.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex15_tsirm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex22_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex29_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex29_5_alt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex29_telescope.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_chebyest_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex32_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex34_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex35_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex35_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex36_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_nested_gmg.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex45f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex49_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_tut_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f_1_alt_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_NC.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_sa.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_2_alt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_latebs-2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_latebs.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_ml.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_nns.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_nns_telescope.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex66_2.out
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/utils/lmvm/lmvmimpl.c
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/mat/examples/tests/ex104.c
/petsc/src/mat/examples/tests/ex173.c
/petsc/src/mat/examples/tests/ex181.c
/petsc/src/mat/examples/tests/ex182.c
/petsc/src/mat/examples/tests/ex220.c
/petsc/src/mat/examples/tests/ex4.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex182_2.out
/petsc/src/mat/examples/tests/output/ex182_4.out
/petsc/src/mat/examples/tests/output/ex182_6.out
/petsc/src/mat/examples/tests/output/ex220_1.out
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/examples/tutorials/ex15.c
/petsc/src/mat/examples/tutorials/ex17.c
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/examples/tutorials/ex9.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/examples/tutorials/output/ex15_6.out
/petsc/src/mat/examples/tutorials/output/ex15_6_alt.out
/petsc/src/mat/examples/tutorials/output/ex17_1.out
/petsc/src/mat/examples/tutorials/output/ex1_1.out
/petsc/src/mat/examples/tutorials/output/ex2_1.out
/petsc/src/mat/examples/tutorials/output/ex9_1.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sell/mpi/mpisell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/hierarchical/hierarchical.c
/petsc/src/snes/examples/tests/ex2.c
/petsc/src/snes/examples/tests/ex68.c
/petsc/src/snes/examples/tests/ex69.c
/petsc/src/snes/examples/tests/output/ex68_1.out
/petsc/src/snes/examples/tests/output/ex68_2.out
/petsc/src/snes/examples/tests/output/ex69_8.out
/petsc/src/snes/examples/tests/output/ex69_8_alt.out
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex17.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex56.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/output/ex12_39.out
/petsc/src/snes/examples/tutorials/output/ex12_44.out
/petsc/src/snes/examples/tutorials/output/ex12_44_alt.out
/petsc/src/snes/examples/tutorials/output/ex12_gmg_bddc.out
/petsc/src/snes/examples/tutorials/output/ex12_gmg_bddc_alt.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p1_0.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p1_gmg_fcycle.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p1_gmg_vcycle.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p1_scalable.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p2_0.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p3_0.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_q1_0.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_q2_0.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_q3_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_p1_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_p2_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_p3_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_q1_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_q2_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_q3_0.out
/petsc/src/snes/examples/tutorials/output/ex16_1.out
/petsc/src/snes/examples/tutorials/output/ex16_2.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p1_quad_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p1_quad_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p1_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p1_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p2_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p2_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p3_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p3_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q1_quad_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q1_quad_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q1_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q1_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q2_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q2_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q3_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q3_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex19_tut_2.out
/petsc/src/snes/examples/tutorials/output/ex19_tut_5.out
/petsc/src/snes/examples/tutorials/output/ex20_1.out
/petsc/src/snes/examples/tutorials/output/ex25_1.out
/petsc/src/snes/examples/tutorials/output/ex25_2.out
/petsc/src/snes/examples/tutorials/output/ex56_0.out
/petsc/src/snes/examples/tutorials/output/ex58_1.out
/petsc/src/snes/examples/tutorials/output/ex58_2.out
/petsc/src/snes/examples/tutorials/output/ex5_1.out
/petsc/src/snes/examples/tutorials/output/ex5_2.out
/petsc/src/snes/examples/tutorials/output/ex5_3.out
/petsc/src/snes/examples/tutorials/output/ex5_4.out
/petsc/src/snes/examples/tutorials/output/ex5_4_alt.out
/petsc/src/snes/examples/tutorials/output/ex62_20_parmetis.out
/petsc/src/snes/examples/tutorials/output/ex62_2d_tri_p2_p1_gmg_vcycle.out
/petsc/src/snes/examples/tutorials/output/ex9_6.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/utils/convest.c
/petsc/src/snes/utils/dmlocalsnes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/sys/f90-src/fsrc/f90_fwrap.F
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/eventlog.c
examples/tutorials/output/ex3_guess_pod.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex3.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex3_1.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex3_1_alt.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex3_1_alt_2.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex3_1_alt_3.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex3_1_alt_4.out
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex34.c
/petsc/src/ts/examples/tutorials/ex42.c
/petsc/src/ts/examples/tutorials/output/ex11_adv_0.out
/petsc/src/ts/examples/tutorials/output/ex11_glvis_adv_2d_quad.out
/petsc/src/ts/examples/tutorials/output/ex11_glvis_adv_2d_tet.out
/petsc/src/ts/examples/tutorials/output/ex42.out
/petsc/src/ts/examples/tutorials/output/ex47_2d_p1p1_mg_r1.out
/petsc/src/vec/is/is/interface/index.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/vec/examples/tests/ex13.c
c107311a05-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

Tao ex3: Updated to new interface

e5e5263804-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

DM+DS: Reorganized DS handling completely do that multiple regions can be supported
- A region is labeled portion of the mesh which has the same approximation space for the solution. Note that this i

DM+DS: Reorganized DS handling completely do that multiple regions can be supported
- A region is labeled portion of the mesh which has the same approximation space for the solution. Note that this is NOT the same as the label indicating the support of a field. Regions are the refinement of the field supports into unique approximation space pieces. Right now, we only support a single strategy, namely one space on the regular mesh and one on the hybrid cells, but we only have to change DMCreateDS() to extend the capability.
- Now instead of using PetscDSSetDiscretization() and DMSetDS(), you use DMSetField() and DMCreateDS(). Also, you now must use DMCopyDisc(), instead of DMSetDS(), which copies both the field and DS structure to another DM. These changes have been made in all examples.
- DMGetCellDS() returns the approximation space for that cell
- DMGetDS() return the default space since most people will not use regions. There is still a lot of work left t generalize all methods to multiple DSes, but all old code still functions.
- DMGetRegion/RegionNumDS() gets spaces by label and region number
- DMCreateDS() is the setup method which makes the regions and corresponding DSes. With some work, this could be converted to a lazy initialization.
- Cleaned up access to DS since now we can have more than one
- Projection was improved to extract the DS for the particular cells it is iterating over
- The DS are set from options during Section creation. The idea is that people using DS would also use automatic Section creation, or they would manage things themselves and call SetFromOptions manually.
- I updated the subDM and superDM constructors, but they only work for a single region

show more ...


/petsc/config/BuildSystem/config/packages/mkl_sparse_optimize.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/include/petsc/private/dmforestimpl.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/dmlabelimpl.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/petscdsimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmlabel.h
/petsc/include/petscdmplex.h
/petsc/include/petscds.h
/petsc/include/petscfe.h
/petsc/include/petscksp.h
/petsc/include/petscpc.h
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/examples/tests/ex5.c
/petsc/src/dm/dt/examples/tests/output/ex5_0.out
/petsc/src/dm/dt/fe/interface/fe.c
/petsc/src/dm/dt/fe/interface/fegeom.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/space/impls/poly/spacepoly.c
/petsc/src/dm/dt/space/impls/tensor/spacetensor.c
/petsc/src/dm/examples/tutorials/ex20.c
/petsc/src/dm/examples/tutorials/ex21.c
/petsc/src/dm/f90-mod/petscdmplex.h90
/petsc/src/dm/field/examples/tutorials/ex1.c
/petsc/src/dm/field/examples/tutorials/output/ex1_ds.out
/petsc/src/dm/field/impls/ds/dmfieldds.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/forest/examples/tests/ex2.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/forest/p4est/pforest.c
/petsc/src/dm/impls/plex/examples/tests/ex10.c
/petsc/src/dm/impls/plex/examples/tests/ex11.c
/petsc/src/dm/impls/plex/examples/tests/ex15.c
/petsc/src/dm/impls/plex/examples/tests/ex20.c
/petsc/src/dm/impls/plex/examples/tests/ex22.c
/petsc/src/dm/impls/plex/examples/tests/ex23.c
/petsc/src/dm/impls/plex/examples/tests/ex25.c
/petsc/src/dm/impls/plex/examples/tests/ex27.c
/petsc/src/dm/impls/plex/examples/tests/ex3.c
/petsc/src/dm/impls/plex/examples/tests/ex6.c
/petsc/src/dm/impls/plex/examples/tests/ex9.c
/petsc/src/dm/impls/plex/examples/tutorials/ex1.c
/petsc/src/dm/impls/plex/examples/tutorials/ex1f90.F90
/petsc/src/dm/impls/plex/examples/tutorials/ex6.c
/petsc/src/dm/impls/plex/f90-custom/makefile
/petsc/src/dm/impls/plex/f90-custom/zplexf90.c
/petsc/src/dm/impls/plex/f90-custom/zplexsectionf90.c
/petsc/src/dm/impls/plex/makefile
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexadapt.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexhdf5.c
/petsc/src/dm/impls/plex/plexmed.c
/petsc/src/dm/impls/plex/plexproject.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/plexsection.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/dm/impls/plex/plexvtu.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmi.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/dm/label/ftn-custom/zdmlabel.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/f90-mod/petscksp.h
/petsc/src/ksp/ksp/examples/tests/ex51.c
/petsc/src/ksp/ksp/examples/tests/ex52f.F
/petsc/src/ksp/ksp/examples/tests/output/ex51_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex51_2_alt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_zeropivot.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_zeropivot_3.out
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgls.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/fcg/fcg.c
/petsc/src/ksp/ksp/impls/fetidp/fetidp.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/ksp/impls/python/pythonksp.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/impls/tsirm/tsirm.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/lsc/lsc.c
/petsc/src/ksp/pc/impls/mg/fmg.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/smg.c
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/telescope/telescope.c
/petsc/src/ksp/pc/impls/telescope/telescope_dmda.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/snes/examples/tests/output/ex69_4.out
/petsc/src/snes/examples/tests/output/ex69_5.out
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex17.c
/petsc/src/snes/examples/tutorials/ex56.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/snes/examples/tutorials/output/ex12_44_alt.out
/petsc/src/snes/utils/convest.c
/petsc/src/snes/utils/dmadapt.c
/petsc/src/snes/utils/dmplexsnes.c
examples/tutorials/ex1.c
examples/tutorials/ex2.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex45.c
/petsc/src/ts/examples/tutorials/ex46.c
/petsc/src/ts/examples/tutorials/ex47.c
/petsc/src/ts/examples/tutorials/ex48.c
/petsc/src/ts/interface/tsrhssplit.c
/petsc/src/ts/utils/dmplexts.c
b31a704f02-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

Fix MatSeqAIJFromMatlab() it assumed that the inode structure could change
only if the number of nonzeros changed in the matrix but, in fact, the struture
of the matrix could change while the number

Fix MatSeqAIJFromMatlab() it assumed that the inode structure could change
only if the number of nonzeros changed in the matrix but, in fact, the struture
of the matrix could change while the number of nonzeros remained the same.

Fixed memory leak in example and missing CHKERRQ(ierr);

Commit-type: bug-fix, testing-fix
Reported-by: Alp Dener <adener@anl.gov>

show more ...

04f58fc419-Oct-2018 Alp Dener <adener@anl.gov>

matlab LS problem residual jacobian API updated to latest

494bef2318-Oct-2018 Alp Dener <adener@anl.gov>

Fixed double-printing of solver header in trust region initialization

1...<<21222324252627282930>>...62