History log of /petsc/src/dm/impls/plex/ (Results 5526 – 5550 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
86f0afee27-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix check in refinement for tet face edges that intersect the cross-tet edge
- My re-interpolation test still does not work

8496a43f27-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix array restore in DMPlexGetFaces_Internal()

1143a3c027-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Now DMView_Plex() uses the DM name

b5da949926-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added code for 3D uniform refinement
- The dreaded monster checkin

4492dd3a26-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex4: Added tests for mesh symmetry and point orientations

c35d39e026-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex4: Added a 3D refinement test
- Also removed the need to have a hybrid mesh

439ece1626-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Made DMPlexGetFaces_Internal() non-static, and added DMPlexRestoreFaces_Internal() and DMPlexGetRawFaces_Internal()
- This is a nice way to get the canonical face orientations

595d4abb26-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix for DMPlexUninterpolate()

8cb4d58226-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added DMPlexGetSupportSection()

9a55908724-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

PetscFE: Changed PetscFEIntegrateResidual() to take auxiliary fields
- Also changed the PetscFEM struct to take auxiliary elements
- Added P_0 Lagrange element

6113b45424-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DM: Added a tolerance to DMPrintLocalVec()
- Also added member to DMPlex to store tolerance, use -dm_plex_print_tol to set

6812b0bb20-Aug-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'maint'

Documentation and examples from ATPESC 2013 tutorial

* maint:
KSPSetDM docs: fix KSPSetDMActive args, add cross-references
Added shallow water equation mesh (annulus-20.exo

Merge branch 'maint'

Documentation and examples from ATPESC 2013 tutorial

* maint:
KSPSetDM docs: fix KSPSetDMActive args, add cross-references
Added shallow water equation mesh (annulus-20.exo)
cleanup some docs error out if KSPSetDM() is used but not made inactive or DMKSPSetComputeOperators() is not called
docs on KSPSetNullSpace() that KSP auto uses any previously added to the Mat
shallow water examples for tutorial (mesh file annulus-20.exo not included)
tutorials/HandsOnExercise: run jobs with ./ex19; MPICH does not add '.' to path
TS ex11: I believe the default physics is simple advection. I asked Jed to put in shallow water on the annulus. He might be able to do it from Beijing airport.
third case of example 3 had wrong options
handson: update instructions [for ex42]
added <pre> to output files, added text to HandsOnTutorial.html added ex42 example run commands
HandsOn: rename all output files to .html - [to avoid popup on safari]
HandsOn: fix line numbers in URLs to ex*.c.html
added explanation of runs for HandsOnExercises
HandsOn: fix missing html format [from copy/paste]
HandsOn: update some runs
HandsOn: update the run commands
HandsOn: Force Jed to come up with more exciting examples than these
TS ex11: Added shallow water equations
TS ex11: Fixed docs
TS ex11: Added some explanatory text. Need more.
Makefile: Added TS ex11 to EXAMPLESC
Main page: Changed links to petsc-dev website
vis
selected 4 tutorial examples began to cleanup tutorial page introduction on them
added start of Hands on tutorial that works through a few examples bug fix for valgrind broadcasting uninitialized values

show more ...


/petsc/config/BuildSystem/config/packages/hdf5.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/configure.py
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petsclog.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/share/petsc/datafiles/meshes/annulus-20.exo
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/daindex.c
/petsc/src/dm/impls/da/daltol.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/dm/impls/mesh/mesh.c
plexexodusii.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/gmres/pgmres/pgmres.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/xmon.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddc.h
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.h
/petsc/src/ksp/pc/impls/bddc/bddcscalingbasic.c
/petsc/src/ksp/pc/impls/bddc/bddcstructs.h
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/is/pcis.h
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/bas/basfactor.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/snes/impls/fas/fasfunc.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/rsaug/virsaug.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/classes/draw/impls/opengl/openglops.c
/petsc/src/sys/classes/draw/impls/tikz/tikz.c
/petsc/src/sys/classes/draw/impls/x/xops.c
/petsc/src/sys/classes/draw/utils/axisc.c
/petsc/src/sys/classes/draw/utils/dscatter.c
/petsc/src/sys/classes/draw/utils/hists.c
/petsc/src/sys/classes/draw/utils/lg.c
/petsc/src/sys/classes/draw/utils/lgc.c
/petsc/src/sys/classes/viewer/impls/draw/drawv.c
/petsc/src/sys/logging/plog.c
/petsc/src/ts/characteristic/impls/da/slda.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/ao/impls/basic/aobasic.c
/petsc/src/vec/is/ao/impls/mapping/aomapping.c
/petsc/src/vec/is/ao/impls/memscalable/aomemscalable.c
/petsc/src/vec/is/is/impls/block/block.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/impls/mpi/mpicusp/mpicusp.cu
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/bvec3.c
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp.cu
/petsc/tutorials/HandsOnExercise.html
f30c576619-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

PetscFE: Now cell blocks are settable from options
- Fixed bad merge in 8residual integration

ee292a8b19-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'karlrupp/feature-snes-ex52-OpenCL' into knepley/feature-dt-fem

* karlrupp/feature-snes-ex52-OpenCL:
SNES ex52: OpenCL integration now natively supports double precision as well.
SN

Merge branch 'karlrupp/feature-snes-ex52-OpenCL' into knepley/feature-dt-fem

* karlrupp/feature-snes-ex52-OpenCL:
SNES ex52: OpenCL integration now natively supports double precision as well.
SNES ex52: Added option to switch between OpenCL and CUDA backends.
SNES ex52: Added test for multiple regular parallel refinements
SNES ex52: Fixed output flag for residual printing
SNES ex52: Added -refinement_rounds to allow multiple regular parallel refinements
SNES ex52: Added uniform parallel refinement - Added test
DMPlex: Uniform refinement does not work on uninterpolated meshes
SNES ex52: Changed output for 3D tests
SNES ex52: Fixed Makefile to support compilation of both the OpenCL and the CUDA version
SNES ex52: OpenCL version can now deal with multiple parallel blocks.
SNES ex52: Fixed OpenCL vector-type initialization for Laplacian as well.
SNES ex52: Fixed static initialization issue in OpenCL kernel for the AMD SDK.
SNES ex52: Fixed OpenCL test suite, added reference output
SNES ex52: Now builder runs for OpenCL are separate
SNES ex52: Unify dispatch function for CUDA and OpenCL - Now only one function works at a time (I think this is alright in the example) - Remove -opencl flag
SNES ex52: Added OpenCL profiling information.
SNES ex52: Now supporting elasticity in 2d via OpenCL.
SNES ex52: Updated OpenCL version such that spatial dimension is now a runtime parameter.
Added OpenCL version of SNES ex52 for the Laplacian.
Builder: Fixed problems for snes/ex52: "Cuda" -> "cuda", stripping "\r" from output for comparison with reference.

Conflicts:
src/snes/examples/tutorials/ex52.c

show more ...


/petsc/config/builder.py
/petsc/include/finclude/petscdmdef.h
/petsc/src/benchmarks/benchmarkExample.py
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/dt/interface/makefile
plex.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex52_integrateElement.cu
/petsc/src/snes/examples/tutorials/ex52_integrateElementOpenCL.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex52_18.out
/petsc/src/snes/examples/tutorials/output/ex52_19.out
/petsc/src/snes/examples/tutorials/output/ex52_20.out
/petsc/src/snes/examples/tutorials/output/ex52_21.out
/petsc/src/snes/examples/tutorials/output/ex52_22.out
/petsc/src/snes/examples/tutorials/output/ex52_23.out
/petsc/src/snes/examples/tutorials/output/ex52_24.out
/petsc/src/snes/examples/tutorials/output/ex52_25.out
/petsc/src/snes/examples/tutorials/output/ex52_26.out
/petsc/src/snes/examples/tutorials/output/ex52_27.out
/petsc/src/snes/examples/tutorials/output/ex52_28.out
/petsc/src/snes/examples/tutorials/output/ex52_29.out
/petsc/src/snes/examples/tutorials/output/ex52_30.out
/petsc/src/snes/examples/tutorials/output/ex52_31.out
/petsc/src/snes/examples/tutorials/output/ex52_32.out
/petsc/src/snes/examples/tutorials/output/ex52_33.out
/petsc/src/snes/examples/tutorials/output/ex52_34.out
/petsc/src/snes/examples/tutorials/output/ex52_35.out
/petsc/src/snes/examples/tutorials/output/ex52_36.out
/petsc/src/snes/examples/tutorials/output/ex52_37.out
39bba69518-Jul-2013 Barry Smith <bsmith@mcs.anl.gov>

added start of Hands on tutorial that works through a few examples
bug fix for valgrind broadcasting uninitialized values


/petsc/bin/maint/builddist
/petsc/bin/maint/buildtest
/petsc/bin/maint/startnightly
/petsc/bin/matlab/PetscBagRead.m
/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/config/BuildSystem/config/packages/hdf5.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Zoltan.py
/petsc/config/PETSc/packages/scalapack.py
/petsc/config/PETSc/packages/sundials.py
/petsc/config/PETSc/utilities/getResidentSetSize.py
/petsc/config/configure.py
/petsc/include/petsc-private/bagimpl.h
/petsc/include/petsc-private/tsimpl.h
/petsc/include/petsccharacteristic.h
/petsc/include/petscdm.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/examples/tests/ex7.c
/petsc/src/dm/examples/tutorials/ex7.c
plexexodusii.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/34.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgtype.c
/petsc/src/ksp/ksp/impls/cg/groppcg/groppcg.c
/petsc/src/ksp/ksp/impls/cg/pipecg/pipecg.c
/petsc/src/ksp/ksp/impls/cr/pipecr/pipecr.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/pgmres/pgmres.c
/petsc/src/ksp/ksp/interface/ams/kspams.c
/petsc/src/ksp/ksp/interface/ams/makefile
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/makefile
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijsolv.c
/petsc/src/mat/impls/baij/seq/baijsolvnat.c
/petsc/src/mat/impls/baij/seq/baijsolvtran.c
/petsc/src/mat/impls/baij/seq/baijsolvtrannat.c
/petsc/src/mat/impls/baij/seq/makefile
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/fas/fas.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/snesj2.c
/petsc/src/snes/linesearch/impls/shell/linesearchshell.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/bag/f90-custom/zbagf90.c
/petsc/src/sys/classes/bag/makefile
/petsc/src/sys/classes/matlabengine/matlab.c
/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/sopen.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/error/pstack.c
/petsc/src/sys/logging/ftn-custom/zplogf.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/ftn-custom/zstart.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/threadcomm/interface/threadcomm.c
/petsc/src/sys/time/makefile
/petsc/src/ts/examples/tests/ex3.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex16.c
/petsc/src/ts/examples/tutorials/ex17.c
/petsc/src/ts/examples/tutorials/ex21.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex3_3.out
/petsc/src/ts/examples/tutorials/output/ex3_4.out
/petsc/src/ts/examples/tutorials/output/ex3_5.out
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/systems/Apple/OSX/bin/makedmg
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/AppDelegate.m
/petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example/main.c
/petsc/tutorials/HandsOnExercise.html
cff8f07816-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex3: Update to latest interface
- Now runs without Python generation

c5bbbd5b16-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix DMPlexComputeL2Diff() to take PetscFE

6b0a333415-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix memory leak with refinement


/petsc/.mailmap
/petsc/bin/maint/builddist
/petsc/bin/matlab/PetscBagRead.m
/petsc/conf/test
/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/MOAB.py
/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/config/BuildSystem/config/programs.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Zoltan.py
/petsc/config/PETSc/packages/cmake.py
/petsc/config/PETSc/packages/elemental.py
/petsc/config/PETSc/packages/scalapack.py
/petsc/config/PETSc/packages/sundials.py
/petsc/config/examples/arch-cuda-cg-opt.py
/petsc/config/examples/arch-cuda-double.py
/petsc/config/examples/arch-cuda5-cg-opt.py
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscpc.h
/petsc/include/petsc-private/bagimpl.h
/petsc/include/petsc-private/dmimpl.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/snesimpl.h
/petsc/include/petscbag.h
/petsc/include/petscdm.h
/petsc/include/petscdmda.h
/petsc/include/petscdmshell.h
/petsc/include/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/src/contrib/nightlysummary/README
/petsc/src/contrib/nightlysummary/runhtml.sh
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/examples/tests/ex7.c
/petsc/src/dm/examples/tutorials/ex14.c
/petsc/src/dm/examples/tutorials/ex7.c
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/dacreate.c
/petsc/src/dm/impls/da/dadd.c
/petsc/src/dm/impls/da/daindex.c
/petsc/src/dm/impls/da/daltol.c
/petsc/src/dm/impls/da/dascatter.c
plex.c
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/impls/shell/ftn-custom/zdmshellf.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/34.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tests/ex28.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex37.c
/petsc/src/ksp/ksp/examples/tests/ex43.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex11_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex11_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex28.out
/petsc/src/ksp/ksp/examples/tests/output/ex28_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex30.out
/petsc/src/ksp/ksp/examples/tests/output/ex30_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex43.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_4.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_5.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_6.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_7.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_8.out
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_aijcusparse.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mpicrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mpicsrperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_seqcrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_seqcsrperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex34_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex49_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_redundant.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_redundant_0.out
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.h
/petsc/src/ksp/pc/impls/bddc/bddcstructs.h
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/factor/factor.c
/petsc/src/ksp/pc/impls/factor/factor.h
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/classical.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/mg/mgimpl.h
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/sacusp/sacusp.cu
/petsc/src/ksp/pc/impls/sacusp/sacusppoly.cu
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex163.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex114_2.out
/petsc/src/mat/examples/tests/output/ex114_3.out
/petsc/src/mat/examples/tests/output/ex163.out
/petsc/src/mat/examples/tests/output/ex93_1.out
/petsc/src/mat/examples/tests/output/ex93_2.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/examples/tests/output/ex9_2.out
/petsc/src/mat/examples/tests/output/ex9_3.out
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpicusp/mpicuspmatimpl.h
/petsc/src/mat/impls/aij/mpi/mpicusparse/makefile
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpicusparsematimpl.h
/petsc/src/mat/impls/aij/mpi/mpimatmatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpimattransposematmult.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.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/aij/seq/mattransposematmult.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqcusp/cuspmatimpl.h
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/mat/impls/aij/seq/seqcusparse/makefile
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/dense/seq/dense.h
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/snes/examples/tests/output/ex17_1.out
/petsc/src/snes/examples/tests/output/ex1_3.out
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex16.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex16_1.out
/petsc/src/snes/examples/tutorials/output/ex16_2.out
/petsc/src/snes/examples/tutorials/output/ex18_1.out
/petsc/src/snes/examples/tutorials/output/ex19_10.out
/petsc/src/snes/examples/tutorials/output/ex19_13.out
/petsc/src/snes/examples/tutorials/output/ex19_6.out
/petsc/src/snes/examples/tutorials/output/ex19_7.out
/petsc/src/snes/examples/tutorials/output/ex19_9.out
/petsc/src/snes/examples/tutorials/output/ex19_ngmres_fas_ms.out
/petsc/src/snes/examples/tutorials/output/ex20_1.out
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/examples/tutorials/output/ex40f90.out
/petsc/src/snes/examples/tutorials/output/ex46_1.out
/petsc/src/snes/examples/tutorials/output/ex48_4.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_5.out
/petsc/src/snes/examples/tutorials/output/ex62_43.out
/petsc/src/snes/examples/tutorials/output/ex62_45.out
/petsc/src/snes/examples/tutorials/output/ex70_0.out
/petsc/src/snes/examples/tutorials/output/ex70_1.out
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/multiblock/multiblock.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/ngmres/ngmresfunc.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/ngmres/snesngmres.h
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snespc.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/l2/linesearchl2.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/bag/f90-custom/zbagf90.c
/petsc/src/sys/classes/bag/makefile
/petsc/src/sys/classes/matlabengine/matlab.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/sopen.c
/petsc/src/sys/error/pstack.c
/petsc/src/sys/examples/tutorials/ex5.c
/petsc/src/sys/examples/tutorials/ex5f90.F90
/petsc/src/sys/logging/ftn-custom/zplogf.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/ftn-custom/zstart.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/threadcomm/interface/threadcomm.c
/petsc/src/sys/time/makefile
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex16.c
/petsc/src/ts/examples/tutorials/ex21.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex13_1.out
/petsc/src/ts/examples/tutorials/output/ex15_1.out
/petsc/src/vec/is/ao/examples/tests/output/ex1_1.out
/petsc/src/vec/is/ao/examples/tests/output/ex1_2.out
/petsc/src/vec/is/ao/examples/tests/output/ex1_3.out
/petsc/src/vec/vec/examples/tests/output/ex37_1.out
/petsc/src/vec/vec/examples/tests/output/ex37_2.out
/petsc/src/vec/vec/impls/seq/seqcusp/cuspvecimpl.h
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp.cu
/petsc/src/vec/vec/utils/veccusp/makefile
/petsc/src/vec/vec/utils/veccusp/vscatcusp.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vpscat.h
0483ade415-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex+PetscFE: Moved integration functions from DMPlex to PetscFE
- Now PetscFE type indicates the integration method
- Added all machinery for PetscFE types

d963de3715-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Small cleanup fo refinement code before we add tetrahedral stuff

509c9b8915-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed some function names to cleanup the refinement file move

4e3744c515-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added DMPlexEqual() and DMPlexUninterpolate()
- These will be needed for testing refined meshes

e08f174e14-Aug-2013 Jed Brown <jedbrown@mcs.anl.gov>

DMPlex: remove unused variables

49cc59b314-Aug-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'knepley/opt-plex-depth' into knepley/plex-depth-label

Fixes build error due to missing depthLabel field in DM_Plex.

* knepley/opt-plex-depth:
DMPlex: Use BFS to calculate depth ra

Merge branch 'knepley/opt-plex-depth' into knepley/plex-depth-label

Fixes build error due to missing depthLabel field in DM_Plex.

* knepley/opt-plex-depth:
DMPlex: Use BFS to calculate depth rather than crazy recursive scheme
DMPlex: Optimize depth retrieval by storing a pointer to the label - This is a little unsafe since someone could go in and create a new "depth" label out from under you

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

show more ...

25cda35014-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Put in METIS support


/petsc/.mailmap
/petsc/bin/maint/builddist
/petsc/bin/matlab/PetscBagRead.m
/petsc/conf/test
/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/MOAB.py
/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/config/BuildSystem/config/programs.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Zoltan.py
/petsc/config/PETSc/packages/cmake.py
/petsc/config/PETSc/packages/elemental.py
/petsc/config/PETSc/packages/scalapack.py
/petsc/config/PETSc/packages/sundials.py
/petsc/config/examples/arch-cuda-cg-opt.py
/petsc/config/examples/arch-cuda-double.py
/petsc/config/examples/arch-cuda5-cg-opt.py
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscpc.h
/petsc/include/petsc-private/bagimpl.h
/petsc/include/petsc-private/dmimpl.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/snesimpl.h
/petsc/include/petscbag.h
/petsc/include/petscdm.h
/petsc/include/petscdmda.h
/petsc/include/petscdmshell.h
/petsc/include/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/src/contrib/nightlysummary/README
/petsc/src/contrib/nightlysummary/runhtml.sh
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/examples/tests/ex7.c
/petsc/src/dm/examples/tutorials/ex14.c
/petsc/src/dm/examples/tutorials/ex7.c
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/dacreate.c
/petsc/src/dm/impls/da/dadd.c
/petsc/src/dm/impls/da/daindex.c
/petsc/src/dm/impls/da/daltol.c
/petsc/src/dm/impls/da/dascatter.c
plex.c
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/impls/shell/ftn-custom/zdmshellf.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/34.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tests/ex28.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex37.c
/petsc/src/ksp/ksp/examples/tests/ex43.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex11_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex11_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex28.out
/petsc/src/ksp/ksp/examples/tests/output/ex28_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex30.out
/petsc/src/ksp/ksp/examples/tests/output/ex30_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex43.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_4.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_5.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_6.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_7.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_8.out
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_aijcusparse.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mpicrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mpicsrperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_seqcrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_seqcsrperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex34_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex49_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_redundant.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_redundant_0.out
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.h
/petsc/src/ksp/pc/impls/bddc/bddcstructs.h
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/factor/factor.c
/petsc/src/ksp/pc/impls/factor/factor.h
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/classical.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/mg/mgimpl.h
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/sacusp/sacusp.cu
/petsc/src/ksp/pc/impls/sacusp/sacusppoly.cu
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex163.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex114_2.out
/petsc/src/mat/examples/tests/output/ex114_3.out
/petsc/src/mat/examples/tests/output/ex163.out
/petsc/src/mat/examples/tests/output/ex93_1.out
/petsc/src/mat/examples/tests/output/ex93_2.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/examples/tests/output/ex9_2.out
/petsc/src/mat/examples/tests/output/ex9_3.out
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpicusp/mpicuspmatimpl.h
/petsc/src/mat/impls/aij/mpi/mpicusparse/makefile
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpicusparsematimpl.h
/petsc/src/mat/impls/aij/mpi/mpimatmatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpimattransposematmult.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.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/aij/seq/mattransposematmult.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqcusp/cuspmatimpl.h
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/mat/impls/aij/seq/seqcusparse/makefile
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/dense/seq/dense.h
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/snes/examples/tests/output/ex17_1.out
/petsc/src/snes/examples/tests/output/ex1_3.out
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex16.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex16_1.out
/petsc/src/snes/examples/tutorials/output/ex16_2.out
/petsc/src/snes/examples/tutorials/output/ex18_1.out
/petsc/src/snes/examples/tutorials/output/ex19_10.out
/petsc/src/snes/examples/tutorials/output/ex19_13.out
/petsc/src/snes/examples/tutorials/output/ex19_6.out
/petsc/src/snes/examples/tutorials/output/ex19_7.out
/petsc/src/snes/examples/tutorials/output/ex19_9.out
/petsc/src/snes/examples/tutorials/output/ex19_ngmres_fas_ms.out
/petsc/src/snes/examples/tutorials/output/ex20_1.out
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/examples/tutorials/output/ex40f90.out
/petsc/src/snes/examples/tutorials/output/ex46_1.out
/petsc/src/snes/examples/tutorials/output/ex48_4.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_5.out
/petsc/src/snes/examples/tutorials/output/ex62_43.out
/petsc/src/snes/examples/tutorials/output/ex62_45.out
/petsc/src/snes/examples/tutorials/output/ex70_0.out
/petsc/src/snes/examples/tutorials/output/ex70_1.out
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/multiblock/multiblock.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/ngmres/ngmresfunc.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/ngmres/snesngmres.h
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snespc.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/l2/linesearchl2.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/bag/f90-custom/zbagf90.c
/petsc/src/sys/classes/bag/makefile
/petsc/src/sys/classes/matlabengine/matlab.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/sopen.c
/petsc/src/sys/error/pstack.c
/petsc/src/sys/examples/tutorials/ex5.c
/petsc/src/sys/examples/tutorials/ex5f90.F90
/petsc/src/sys/logging/ftn-custom/zplogf.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/ftn-custom/zstart.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/threadcomm/interface/threadcomm.c
/petsc/src/sys/time/makefile
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex13_1.out
/petsc/src/ts/examples/tutorials/output/ex15_1.out
/petsc/src/vec/is/ao/examples/tests/output/ex1_1.out
/petsc/src/vec/is/ao/examples/tests/output/ex1_2.out
/petsc/src/vec/is/ao/examples/tests/output/ex1_3.out
/petsc/src/vec/vec/examples/tests/output/ex37_1.out
/petsc/src/vec/vec/examples/tests/output/ex37_2.out
/petsc/src/vec/vec/impls/seq/seqcusp/cuspvecimpl.h
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp.cu
/petsc/src/vec/vec/utils/veccusp/makefile
/petsc/src/vec/vec/utils/veccusp/vscatcusp.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vpscat.h

1...<<221222223224225226227228229230>>...235