History log of /petsc/src/dm/impls/plex/ (Results 4551 – 4575 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bd83ac5f14-Nov-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed DMPlexGetGlobalFieldOffset_Private() in optimized mode

3387962530-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMPlexPointGlobalFieldRead/Ref()

1ce3176f27-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMPlexPointLocalFieldRead()

ac6cd4ba27-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Copy BC for hierarchical refinement

c0a6632a27-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex+FV: Fixed BC with gradient calculation

ce7dbcc817-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Plex ex1: Move overlap computation after SetFromOptions

721cbd7627-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: DMPlexDistribute() no longer calls DMSetFromOptions()
- Fixed examples

f4eb4c5d26-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Added face markers to cube mesh

43ea7fac26-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex+FV: Hack to cope with BC for output

4e90ef8e26-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Forgot to set block size for coordinates

ee55978a25-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixes for default section creation
- Cannot assume the DM has numFields fields
- Must calculate the total dof per point since not all points are the same anymore

520b381825-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex+FV: When setting FV BC, get the correct per point offset

4824f45625-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMPlexPointLocalFieldRef

fa716be822-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: When creating default section, only FE should ignore hybrid cells

61f58d2822-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

FV: DMPlexInsertBoundaryValues_FVM_Internal() must put values at the correct field offset

9ac3fadc22-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

FE+FV: When mixing, FE should ignore hybrid (ghost) cells which FV uses for BC, and FV should evaluate on cells
- When creating default section, FE should not run over hybrid cells
- In DMPlexCompute

FE+FV: When mixing, FE should ignore hybrid (ghost) cells which FV uses for BC, and FV should evaluate on cells
- When creating default section, FE should not run over hybrid cells
- In DMPlexComputeResidual_Internal(), FE should not run over hybrid cells
- In EvaluateFieldJets(), FV does cellwise constant evaluation (should work in linear but demands per cell lookup which should be worked into the interface)
- In DMPlexProjectFunctionLabelLocal(), DMProejctFunctionLocal(), DMProjectFieldLocal(), DMPlexComputeL2Diff(), DMPlexComputeL2GradientDiff(), DMPlexComputeL2FieldDiff(), DMPlexComputeIntegralFEM(), DMPlexCompute InterpolatorFEM(), and DMPlexComputeInjectorFEM(), do not loop over hybrid cells
- Protect use of ghost label in DMPlexComputeGeometryFVM()

show more ...

2f90023517-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix section creation for FVM

2c06a81815-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Doc: Better comment

0f6c017015-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-cohesive-intersection'

* knepley/fix-cohesive-intersection:
Plex: Fix leak
Plex: Fix for cohesive labeling - We now allow two cohesive patches to touch directly - This

Merge branch 'knepley/fix-cohesive-intersection'

* knepley/fix-cohesive-intersection:
Plex: Fix leak
Plex: Fix for cohesive labeling - We now allow two cohesive patches to touch directly - This seems to allow hybrid cells to be in the star of fault vertices for other faults, but we have not reproduced this on a small enough example to check - I just filter out hybrid points when labeling

show more ...

ff86c2c915-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'mlange/feature-plex-gmsh-fortran'

* mlange/feature-plex-gmsh-fortran:
SF: Activate Fortran wrapper for PetscSFDestroy()
Plex-Gmsh: Loosen the version requirement for .msh files
P

Merge branch 'mlange/feature-plex-gmsh-fortran'

* mlange/feature-plex-gmsh-fortran:
SF: Activate Fortran wrapper for PetscSFDestroy()
Plex-Gmsh: Loosen the version requirement for .msh files
Plex-Gmsh: Add custom Fortran wrapper for DMPlexCreateGmshFromFile

show more ...

1a1499c813-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

updated new XXXSetFromOptions_YYY() methods to take PetscOptionsObjectType


/petsc/config/BuildSystem/config/packages/SuiteSparse.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/configure.py
/petsc/config/examples/arch-linux-gcc-real-env.py
/petsc/config/examples/arch-osx-10.6-cxx-env.py
/petsc/include/petsc-private/dmimpl.h
/petsc/include/petsc-private/kspimpl.h
/petsc/include/petsc-private/linesearchimpl.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/pcimpl.h
/petsc/include/petsc-private/petscfeimpl.h
/petsc/include/petsc-private/sfimpl.h
/petsc/include/petsc-private/snesimpl.h
/petsc/include/petsc-private/taoimpl.h
/petsc/include/petsc-private/tsimpl.h
/petsc/include/petsc-private/vecimpl.h
/petsc/include/petsc-private/viewerimpl.h
/petsc/include/petscoptions.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/lib/petsc-conf/install.py
/petsc/setup.py
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/impls/da/dacreate.c
/petsc/src/dm/impls/network/networkcreate.c
/petsc/src/dm/impls/patch/patchcreate.c
plexcreate.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/manual/acknowl.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/index.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/ksp/ksp/examples/tests/ex32.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex32_cholmod.out
/petsc/src/ksp/ksp/examples/tests/output/ex32_cholmod_sbaij.out
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgs/bcgsimpl.h
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.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/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/fcg/fcg.c
/petsc/src/ksp/ksp/impls/gcr/gcr.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/gmresimpl.h
/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/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/specest/specest.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bicgstabcusp/bicgstabcusp.cu
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/cp/cp.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/factimpl.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/factor/lu/lu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.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/gasm/gasm.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/kaczmarz/kaczmarz.c
/petsc/src/ksp/pc/impls/lsc/lsc.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgimpl.h
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/parms/parms.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.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/sor/sor.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/ksp/pc/impls/tfs/tfs.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/color/impls/jp/jp.c
/petsc/src/mat/color/interface/matcoloring.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/seq/klu/klu.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/mffd/mffddef.c
/petsc/src/mat/impls/mffd/mffdimpl.h
/petsc/src/mat/impls/mffd/wp.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_umfpack.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/snesngmres.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/shell/snesshell.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj.c
/petsc/src/snes/interface/snesob.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/sys/classes/random/interface/randomc.c
/petsc/src/sys/classes/random/randomimpl.h
/petsc/src/sys/classes/viewer/impls/draw/drawv.c
/petsc/src/sys/classes/viewer/impls/socket/send.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/utils/sseenabled.c
/petsc/src/tao/bound/impls/blmvm/blmvm.c
/petsc/src/tao/bound/impls/bqpip/bqpip.c
/petsc/src/tao/bound/impls/gpcg/gpcg.c
/petsc/src/tao/bound/impls/tron/tron.c
/petsc/src/tao/bound/utils/isutil.c
/petsc/src/tao/complementarity/impls/ssls/ssfls.c
/petsc/src/tao/complementarity/impls/ssls/ssls.c
/petsc/src/tao/complementarity/impls/ssls/ssls.h
/petsc/src/tao/constrained/impls/ipm/ipm.c
/petsc/src/tao/interface/fdtest.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/linesearch/impls/armijo/armijo.c
/petsc/src/tao/linesearch/impls/owarmijo/owarmijo.c
/petsc/src/tao/linesearch/impls/unit/unit.c
/petsc/src/tao/matrix/lmvmmat.c
/petsc/src/tao/pde_constrained/impls/lcl/lcl.c
/petsc/src/tao/unconstrained/impls/bmrm/bmrm.c
/petsc/src/tao/unconstrained/impls/cg/taocg.c
/petsc/src/tao/unconstrained/impls/lmvm/lmvm.c
/petsc/src/tao/unconstrained/impls/neldermead/neldermead.c
/petsc/src/tao/unconstrained/impls/nls/nls.c
/petsc/src/tao/unconstrained/impls/ntl/ntl.c
/petsc/src/tao/unconstrained/impls/ntr/ntr.c
/petsc/src/tao/unconstrained/impls/owlqn/owlqn.c
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/adapt/impls/cfl/adaptcfl.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/examples/tests/ex10.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex20.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/eimex/eimex.c
/petsc/src/ts/impls/explicit/euler/euler.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/sf/impls/basic/sfbasic.c
/petsc/src/vec/is/sf/impls/window/sfwindow.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/pf/impls/constant/const.c
/petsc/src/vec/pf/impls/matlab/cmatlab.c
/petsc/src/vec/pf/impls/string/cstring.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/pf/pfimpl.h
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
/petsc/src/vec/vec/impls/seq/seqviennacl/viennaclvecimpl.h
/petsc/src/vec/vec/interface/vector.c
67a5e55a13-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

DMLabel: Fixed distribution (hash table was not being created)

6dbf997313-Jan-2015 Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk>

DMCreateInjection: return Mat rather than VecScatter

For (amongst others) FV discretisations, the natural injection may well
be cell averaging, which is not expressible as a VecScatter.

fe998a8013-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

manual merge of conflict


/petsc/bin/configVars.py
/petsc/bin/maint/builddist
/petsc/bin/maint/buildtest
/petsc/bin/maint/generateetags.py
/petsc/bin/maint/generatefortranstubs.py
/petsc/bin/maint/generators/matlab.py
/petsc/bin/maint/toclapack.sh
/petsc/bin/maint/xclude
/petsc/bin/mpiexec.sshsync
/petsc/bin/petsc-mpiexec.uni
/petsc/bin/petsc-pythonscripts/PetscBinaryIO.py
/petsc/bin/petsc-pythonscripts/PetscBinaryIO_tests.py
/petsc/bin/petsc-pythonscripts/petsc_conf.py
/petsc/bin/petsc-pythonscripts/petsc_gen_xdmf.py
/petsc/bin/petsc-pythonscripts/petsclogformat.py
/petsc/bin/petsc-pythonscripts/petscnagupgrade.py
/petsc/bin/petscmpiexec
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/Triangle.py
/petsc/config/BuildSystem/config/packages/fblaslapack.py
/petsc/config/BuildSystem/config/packages/mpi4py.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/BuildSystem/config/regression/frameworkTest.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/options/installDir.py
/petsc/config/PETSc/petsc.py
/petsc/config/builder.py
/petsc/config/cmakeboot.py
/petsc/config/cmakegen.py
/petsc/config/configure.py
/petsc/gmakefile
/petsc/include/makefile
/petsc/include/petsc-finclude/ftn-custom/makefile
/petsc/include/petsc-finclude/makefile
/petsc/include/petsc-mpiuni/mpi.h
/petsc/include/petsc-mpiuni/mpif.h
/petsc/include/petsc-private/makefile
/petsc/include/petsclog.h
/petsc/interfaces/lua/makefile
/petsc/interfaces/lua/src/makefile
/petsc/interfaces/makefile
/petsc/lib/petsc-conf/adic.init
/petsc/lib/petsc-conf/adicmastercontrol
/petsc/lib/petsc-conf/adicmf.init
/petsc/lib/petsc-conf/adicmfb.init
/petsc/lib/petsc-conf/gmakegen.py
/petsc/lib/petsc-conf/install.py
/petsc/lib/petsc-conf/rules
/petsc/lib/petsc-conf/test
/petsc/lib/petsc-conf/variables
/petsc/makefile
/petsc/setup.py
/petsc/src/benchmarks/makefile
/petsc/src/benchmarks/streams/makefile
/petsc/src/contrib/fun3d/comp/makefile
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/contrib/fun3d/makefile
/petsc/src/contrib/makefile
/petsc/src/dm/dt/examples/makefile
/petsc/src/dm/dt/examples/tests/makefile
/petsc/src/dm/dt/interface/f90-custom/makefile
/petsc/src/dm/dt/interface/ftn-custom/makefile
/petsc/src/dm/dt/interface/makefile
/petsc/src/dm/dt/makefile
/petsc/src/dm/examples/makefile
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/f90-mod/makefile
/petsc/src/dm/impls/composite/f90-custom/makefile
/petsc/src/dm/impls/composite/ftn-custom/makefile
/petsc/src/dm/impls/composite/makefile
/petsc/src/dm/impls/da/f90-custom/makefile
/petsc/src/dm/impls/da/ftn-custom/makefile
/petsc/src/dm/impls/da/hypre/makefile
/petsc/src/dm/impls/da/makefile
/petsc/src/dm/impls/da/usfft/makefile
/petsc/src/dm/impls/makefile
/petsc/src/dm/impls/moab/examples/makefile
/petsc/src/dm/impls/moab/examples/tests/makefile
/petsc/src/dm/impls/moab/makefile
/petsc/src/dm/impls/network/makefile
/petsc/src/dm/impls/patch/examples/makefile
/petsc/src/dm/impls/patch/examples/tests/makefile
/petsc/src/dm/impls/patch/makefile
examples/makefile
examples/tests/makefile
examples/tutorials/makefile
f90-custom/makefile
ftn-custom/makefile
makefile
/petsc/src/dm/impls/redundant/makefile
/petsc/src/dm/impls/shell/ftn-custom/makefile
/petsc/src/dm/impls/shell/makefile
/petsc/src/dm/impls/sliced/makefile
/petsc/src/dm/interface/ftn-custom/makefile
/petsc/src/dm/interface/makefile
/petsc/src/dm/makefile
/petsc/src/docs/makefile
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/f90-mod/makefile
/petsc/src/ksp/ksp/examples/makefile
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/bcgs/fbcgs/makefile
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/makefile
/petsc/src/ksp/ksp/impls/bcgs/makefile
/petsc/src/ksp/ksp/impls/bcgsl/makefile
/petsc/src/ksp/ksp/impls/bicg/makefile
/petsc/src/ksp/ksp/impls/cg/cgne/makefile
/petsc/src/ksp/ksp/impls/cg/gltr/makefile
/petsc/src/ksp/ksp/impls/cg/groppcg/makefile
/petsc/src/ksp/ksp/impls/cg/makefile
/petsc/src/ksp/ksp/impls/cg/nash/makefile
/petsc/src/ksp/ksp/impls/cg/pipecg/makefile
/petsc/src/ksp/ksp/impls/cg/stcg/makefile
/petsc/src/ksp/ksp/impls/cgs/makefile
/petsc/src/ksp/ksp/impls/cheby/makefile
/petsc/src/ksp/ksp/impls/cr/makefile
/petsc/src/ksp/ksp/impls/cr/pipecr/makefile
/petsc/src/ksp/ksp/impls/fcg/makefile
/petsc/src/ksp/ksp/impls/gcr/makefile
/petsc/src/ksp/ksp/impls/gmres/agmres/makefile
/petsc/src/ksp/ksp/impls/gmres/dgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/lgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/makefile
/petsc/src/ksp/ksp/impls/gmres/pgmres/makefile
/petsc/src/ksp/ksp/impls/ibcgs/makefile
/petsc/src/ksp/ksp/impls/lcd/makefile
/petsc/src/ksp/ksp/impls/lsqr/makefile
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/impls/minres/makefile
/petsc/src/ksp/ksp/impls/preonly/makefile
/petsc/src/ksp/ksp/impls/python/ftn-custom/makefile
/petsc/src/ksp/ksp/impls/python/makefile
/petsc/src/ksp/ksp/impls/qcg/makefile
/petsc/src/ksp/ksp/impls/rich/makefile
/petsc/src/ksp/ksp/impls/specest/makefile
/petsc/src/ksp/ksp/impls/symmlq/makefile
/petsc/src/ksp/ksp/impls/tcqmr/makefile
/petsc/src/ksp/ksp/impls/tfqmr/makefile
/petsc/src/ksp/ksp/interface/f90-custom/makefile
/petsc/src/ksp/ksp/interface/ftn-custom/makefile
/petsc/src/ksp/ksp/interface/makefile
/petsc/src/ksp/ksp/interface/saws/makefile
/petsc/src/ksp/ksp/makefile
/petsc/src/ksp/ksp/utils/makefile
/petsc/src/ksp/makefile
/petsc/src/ksp/pc/examples/makefile
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/ainvcusp/makefile
/petsc/src/ksp/pc/impls/asm/ftn-custom/makefile
/petsc/src/ksp/pc/impls/asm/makefile
/petsc/src/ksp/pc/impls/bddc/makefile
/petsc/src/ksp/pc/impls/bicgstabcusp/makefile
/petsc/src/ksp/pc/impls/bjacobi/ftn-custom/makefile
/petsc/src/ksp/pc/impls/bjacobi/makefile
/petsc/src/ksp/pc/impls/composite/ftn-custom/makefile
/petsc/src/ksp/pc/impls/composite/makefile
/petsc/src/ksp/pc/impls/cp/makefile
/petsc/src/ksp/pc/impls/eisens/makefile
/petsc/src/ksp/pc/impls/factor/cholesky/makefile
/petsc/src/ksp/pc/impls/factor/ftn-custom/makefile
/petsc/src/ksp/pc/impls/factor/icc/makefile
/petsc/src/ksp/pc/impls/factor/ilu/makefile
/petsc/src/ksp/pc/impls/factor/lu/makefile
/petsc/src/ksp/pc/impls/factor/makefile
/petsc/src/ksp/pc/impls/fieldsplit/ftn-custom/makefile
/petsc/src/ksp/pc/impls/fieldsplit/makefile
/petsc/src/ksp/pc/impls/galerkin/makefile
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/ksp/pc/impls/gasm/makefile
/petsc/src/ksp/pc/impls/hypre/ftn-custom/makefile
/petsc/src/ksp/pc/impls/hypre/makefile
/petsc/src/ksp/pc/impls/is/makefile
/petsc/src/ksp/pc/impls/is/nn/makefile
/petsc/src/ksp/pc/impls/jacobi/makefile
/petsc/src/ksp/pc/impls/kaczmarz/makefile
/petsc/src/ksp/pc/impls/ksp/makefile
/petsc/src/ksp/pc/impls/lsc/makefile
/petsc/src/ksp/pc/impls/makefile
/petsc/src/ksp/pc/impls/mat/makefile
/petsc/src/ksp/pc/impls/mg/ftn-custom/makefile
/petsc/src/ksp/pc/impls/mg/makefile
/petsc/src/ksp/pc/impls/ml/makefile
/petsc/src/ksp/pc/impls/none/makefile
/petsc/src/ksp/pc/impls/parms/makefile
/petsc/src/ksp/pc/impls/pbjacobi/makefile
/petsc/src/ksp/pc/impls/python/ftn-custom/makefile
/petsc/src/ksp/pc/impls/python/makefile
/petsc/src/ksp/pc/impls/redistribute/makefile
/petsc/src/ksp/pc/impls/redundant/makefile
/petsc/src/ksp/pc/impls/sacusp/makefile
/petsc/src/ksp/pc/impls/shell/ftn-custom/makefile
/petsc/src/ksp/pc/impls/shell/makefile
/petsc/src/ksp/pc/impls/sor/makefile
/petsc/src/ksp/pc/impls/spai/makefile
/petsc/src/ksp/pc/impls/svd/makefile
/petsc/src/ksp/pc/impls/tfs/makefile
/petsc/src/ksp/pc/impls/wb/makefile
/petsc/src/ksp/pc/interface/ftn-custom/makefile
/petsc/src/ksp/pc/interface/makefile
/petsc/src/ksp/pc/makefile
/petsc/src/makefile
/petsc/src/mat/coarsen/impls/hem/makefile
/petsc/src/mat/coarsen/impls/makefile
/petsc/src/mat/coarsen/impls/mis/makefile
/petsc/src/mat/coarsen/makefile
/petsc/src/mat/color/impls/greedy/makefile
/petsc/src/mat/color/impls/jp/makefile
/petsc/src/mat/color/impls/makefile
/petsc/src/mat/color/impls/minpack/makefile
/petsc/src/mat/color/impls/natural/makefile
/petsc/src/mat/color/impls/power/makefile
/petsc/src/mat/color/interface/ftn-custom/makefile
/petsc/src/mat/color/interface/makefile
/petsc/src/mat/color/makefile
/petsc/src/mat/color/utils/makefile
/petsc/src/mat/examples/makefile
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/f90-mod/makefile
/petsc/src/mat/ftn-custom/makefile
/petsc/src/mat/ftn-kernels/makefile
/petsc/src/mat/impls/adj/makefile
/petsc/src/mat/impls/adj/mpi/ftn-custom/makefile
/petsc/src/mat/impls/adj/mpi/makefile
/petsc/src/mat/impls/aij/makefile
/petsc/src/mat/impls/aij/mpi/clique/makefile
/petsc/src/mat/impls/aij/mpi/crl/makefile
/petsc/src/mat/impls/aij/mpi/csrperm/makefile
/petsc/src/mat/impls/aij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/makefile
/petsc/src/mat/impls/aij/mpi/mpicusp/makefile
/petsc/src/mat/impls/aij/mpi/mpicusparse/makefile
/petsc/src/mat/impls/aij/mpi/mpiviennacl/ftn-custom/makefile
/petsc/src/mat/impls/aij/mpi/mpiviennacl/makefile
/petsc/src/mat/impls/aij/mpi/mumps/makefile
/petsc/src/mat/impls/aij/mpi/pastix/makefile
/petsc/src/mat/impls/aij/mpi/superlu_dist/makefile
/petsc/src/mat/impls/aij/seq/bas/makefile
/petsc/src/mat/impls/aij/seq/cholmod/makefile
/petsc/src/mat/impls/aij/seq/crl/ftn-kernels/makefile
/petsc/src/mat/impls/aij/seq/crl/makefile
/petsc/src/mat/impls/aij/seq/csrperm/makefile
/petsc/src/mat/impls/aij/seq/essl/makefile
/petsc/src/mat/impls/aij/seq/ftn-custom/makefile
/petsc/src/mat/impls/aij/seq/ftn-kernels/makefile
/petsc/src/mat/impls/aij/seq/klu/makefile
/petsc/src/mat/impls/aij/seq/lusol/makefile
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matlab/makefile
/petsc/src/mat/impls/aij/seq/mkl_pardiso/makefile
/petsc/src/mat/impls/aij/seq/seqcusp/makefile
/petsc/src/mat/impls/aij/seq/seqcusparse/makefile
/petsc/src/mat/impls/aij/seq/seqviennacl/ftn-custom/makefile
/petsc/src/mat/impls/aij/seq/seqviennacl/makefile
/petsc/src/mat/impls/aij/seq/superlu/makefile
/petsc/src/mat/impls/aij/seq/umfpack/makefile
/petsc/src/mat/impls/baij/makefile
/petsc/src/mat/impls/baij/mpi/bstream/makefile
/petsc/src/mat/impls/baij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/mat/impls/baij/seq/bstream/makefile
/petsc/src/mat/impls/baij/seq/ftn-custom/makefile
/petsc/src/mat/impls/baij/seq/ftn-kernels/makefile
/petsc/src/mat/impls/baij/seq/makefile
/petsc/src/mat/impls/blockmat/makefile
/petsc/src/mat/impls/blockmat/seq/makefile
/petsc/src/mat/impls/composite/makefile
/petsc/src/mat/impls/cufft/makefile
/petsc/src/mat/impls/dense/makefile
/petsc/src/mat/impls/dense/mpi/ftn-custom/makefile
/petsc/src/mat/impls/dense/mpi/makefile
/petsc/src/mat/impls/dense/seq/ftn-custom/makefile
/petsc/src/mat/impls/dense/seq/makefile
/petsc/src/mat/impls/elemental/makefile
/petsc/src/mat/impls/fft/fftw/ftn-custom/makefile
/petsc/src/mat/impls/fft/fftw/makefile
/petsc/src/mat/impls/fft/ftn-custom/makefile
/petsc/src/mat/impls/fft/makefile
/petsc/src/mat/impls/is/makefile
/petsc/src/mat/impls/localref/makefile
/petsc/src/mat/impls/lrc/makefile
/petsc/src/mat/impls/maij/makefile
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/mffd/ftn-custom/makefile
/petsc/src/mat/impls/mffd/makefile
/petsc/src/mat/impls/nest/ftn-custom/makefile
/petsc/src/mat/impls/nest/makefile
/petsc/src/mat/impls/normal/makefile
/petsc/src/mat/impls/python/ftn-custom/makefile
/petsc/src/mat/impls/python/makefile
/petsc/src/mat/impls/sbaij/makefile
/petsc/src/mat/impls/sbaij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/mpi/sbstream/makefile
/petsc/src/mat/impls/sbaij/seq/cholmod/makefile
/petsc/src/mat/impls/sbaij/seq/ftn-custom/makefile
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/sbaij/seq/sbstream/makefile
/petsc/src/mat/impls/scatter/makefile
/petsc/src/mat/impls/shell/ftn-custom/makefile
/petsc/src/mat/impls/shell/makefile
/petsc/src/mat/impls/submat/makefile
/petsc/src/mat/impls/transpose/makefile
/petsc/src/mat/interface/f90-custom/makefile
/petsc/src/mat/interface/ftn-custom/makefile
/petsc/src/mat/interface/makefile
/petsc/src/mat/makefile
/petsc/src/mat/matfd/ftn-custom/makefile
/petsc/src/mat/matfd/makefile
/petsc/src/mat/order/amd/makefile
/petsc/src/mat/order/ftn-custom/makefile
/petsc/src/mat/order/makefile
/petsc/src/mat/partition/ftn-custom/makefile
/petsc/src/mat/partition/impls/chaco/makefile
/petsc/src/mat/partition/impls/makefile
/petsc/src/mat/partition/impls/party/ftn-custom/makefile
/petsc/src/mat/partition/impls/party/makefile
/petsc/src/mat/partition/impls/pmetis/makefile
/petsc/src/mat/partition/impls/scotch/makefile
/petsc/src/mat/partition/makefile
/petsc/src/mat/utils/makefile
/petsc/src/snes/examples/makefile
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/cahn-hilliard-schemes/makefile
/petsc/src/snes/examples/tutorials/ex10d/makefile
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/network/makefile
/petsc/src/snes/examples/tutorials/network/pflow/makefile
/petsc/src/snes/f90-mod/makefile
/petsc/src/snes/impls/composite/makefile
/petsc/src/snes/impls/fas/makefile
/petsc/src/snes/impls/gs/makefile
/petsc/src/snes/impls/ksponly/makefile
/petsc/src/snes/impls/ls/makefile
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/ms/makefile
/petsc/src/snes/impls/multiblock/makefile
/petsc/src/snes/impls/nasm/makefile
/petsc/src/snes/impls/ncg/makefile
/petsc/src/snes/impls/ngmres/makefile
/petsc/src/snes/impls/python/ftn-custom/makefile
/petsc/src/snes/impls/python/makefile
/petsc/src/snes/impls/qn/makefile
/petsc/src/snes/impls/richardson/makefile
/petsc/src/snes/impls/shell/ftn-custom/makefile
/petsc/src/snes/impls/shell/makefile
/petsc/src/snes/impls/test/makefile
/petsc/src/snes/impls/tr/makefile
/petsc/src/snes/impls/vi/makefile
/petsc/src/snes/impls/vi/rs/makefile
/petsc/src/snes/impls/vi/ss/makefile
/petsc/src/snes/interface/f90-custom/makefile
/petsc/src/snes/interface/ftn-custom/makefile
/petsc/src/snes/interface/makefile
/petsc/src/snes/interface/noise/makefile
/petsc/src/snes/interface/saws/makefile
/petsc/src/snes/linesearch/impls/basic/makefile
/petsc/src/snes/linesearch/impls/bt/makefile
/petsc/src/snes/linesearch/impls/cp/makefile
/petsc/src/snes/linesearch/impls/l2/makefile
/petsc/src/snes/linesearch/impls/makefile
/petsc/src/snes/linesearch/impls/shell/ftn-custom/makefile
/petsc/src/snes/linesearch/impls/shell/makefile
/petsc/src/snes/linesearch/interface/ftn-custom/makefile
/petsc/src/snes/linesearch/interface/makefile
/petsc/src/snes/linesearch/makefile
/petsc/src/snes/makefile
/petsc/src/snes/mf/makefile
/petsc/src/snes/utils/f90-custom/makefile
/petsc/src/snes/utils/ftn-custom/makefile
/petsc/src/snes/utils/makefile
/petsc/src/sys/ams/java/makefile
/petsc/src/sys/ams/makefile
/petsc/src/sys/classes/bag/f2003-src/fsrc/makefile
/petsc/src/sys/classes/bag/f2003-src/makefile
/petsc/src/sys/classes/bag/f90-custom/makefile
/petsc/src/sys/classes/bag/ftn-custom/makefile
/petsc/src/sys/classes/bag/makefile
/petsc/src/sys/classes/draw/examples/makefile
/petsc/src/sys/classes/draw/examples/tests/makefile
/petsc/src/sys/classes/draw/examples/tutorials/makefile
/petsc/src/sys/classes/draw/impls/makefile
/petsc/src/sys/classes/draw/impls/opengl/makefile
/petsc/src/sys/classes/draw/impls/tikz/makefile
/petsc/src/sys/classes/draw/impls/win32/makefile
/petsc/src/sys/classes/draw/impls/x/ftn-custom/makefile
/petsc/src/sys/classes/draw/impls/x/makefile
/petsc/src/sys/classes/draw/interface/ftn-custom/makefile
/petsc/src/sys/classes/draw/interface/makefile
/petsc/src/sys/classes/draw/makefile
/petsc/src/sys/classes/draw/utils/ftn-custom/makefile
/petsc/src/sys/classes/draw/utils/makefile
/petsc/src/sys/classes/makefile
/petsc/src/sys/classes/matlabengine/ftn-custom/makefile
/petsc/src/sys/classes/matlabengine/makefile
/petsc/src/sys/classes/random/examples/makefile
/petsc/src/sys/classes/random/examples/tutorials/makefile
/petsc/src/sys/classes/random/impls/makefile
/petsc/src/sys/classes/random/impls/rand/makefile
/petsc/src/sys/classes/random/impls/rand48/makefile
/petsc/src/sys/classes/random/impls/sprng/makefile
/petsc/src/sys/classes/random/interface/ftn-custom/makefile
/petsc/src/sys/classes/random/interface/makefile
/petsc/src/sys/classes/random/makefile
/petsc/src/sys/classes/viewer/examples/makefile
/petsc/src/sys/classes/viewer/examples/tests/makefile
/petsc/src/sys/classes/viewer/examples/tutorials/makefile
/petsc/src/sys/classes/viewer/impls/ams/makefile
/petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/ascii/makefile
/petsc/src/sys/classes/viewer/impls/binary/f90-custom/makefile
/petsc/src/sys/classes/viewer/impls/binary/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/binary/makefile
/petsc/src/sys/classes/viewer/impls/draw/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/draw/makefile
/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/hdf5/makefile
/petsc/src/sys/classes/viewer/impls/makefile
/petsc/src/sys/classes/viewer/impls/mathematica/makefile
/petsc/src/sys/classes/viewer/impls/matlab/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/matlab/makefile
/petsc/src/sys/classes/viewer/impls/socket/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/socket/makefile
/petsc/src/sys/classes/viewer/impls/socket/matlab/makefile
/petsc/src/sys/classes/viewer/impls/string/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/string/makefile
/petsc/src/sys/classes/viewer/impls/vtk/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/vtk/makefile
/petsc/src/sys/classes/viewer/impls/vu/makefile
/petsc/src/sys/classes/viewer/interface/ftn-custom/makefile
/petsc/src/sys/classes/viewer/interface/makefile
/petsc/src/sys/classes/viewer/makefile
/petsc/src/sys/dll/makefile
/petsc/src/sys/error/examples/makefile
/petsc/src/sys/error/examples/tests/makefile
/petsc/src/sys/error/ftn-custom/makefile
/petsc/src/sys/error/makefile
/petsc/src/sys/examples/makefile
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/f90-mod/makefile
/petsc/src/sys/f90-src/fsrc/makefile
/petsc/src/sys/f90-src/makefile
/petsc/src/sys/fileio/ftn-custom/makefile
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fsrc/makefile
/petsc/src/sys/ftn-custom/makefile
/petsc/src/sys/info/ftn-custom/makefile
/petsc/src/sys/info/makefile
/petsc/src/sys/logging/ftn-custom/makefile
/petsc/src/sys/logging/makefile
/petsc/src/sys/logging/utils/makefile
/petsc/src/sys/makefile
/petsc/src/sys/memory/ftn-custom/makefile
/petsc/src/sys/memory/makefile
/petsc/src/sys/mpiuni/f90-mod/makefile
/petsc/src/sys/mpiuni/f90-mod/mpiunimod.F
/petsc/src/sys/mpiuni/makefile
/petsc/src/sys/objects/f2003-src/fsrc/makefile
/petsc/src/sys/objects/f2003-src/makefile
/petsc/src/sys/objects/ftn-custom/makefile
/petsc/src/sys/objects/makefile
/petsc/src/sys/python/ftn-custom/makefile
/petsc/src/sys/python/makefile
/petsc/src/sys/threadcomm/examples/makefile
/petsc/src/sys/threadcomm/examples/tutorials/makefile
/petsc/src/sys/threadcomm/impls/makefile
/petsc/src/sys/threadcomm/impls/nothread/makefile
/petsc/src/sys/threadcomm/impls/openmp/makefile
/petsc/src/sys/threadcomm/impls/pthread/makefile
/petsc/src/sys/threadcomm/interface/makefile
/petsc/src/sys/threadcomm/makefile
/petsc/src/sys/time/ftn-custom/makefile
/petsc/src/sys/time/makefile
/petsc/src/sys/totalview/makefile
/petsc/src/sys/utils/ftn-custom/makefile
/petsc/src/sys/utils/ftn-kernels/makefile
/petsc/src/sys/utils/makefile
/petsc/src/sys/webclient/examples/makefile
/petsc/src/sys/webclient/examples/tutorials/makefile
/petsc/src/sys/webclient/makefile
/petsc/src/sys/yaml/ftn-custom/makefile
/petsc/src/sys/yaml/makefile
/petsc/src/tao/bound/examples/makefile
/petsc/src/tao/bound/examples/tutorials/makefile
/petsc/src/tao/bound/impls/blmvm/makefile
/petsc/src/tao/bound/impls/bqpip/makefile
/petsc/src/tao/bound/impls/gpcg/makefile
/petsc/src/tao/bound/impls/makefile
/petsc/src/tao/bound/impls/tron/makefile
/petsc/src/tao/bound/makefile
/petsc/src/tao/bound/utils/makefile
/petsc/src/tao/complementarity/examples/makefile
/petsc/src/tao/complementarity/examples/tutorials/makefile
/petsc/src/tao/complementarity/impls/asls/makefile
/petsc/src/tao/complementarity/impls/makefile
/petsc/src/tao/complementarity/impls/ssls/makefile
/petsc/src/tao/complementarity/makefile
/petsc/src/tao/constrained/examples/makefile
/petsc/src/tao/constrained/examples/tutorials/makefile
/petsc/src/tao/constrained/impls/ipm/makefile
/petsc/src/tao/constrained/impls/makefile
/petsc/src/tao/constrained/makefile
/petsc/src/tao/interface/ftn-custom/makefile
/petsc/src/tao/interface/makefile
/petsc/src/tao/leastsquares/examples/makefile
/petsc/src/tao/leastsquares/examples/tutorials/makefile
/petsc/src/tao/leastsquares/impls/makefile
/petsc/src/tao/leastsquares/impls/pounders/makefile
/petsc/src/tao/leastsquares/makefile
/petsc/src/tao/linesearch/impls/armijo/makefile
/petsc/src/tao/linesearch/impls/gpcglinesearch/makefile
/petsc/src/tao/linesearch/impls/makefile
/petsc/src/tao/linesearch/impls/morethuente/makefile
/petsc/src/tao/linesearch/impls/owarmijo/makefile
/petsc/src/tao/linesearch/impls/unit/makefile
/petsc/src/tao/linesearch/interface/ftn-custom/makefile
/petsc/src/tao/linesearch/interface/makefile
/petsc/src/tao/linesearch/makefile
/petsc/src/tao/makefile
/petsc/src/tao/matrix/makefile
/petsc/src/tao/pde_constrained/examples/makefile
/petsc/src/tao/pde_constrained/examples/tutorials/makefile
/petsc/src/tao/pde_constrained/impls/lcl/makefile
/petsc/src/tao/pde_constrained/impls/makefile
/petsc/src/tao/pde_constrained/makefile
/petsc/src/tao/unconstrained/examples/makefile
/petsc/src/tao/unconstrained/examples/tests/makefile
/petsc/src/tao/unconstrained/examples/tutorials/makefile
/petsc/src/tao/unconstrained/impls/bmrm/makefile
/petsc/src/tao/unconstrained/impls/cg/makefile
/petsc/src/tao/unconstrained/impls/lmvm/makefile
/petsc/src/tao/unconstrained/impls/makefile
/petsc/src/tao/unconstrained/impls/neldermead/makefile
/petsc/src/tao/unconstrained/impls/nls/makefile
/petsc/src/tao/unconstrained/impls/ntl/makefile
/petsc/src/tao/unconstrained/impls/ntr/makefile
/petsc/src/tao/unconstrained/impls/owlqn/makefile
/petsc/src/tao/unconstrained/makefile
/petsc/src/tao/util/makefile
/petsc/src/ts/adapt/impls/basic/makefile
/petsc/src/ts/adapt/impls/cfl/makefile
/petsc/src/ts/adapt/impls/makefile
/petsc/src/ts/adapt/impls/none/makefile
/petsc/src/ts/adapt/interface/makefile
/petsc/src/ts/adapt/makefile
/petsc/src/ts/characteristic/examples/makefile
/petsc/src/ts/characteristic/examples/tutorials/makefile
/petsc/src/ts/characteristic/impls/da/makefile
/petsc/src/ts/characteristic/impls/makefile
/petsc/src/ts/characteristic/interface/makefile
/petsc/src/ts/characteristic/makefile
/petsc/src/ts/event/makefile
/petsc/src/ts/examples/makefile
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/eimex/makefile
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/phasefield/makefile
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/makefile
/petsc/src/ts/f90-mod/makefile
/petsc/src/ts/impls/arkimex/ftn-custom/makefile
/petsc/src/ts/impls/arkimex/makefile
/petsc/src/ts/impls/eimex/makefile
/petsc/src/ts/impls/explicit/euler/makefile
/petsc/src/ts/impls/explicit/makefile
/petsc/src/ts/impls/explicit/rk/makefile
/petsc/src/ts/impls/explicit/ssp/ftn-custom/makefile
/petsc/src/ts/impls/explicit/ssp/makefile
/petsc/src/ts/impls/implicit/alpha/makefile
/petsc/src/ts/impls/implicit/gl/makefile
/petsc/src/ts/impls/implicit/makefile
/petsc/src/ts/impls/implicit/sundials/ftn-custom/makefile
/petsc/src/ts/impls/implicit/sundials/makefile
/petsc/src/ts/impls/implicit/theta/makefile
/petsc/src/ts/impls/makefile
/petsc/src/ts/impls/pseudo/makefile
/petsc/src/ts/impls/python/ftn-custom/makefile
/petsc/src/ts/impls/python/makefile
/petsc/src/ts/impls/rosw/ftn-custom/makefile
/petsc/src/ts/impls/rosw/makefile
/petsc/src/ts/interface/ftn-custom/makefile
/petsc/src/ts/interface/makefile
/petsc/src/ts/makefile
/petsc/src/ts/utils/makefile
/petsc/src/vec/f90-mod/makefile
/petsc/src/vec/is/ao/examples/makefile
/petsc/src/vec/is/ao/examples/tests/ex3d/makefile
/petsc/src/vec/is/ao/examples/tests/makefile
/petsc/src/vec/is/ao/impls/basic/ftn-custom/makefile
/petsc/src/vec/is/ao/impls/basic/makefile
/petsc/src/vec/is/ao/impls/makefile
/petsc/src/vec/is/ao/impls/mapping/ftn-custom/makefile
/petsc/src/vec/is/ao/impls/mapping/makefile
/petsc/src/vec/is/ao/impls/memscalable/makefile
/petsc/src/vec/is/ao/interface/ftn-custom/makefile
/petsc/src/vec/is/ao/interface/makefile
/petsc/src/vec/is/ao/makefile
/petsc/src/vec/is/examples/makefile
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/is/is/examples/makefile
/petsc/src/vec/is/is/examples/tests/makefile
/petsc/src/vec/is/is/examples/tutorials/makefile
/petsc/src/vec/is/is/impls/block/ftn-custom/makefile
/petsc/src/vec/is/is/impls/block/makefile
/petsc/src/vec/is/is/impls/f90-custom/makefile
/petsc/src/vec/is/is/impls/general/makefile
/petsc/src/vec/is/is/impls/makefile
/petsc/src/vec/is/is/impls/stride/makefile
/petsc/src/vec/is/is/interface/f90-custom/makefile
/petsc/src/vec/is/is/interface/ftn-custom/makefile
/petsc/src/vec/is/is/interface/makefile
/petsc/src/vec/is/is/makefile
/petsc/src/vec/is/is/utils/f90-custom/makefile
/petsc/src/vec/is/is/utils/ftn-custom/makefile
/petsc/src/vec/is/is/utils/makefile
/petsc/src/vec/is/makefile
/petsc/src/vec/is/sf/examples/makefile
/petsc/src/vec/is/sf/examples/tutorials/makefile
/petsc/src/vec/is/sf/impls/basic/makefile
/petsc/src/vec/is/sf/impls/makefile
/petsc/src/vec/is/sf/impls/window/makefile
/petsc/src/vec/is/sf/interface/makefile
/petsc/src/vec/is/sf/makefile
/petsc/src/vec/is/utils/f90-custom/makefile
/petsc/src/vec/is/utils/ftn-custom/makefile
/petsc/src/vec/is/utils/makefile
/petsc/src/vec/makefile
/petsc/src/vec/pf/examples/makefile
/petsc/src/vec/pf/examples/tutorials/makefile
/petsc/src/vec/pf/impls/constant/makefile
/petsc/src/vec/pf/impls/makefile
/petsc/src/vec/pf/impls/matlab/makefile
/petsc/src/vec/pf/impls/string/makefile
/petsc/src/vec/pf/interface/makefile
/petsc/src/vec/pf/makefile
/petsc/src/vec/vec/examples/makefile
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/impls/hypre/makefile
/petsc/src/vec/vec/impls/makefile
/petsc/src/vec/vec/impls/mpi/ftn-custom/makefile
/petsc/src/vec/vec/impls/mpi/makefile
/petsc/src/vec/vec/impls/mpi/mpicusp/makefile
/petsc/src/vec/vec/impls/mpi/mpiviennacl/makefile
/petsc/src/vec/vec/impls/nest/ftn-custom/makefile
/petsc/src/vec/vec/impls/nest/makefile
/petsc/src/vec/vec/impls/seq/ftn-custom/makefile
/petsc/src/vec/vec/impls/seq/ftn-kernels/makefile
/petsc/src/vec/vec/impls/seq/makefile
/petsc/src/vec/vec/impls/seq/seqcusp/makefile
/petsc/src/vec/vec/impls/seq/seqviennacl/makefile
/petsc/src/vec/vec/impls/shared/makefile
/petsc/src/vec/vec/interface/f90-custom/makefile
/petsc/src/vec/vec/interface/ftn-custom/makefile
/petsc/src/vec/vec/interface/makefile
/petsc/src/vec/vec/makefile
/petsc/src/vec/vec/utils/f90-custom/makefile
/petsc/src/vec/vec/utils/ftn-custom/makefile
/petsc/src/vec/vec/utils/makefile
/petsc/src/vec/vec/utils/matlab/makefile
/petsc/src/vec/vec/utils/veccusp/makefile
/petsc/tutorials/makefile
/petsc/tutorials/python/makefile
8fb4249331-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

mv include/finclude to include/petsc-finclude for namespacing in installs


/petsc/bin/maint/generatefortranstubs.py
/petsc/bin/portabilitycheck.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/PETSc/Configure.py
/petsc/config/builder.py
/petsc/include/makefile
/petsc/include/petsc-finclude/ftn-custom/makefile
/petsc/include/petsc-finclude/ftn-custom/petscdm.h90
/petsc/include/petsc-finclude/ftn-custom/petscdmcomposite.h90
/petsc/include/petsc-finclude/ftn-custom/petscdmda.h90
/petsc/include/petsc-finclude/ftn-custom/petscdmdef.h90
/petsc/include/petsc-finclude/ftn-custom/petscdmhide.h90
/petsc/include/petsc-finclude/ftn-custom/petscdmplex.h90
/petsc/include/petsc-finclude/ftn-custom/petscdmplexdef.h90
/petsc/include/petsc-finclude/ftn-custom/petscdmredundant.h90
/petsc/include/petsc-finclude/ftn-custom/petscdmshell.h90
/petsc/include/petsc-finclude/ftn-custom/petscdt.h90
/petsc/include/petsc-finclude/ftn-custom/petscdtdef.h90
/petsc/include/petsc-finclude/ftn-custom/petscdthide.h90
/petsc/include/petsc-finclude/ftn-custom/petscis.h90
/petsc/include/petsc-finclude/ftn-custom/petscisdef.h90
/petsc/include/petsc-finclude/ftn-custom/petscishide.h90
/petsc/include/petsc-finclude/ftn-custom/petscksp.h90
/petsc/include/petsc-finclude/ftn-custom/petsckspdef.h90
/petsc/include/petsc-finclude/ftn-custom/petscksphide.h90
/petsc/include/petsc-finclude/ftn-custom/petscmat.h90
/petsc/include/petsc-finclude/ftn-custom/petscmatdef.h90
/petsc/include/petsc-finclude/ftn-custom/petscmathide.h90
/petsc/include/petsc-finclude/ftn-custom/petscpc.h90
/petsc/include/petsc-finclude/ftn-custom/petscpcdef.h90
/petsc/include/petsc-finclude/ftn-custom/petscpchide.h90
/petsc/include/petsc-finclude/ftn-custom/petscsnes.h90
/petsc/include/petsc-finclude/ftn-custom/petscsnesdef.h90
/petsc/include/petsc-finclude/ftn-custom/petscsneshide.h90
/petsc/include/petsc-finclude/ftn-custom/petscts.h90
/petsc/include/petsc-finclude/ftn-custom/petsctsdef.h90
/petsc/include/petsc-finclude/ftn-custom/petsctshide.h90
/petsc/include/petsc-finclude/ftn-custom/petscvec.h90
/petsc/include/petsc-finclude/ftn-custom/petscvecdef.h90
/petsc/include/petsc-finclude/ftn-custom/petscvechide.h90
/petsc/include/petsc-finclude/ftn-custom/petscviewer.h90
/petsc/include/petsc-finclude/ftn-custom/petscviewerdef.h90
/petsc/include/petsc-finclude/ftn-custom/petscviewerhide.h90
/petsc/include/petsc-finclude/makefile
/petsc/include/petsc-finclude/petsc.h
/petsc/include/petsc-finclude/petsc.h90
/petsc/include/petsc-finclude/petscao.h
/petsc/include/petsc-finclude/petscaodef.h
/petsc/include/petsc-finclude/petscbag.h
/petsc/include/petsc-finclude/petscbagdef.h
/petsc/include/petsc-finclude/petscdef.h
/petsc/include/petsc-finclude/petscdm.h
/petsc/include/petsc-finclude/petscdm.h90
/petsc/include/petsc-finclude/petscdmcomposite.h90
/petsc/include/petsc-finclude/petscdmda.h
/petsc/include/petsc-finclude/petscdmda.h90
/petsc/include/petsc-finclude/petscdmdadef.h
/petsc/include/petsc-finclude/petscdmdef.h
/petsc/include/petsc-finclude/petscdmplex.h
/petsc/include/petsc-finclude/petscdmplex.h90
/petsc/include/petsc-finclude/petscdmplexdef.h
/petsc/include/petsc-finclude/petscdmredundant.h90
/petsc/include/petsc-finclude/petscdmshell.h90
/petsc/include/petsc-finclude/petscdraw.h
/petsc/include/petsc-finclude/petscdrawdef.h
/petsc/include/petsc-finclude/petscdt.h90
/petsc/include/petsc-finclude/petscerror.h
/petsc/include/petsc-finclude/petscerrordef.h
/petsc/include/petsc-finclude/petscis.h
/petsc/include/petsc-finclude/petscis.h90
/petsc/include/petsc-finclude/petscisdef.h
/petsc/include/petsc-finclude/petscksp.h
/petsc/include/petsc-finclude/petscksp.h90
/petsc/include/petsc-finclude/petsckspdef.h
/petsc/include/petsc-finclude/petsclog.h
/petsc/include/petsc-finclude/petsclogdef.h
/petsc/include/petsc-finclude/petscmat.h
/petsc/include/petsc-finclude/petscmat.h90
/petsc/include/petsc-finclude/petscmatdef.h
/petsc/include/petsc-finclude/petscmatfactorinfosize.h
/petsc/include/petsc-finclude/petscmatinfosize.h
/petsc/include/petsc-finclude/petscpc.h
/petsc/include/petsc-finclude/petscpc.h90
/petsc/include/petsc-finclude/petscpcdef.h
/petsc/include/petsc-finclude/petscsnes.h
/petsc/include/petsc-finclude/petscsnes.h90
/petsc/include/petsc-finclude/petscsnesdef.h
/petsc/include/petsc-finclude/petscsnesfas.h
/petsc/include/petsc-finclude/petscsnesfasdef.h
/petsc/include/petsc-finclude/petscsys.h
/petsc/include/petsc-finclude/petscsysdef.h
/petsc/include/petsc-finclude/petsctao.h
/petsc/include/petsc-finclude/petsctaodef.h
/petsc/include/petsc-finclude/petscts.h
/petsc/include/petsc-finclude/petscts.h90
/petsc/include/petsc-finclude/petsctsdef.h
/petsc/include/petsc-finclude/petscvec.h
/petsc/include/petsc-finclude/petscvec.h90
/petsc/include/petsc-finclude/petscvecdef.h
/petsc/include/petsc-finclude/petscviewer.h
/petsc/include/petsc-finclude/petscviewer.h90
/petsc/include/petsc-finclude/petscviewerdef.h
/petsc/include/petsc-private/fortranimpl.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/include/petscts.h
/petsc/include/petscviewer.h
/petsc/makefile
/petsc/setup.py
/petsc/src/contrib/fun3d/comp/user.F
/petsc/src/contrib/fun3d/comp/userJac.F
/petsc/src/contrib/fun3d/incomp/user.F
/petsc/src/contrib/fun3d/incomp/userJac.F
/petsc/src/dm/examples/tutorials/ex11f90.F
/petsc/src/dm/f90-mod/makefile
/petsc/src/dm/f90-mod/petscdmmod.F
/petsc/src/dm/impls/da/dagetarray.c
examples/tests/ex1f90.F
examples/tests/ex2f90.F
examples/tutorials/ex1f90.F
examples/tutorials/ex3f90.F
examples/tutorials/ex4f90.F
/petsc/src/docs/tex/manual/part1.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/ksp/f90-mod/makefile
/petsc/src/ksp/f90-mod/petsckspmod.F
/petsc/src/ksp/ksp/examples/tests/ex12f.F
/petsc/src/ksp/ksp/examples/tests/ex16f.F
/petsc/src/ksp/ksp/examples/tests/ex5f.F
/petsc/src/ksp/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F
/petsc/src/ksp/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/ksp/examples/tutorials/ex1f.F
/petsc/src/ksp/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/ksp/examples/tutorials/ex22f.F
/petsc/src/ksp/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/ksp/examples/tutorials/ex44f.F90
/petsc/src/ksp/ksp/examples/tutorials/ex45f.F
/petsc/src/ksp/ksp/examples/tutorials/ex52f.F
/petsc/src/ksp/ksp/examples/tutorials/ex54f.F
/petsc/src/ksp/ksp/examples/tutorials/ex57f.F
/petsc/src/ksp/ksp/examples/tutorials/ex6f.F
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/examples/tests/ex8f.F
/petsc/src/mat/examples/tests/ex105f.F
/petsc/src/mat/examples/tests/ex120f.F
/petsc/src/mat/examples/tests/ex126f.F
/petsc/src/mat/examples/tests/ex16f90.F
/petsc/src/mat/examples/tests/ex171f.F
/petsc/src/mat/examples/tests/ex36f.F
/petsc/src/mat/examples/tests/ex58f.F
/petsc/src/mat/examples/tests/ex63f.F
/petsc/src/mat/examples/tests/ex67f.F
/petsc/src/mat/examples/tests/ex79f.F
/petsc/src/mat/examples/tests/ex85f.F
/petsc/src/mat/f90-mod/makefile
/petsc/src/mat/f90-mod/petscmatmod.F
/petsc/src/mat/ftn-kernels/sgemv.F
/petsc/src/mat/impls/aij/seq/crl/ftn-kernels/fmultcrl.F
/petsc/src/mat/impls/aij/seq/ftn-kernels/fmult.F
/petsc/src/mat/impls/aij/seq/ftn-kernels/fmultadd.F
/petsc/src/mat/impls/aij/seq/ftn-kernels/frelax.F
/petsc/src/mat/impls/aij/seq/ftn-kernels/fsolve.F
/petsc/src/mat/impls/baij/seq/ftn-kernels/fsolvebaij.F
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tests/ex12f.F
/petsc/src/snes/examples/tests/ex14f.F
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex40f90.F90
/petsc/src/snes/examples/tutorials/ex5f.h
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/ex5f90t.F
/petsc/src/snes/examples/tutorials/ex5fs.F
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex73f90t.F90
/petsc/src/snes/examples/tutorials/ex74f.F90
/petsc/src/snes/f90-mod/makefile
/petsc/src/snes/f90-mod/petscsnesmod.F
/petsc/src/snes/impls/vi/vi.c
/petsc/src/sys/classes/bag/f2003-src/fsrc/bagenum.F
/petsc/src/sys/classes/draw/examples/tests/ex4f.F
/petsc/src/sys/classes/draw/examples/tests/ex5f.F
/petsc/src/sys/classes/viewer/examples/tutorials/ex1f90.F90
/petsc/src/sys/examples/tests/ex17f.F
/petsc/src/sys/examples/tests/ex1f.F
/petsc/src/sys/examples/tests/ex5f.F
/petsc/src/sys/examples/tests/ex6f.F
/petsc/src/sys/examples/tutorials/ex10f90.F90
/petsc/src/sys/examples/tutorials/ex3f.F
/petsc/src/sys/examples/tutorials/ex4f.F
/petsc/src/sys/examples/tutorials/ex5f90.F90
/petsc/src/sys/examples/tutorials/ex8f90.F90
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/f90-mod/makefile
/petsc/src/sys/f90-mod/petscsysmod.F
/petsc/src/sys/f90-src/fsrc/f90_fwrap.F
/petsc/src/sys/fsrc/somefort.F
/petsc/src/sys/mpiuni/f90-mod/makefile
/petsc/src/sys/objects/f2003-src/fsrc/optionenum.F
/petsc/src/sys/utils/ftn-kernels/fcopy.F
/petsc/src/tao/bound/examples/tutorials/plate2f.h
/petsc/src/tao/constrained/examples/tutorials/toyf.h
/petsc/src/tao/examples/tutorials/ex1.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1.h
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1f.h
/petsc/src/tao/leastsquares/examples/tutorials/chwirut2f.h
/petsc/src/tao/pde_constrained/examples/tutorials/elliptic.c
/petsc/src/tao/pde_constrained/examples/tutorials/hyperbolic.c
/petsc/src/tao/pde_constrained/examples/tutorials/output/elliptic_1.out
/petsc/src/tao/pde_constrained/examples/tutorials/output/elliptic_2.out
/petsc/src/tao/pde_constrained/examples/tutorials/output/parabolic_1.out
/petsc/src/tao/pde_constrained/examples/tutorials/parabolic.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion2f.h
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1f.h
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/ex22f.F
/petsc/src/ts/examples/tutorials/ex22f_mf.F90
/petsc/src/ts/examples/tutorials/ex2f.F
/petsc/src/ts/examples/tutorials/ex2f.h
/petsc/src/ts/f90-mod/makefile
/petsc/src/ts/f90-mod/petsctsmod.F
/petsc/src/vec/f90-mod/makefile
/petsc/src/vec/f90-mod/petscvecmod.F
/petsc/src/vec/is/ao/examples/tests/ex4f.F
/petsc/src/vec/is/is/examples/tests/ex1f.F
/petsc/src/vec/is/is/examples/tests/ex2f.F
/petsc/src/vec/is/is/examples/tutorials/ex1f.F
/petsc/src/vec/is/is/examples/tutorials/ex1f90.F
/petsc/src/vec/is/is/examples/tutorials/ex2f.F
/petsc/src/vec/is/is/examples/tutorials/ex3f90.F
/petsc/src/vec/vec/examples/tests/ex17f.F
/petsc/src/vec/vec/examples/tests/ex19f.F
/petsc/src/vec/vec/examples/tests/ex20f.F
/petsc/src/vec/vec/examples/tests/ex30f.F
/petsc/src/vec/vec/examples/tests/ex32f.F
/petsc/src/vec/vec/examples/tests/ex40f90.F
/petsc/src/vec/vec/examples/tutorials/ex11f.F
/petsc/src/vec/vec/examples/tutorials/ex14f.F
/petsc/src/vec/vec/examples/tutorials/ex1f.F
/petsc/src/vec/vec/examples/tutorials/ex1f90.F
/petsc/src/vec/vec/examples/tutorials/ex20f90.F90
/petsc/src/vec/vec/examples/tutorials/ex21f90.F
/petsc/src/vec/vec/examples/tutorials/ex2f.F
/petsc/src/vec/vec/examples/tutorials/ex3f.F
/petsc/src/vec/vec/examples/tutorials/ex4f.F
/petsc/src/vec/vec/examples/tutorials/ex4f90.F
/petsc/src/vec/vec/examples/tutorials/ex6.c
/petsc/src/vec/vec/examples/tutorials/ex7f.F
/petsc/src/vec/vec/examples/tutorials/ex9f.F
/petsc/src/vec/vec/impls/seq/ftn-kernels/faypx.F
/petsc/src/vec/vec/impls/seq/ftn-kernels/fmaxpy.F
/petsc/src/vec/vec/impls/seq/ftn-kernels/fmdot.F
/petsc/src/vec/vec/impls/seq/ftn-kernels/fnorm.F
/petsc/src/vec/vec/impls/seq/ftn-kernels/fwaxpy.F
/petsc/src/vec/vec/impls/seq/ftn-kernels/fxtimesy.F
/petsc/src/vec/vec/interface/f90-custom/zvectorf90.c
/petsc/tutorials/python/ex1f.F

1...<<181182183184185186187188189190>>...235