History log of /petsc/src/dm/impls/plex/ (Results 2776 – 2800 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
62201dee11-Jun-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMView_Plex: throw error for unsupported viewer type

e8f1478523-May-2018 Lisandro Dalcin <dalcinl@gmail.com>

Update hash table implementation

* Upgrade khash.h to version 0.2.8
* Add common API for hash table iterators
* Add generic hash map and set APIs
* Add hash map and set for integer and pair of integ

Update hash table implementation

* Upgrade khash.h to version 0.2.8
* Add common API for hash table iterators
* Add generic hash map and set APIs
* Add hash map and set for integer and pair of integers

show more ...


/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/packages/MPICH.py
/petsc/config/BuildSystem/config/packages/PTScotch.py
/petsc/config/PETSc/options/sharedLibraries.py
/petsc/include/petsc/private/dmforestimpl.h
/petsc/include/petsc/private/dmlabelimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/hashmap.h
/petsc/include/petsc/private/hashmapi.h
/petsc/include/petsc/private/hashmapij.h
/petsc/include/petsc/private/hashset.h
/petsc/include/petsc/private/hashseti.h
/petsc/include/petsc/private/hashsetij.h
/petsc/include/petsc/private/hashtable.h
/petsc/include/petsc/private/kernels/khash.h
/petsc/include/petsc/private/makefile
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/lib/petsc/bin/maint/buildtest
/petsc/lib/petsc/bin/maint/runhtml.py
/petsc/lib/petsc/conf/test
/petsc/makefile
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/forest/p4est/pforest.c
/petsc/src/dm/impls/network/network.c
plexcreate.c
plexfem.c
plexinterpolate.c
plexpartition.c
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/docs/manualpages-sec/header_Sensitivity
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/mat/examples/tests/ex104.c
/petsc/src/mat/examples/tests/ex183.c
/petsc/src/mat/examples/tests/ex184.c
/petsc/src/mat/examples/tests/ex219f.F90
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/examples/tests/ex58.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex219f_1.out
/petsc/src/mat/examples/tests/output/ex219f_2.out
/petsc/src/mat/examples/tests/output/ex49_r1.out
/petsc/src/mat/examples/tests/output/ex49_r1_par.out
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/preallocator/matpreallocator.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sell/mpi/mmsell.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/sys/classes/viewer/impls/draw/drawv.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/examples/tests/ex40.c
/petsc/src/sys/examples/tests/ex41.c
/petsc/src/sys/examples/tests/ex42.c
/petsc/src/sys/examples/tests/ex43.c
/petsc/src/sys/examples/tests/output/ex40_1.out
/petsc/src/sys/examples/tests/output/ex41_1.out
/petsc/src/sys/examples/tests/output/ex42_1.out
/petsc/src/sys/examples/tests/output/ex43_1.out
/petsc/src/ts/examples/tutorials/ex21.c
/petsc/src/ts/examples/tutorials/output/ex21_1.out
/petsc/src/ts/f90-mod/petsctsmod.F
/petsc/src/ts/interface/makefile
/petsc/src/ts/interface/sensitivity/makefile
/petsc/src/ts/interface/sensitivity/tssen.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/pmap.c
54ee0cce08-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed evaluation of boundary functionals in projection

458eb97c08-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix indexing for nested projector calculation

2319380208-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Added algorithm to balance partition (evenly divide partition boundary between processes)
- It picks a random shift for the process ranks at each point. That way max() uniforms selects a process

55d961f008-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Propagate partition balance from initial to redistributed mesh

193160ce08-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex4: Set meshes from options to get partition options

0848f4b508-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Added an option for partition balance

7531e26401-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Use correct subspace for aux evaluation in projection

2d89661f01-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: NULL determinant input is not allowed

779ab53a31-May-2018 Lisandro Dalcin <dalcinl@gmail.com>

Merge remote-tracking branch 'origin/maint'


/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/Matlab.py
/petsc/config/PETSc/Configure.py
/petsc/config/gmakegentest.py
/petsc/include/petsc/mpiuni/mpif.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsctao.h
/petsc/include/petsctaolinesearch.h
/petsc/lib/petsc/bin/maint/builddist
/petsc/lib/petsc/bin/maint/runhtml.py
/petsc/makefile
/petsc/share/petsc/matlab/makefile
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/impls/moab/makefile
plexpartition.c
/petsc/src/docs/manualpages-sec/header_DMMOAB
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/index.html
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/sclose.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/sopen.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/sread.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/swrite.c
/petsc/src/sys/logging/examples/tutorials/ex1f.F90
/petsc/src/tao/bound/impls/blmvm/blmvm.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/examples/matlab/ProblemFinalize.m
/petsc/src/tao/leastsquares/examples/matlab/ProblemInitialize.m
/petsc/src/tao/leastsquares/examples/matlab/README
/petsc/src/tao/leastsquares/examples/matlab/TestingFinalize.m
/petsc/src/tao/leastsquares/examples/matlab/TestingInitialize.m
/petsc/src/tao/leastsquares/examples/matlab/TestingPlot.m
/petsc/src/tao/leastsquares/examples/matlab/makefile
/petsc/src/tao/leastsquares/examples/matlab/more_wild_probs/dfo.dat
/petsc/src/tao/leastsquares/examples/matlab/more_wild_probs/dfovec.m
/petsc/src/tao/leastsquares/examples/matlab/more_wild_probs/dfovec_wrap.m
/petsc/src/tao/leastsquares/examples/matlab/more_wild_probs/dfoxs.m
/petsc/src/tao/leastsquares/examples/matlab/more_wild_probs/perf_profile.m
/petsc/src/tao/leastsquares/examples/matlab/taopounders.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/ts/examples/tutorials/power_grid/ex3sa.c
/petsc/src/ts/examples/tutorials/power_grid/output/ex3sa_3.out
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/interface/tssen.c
/petsc/src/vec/vec/interface/f90-custom/zvectorf90.c
/petsc/src/vec/vec/interface/rvector.c
44d8be8130-May-2018 Lisandro Dalcin <dalcinl@gmail.com>

METIS: Option to choose between k-way or recursive bisection

6bb9daa830-May-2018 Lisandro Dalcin <dalcinl@gmail.com>

PetscPartitioner: Fix SetFromOptions() to make -help work as expected

0f09c10f25-May-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Added debugging flag for L2 computations
- Turned on by -dm_plex_print_l2

1014777223-May-2018 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

1b807c8822-May-2018 Lisandro Dalcin <dalcinl@gmail.com>

DMPlex: Speedup DMPlexPartitionLabelClosure() using a hash table


/petsc/.gitignore
/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/Matlab.py
/petsc/config/BuildSystem/config/packages/cmake.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/config/BuildSystem/config/packages/mkl_sparse.py
/petsc/config/BuildSystem/config/packages/mkl_sparse_optimize.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/BuildSystem/config/packages/zlib.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/BuildSystem/config/utilities/debuggers.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/options/sharedLibraries.py
/petsc/config/examples/arch-linux-gcc-cxx-avx2.py
/petsc/config/examples/arch-linux-pkgs-valgrind.py
/petsc/config/examples/arch-mswin-gnu.py
/petsc/config/examples/arch-viennacl.py
/petsc/gmakefile
/petsc/gmakefile.test
/petsc/include/petsc/finclude/petscdmplex.h
/petsc/include/petsc/private/characteristicimpl.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/dmswarmimpl.h
/petsc/include/petsc/private/f90impl.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/logimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/pcimpl.h
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petsc/private/vecimpl.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/include/petscversion.h
/petsc/lib/petsc/bin/maint/checkBuilds.py
/petsc/lib/petsc/bin/maint/confignightly/es
/petsc/lib/petsc/bin/maint/confignightly/es3
/petsc/lib/petsc/bin/maint/confignightly/frog
/petsc/lib/petsc/bin/maint/confignightly/frog2
/petsc/lib/petsc/bin/maint/confignightly/frog3
/petsc/lib/petsc/bin/maint/confignightly/knl3
/petsc/lib/petsc/bin/maint/runhtml.py
/petsc/lib/petsc/conf/rules
/petsc/lib/petsc/conf/test
/petsc/lib/petsc/conf/variables
/petsc/makefile
/petsc/share/petsc/xml/performance_xml2html.xsl
/petsc/src/benchmarks/streams/MPIVersion.c
/petsc/src/dm/examples/tests/ex42.c
/petsc/src/dm/f90-mod/makefile
/petsc/src/dm/f90-mod/petscdmmod.F
/petsc/src/dm/f90-mod/petscdmplexmod.F
/petsc/src/dm/impls/composite/f90-custom/zfddaf90.c
/petsc/src/dm/impls/da/da.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/f90-custom/zda1f90.c
plexpartition.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex51.c
/petsc/src/ksp/ksp/examples/tutorials/ex72.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_10.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_11.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_12.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_13.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_14.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_15.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_16.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_17.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_18.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_19.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_19_pc_factor_levels-0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_19_pc_factor_levels-2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_19_pc_factor_levels-4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_1a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_22.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_23.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_24.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_25.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_6.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-2_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-2_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-2_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-3_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-3_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-3_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-4_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-4_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-4_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-5_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-5_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-5_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-6_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-6_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-6_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-7_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-7_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-7_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-8_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-8_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-8_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_8.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_ILU.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_aijcusparse.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_boomeramg_euclid.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_boomeramg_euclid_bj.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_boomeramg_parasails.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_boomeramg_pilut.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_boomeramg_schwarz.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_cg_singlereduction.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_cr.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_lcd.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_mpiaijcrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_mpiaijperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_mpicrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_mumps.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_mumps_redundant.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_seqaijcrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_seqaijperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_umfpack.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_xxt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_xyt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_zeropivot.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_zeropivot_3.out
/petsc/src/ksp/ksp/impls/gmres/agmres/agmresimpl.h
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmresimpl.h
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/mat/examples/tests/ex88.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/mat/impls/aij/seq/aijperm/aijperm.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/baij/seq/baijfact81.c
/petsc/src/mat/impls/baij/seq/baijmkl/baijmkl.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/utils/getcolv.c
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex1f.F90
/petsc/src/snes/examples/tutorials/ex5f.F90
/petsc/src/snes/impls/nasm/aspin.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/sys/classes/draw/impls/x/xcolor.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/makefile
/petsc/src/sys/classes/viewer/interface/viewa.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/examples/tests/ex1f.F90
/petsc/src/sys/f90-mod/petsclog.h
/petsc/src/sys/f90-mod/petscsys.h90
/petsc/src/sys/f90-mod/petscsysmod.F
/petsc/src/sys/f90-src/f90_cwrap.c
/petsc/src/sys/logging/examples/tutorials/ex1f.F90
/petsc/src/sys/logging/examples/tutorials/makefile
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/xmllogevent.c
/petsc/src/sys/logging/xmllogevent.h
/petsc/src/sys/logging/xmlviewer.h
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/utils/ftn-custom/zstrf.c
/petsc/src/tao/examples/tutorials/ex3.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut2.c
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/vec/vec/examples/tutorials/ex1f.F90
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vscat/impls/vpscat.h
497880ca21-May-2018 Richard Tran Mills <rmills@rmills.org>

Change #if(n)def to #if (!)defined in all DM code.

Commit-type: style-fix


/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/cmake.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/config/BuildSystem/config/packages/mkl_sparse.py
/petsc/config/BuildSystem/config/packages/mkl_sparse_optimize.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/BuildSystem/config/utilities/debuggers.py
/petsc/config/PETSc/options/sharedLibraries.py
/petsc/config/examples/arch-linux-gcc-cxx-avx2.py
/petsc/config/examples/arch-mswin-gnu.py
/petsc/gmakefile
/petsc/include/petsc/finclude/petscsys.h
/petsc/include/petsc/private/characteristicimpl.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/dmswarmimpl.h
/petsc/include/petsc/private/f90impl.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/logimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/pcimpl.h
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petsc/private/vecimpl.h
/petsc/include/petscdmda.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/lib/petsc/bin/maint/checkBuilds.py
/petsc/lib/petsc/bin/maint/confignightly/knl3
/petsc/lib/petsc/bin/maint/runhtml.py
/petsc/lib/petsc/conf/rules
/petsc/lib/petsc/conf/test
/petsc/lib/petsc/conf/test.common
/petsc/makefile
/petsc/share/petsc/xml/performance_xml2html.xsl
/petsc/src/benchmarks/streams/MPIVersion.c
/petsc/src/dm/dt/examples/tests/ex3.c
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/examples/tests/ex42.c
/petsc/src/dm/impls/composite/f90-custom/zfddaf90.c
/petsc/src/dm/impls/da/da.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/f90-custom/zda1f90.c
/petsc/src/dm/impls/da/gr1.c
plexadapt.c
/petsc/src/dm/impls/swarm/data_bucket.c
/petsc/src/dm/impls/swarm/data_ex.h
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmregall.c
/petsc/src/docs/tao_tex/manual/part2b.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/faq.html
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/examples/tutorials/ex51.c
/petsc/src/ksp/ksp/examples/tutorials/ex72.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex42_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_10.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_11.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_12.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_13.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_14.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_15.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_16.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_17.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_18.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_19.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_19_pc_factor_levels-0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_19_pc_factor_levels-2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_19_pc_factor_levels-4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_1a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_22.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_23.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_24.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_25.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_6.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-2_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-2_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-2_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-3_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-3_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-3_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-4_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-4_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-4_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-5_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-5_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-5_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-6_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-6_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-6_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-7_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-7_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-7_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-8_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-8_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_7_matload_block_size-8_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_8.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-1_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-2_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-3_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-4_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-5_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-6_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_a.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_b.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_c.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_d.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_e.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_9_matload_block_size-7_f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_ILU.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_aijcusparse.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_boomeramg_euclid.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_boomeramg_euclid_bj.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_boomeramg_parasails.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_boomeramg_pilut.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_boomeramg_schwarz.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_cg_singlereduction.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_cr.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_lcd.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_mpiaijcrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_mpiaijperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_mpicrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_mumps.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_mumps_redundant.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_seqaijcrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_seqaijperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_umfpack.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_xxt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_xyt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_zeropivot.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_zeropivot_3.out
/petsc/src/ksp/ksp/impls/gmres/agmres/agmresimpl.h
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmresimpl.h
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/mat/examples/tests/ex88.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/mat/impls/baij/mpi/baijmkl/mpibaijmkl.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijmkl/baijmkl.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/getcolv.c
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex5f.F90
/petsc/src/snes/impls/nasm/aspin.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmadapt.c
/petsc/src/sys/classes/draw/impls/x/xcolor.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/f90-mod/petscsys.h
/petsc/src/sys/f90-mod/petscsysmod.F
/petsc/src/sys/logging/examples/tutorials/ex1f.F90
/petsc/src/sys/logging/examples/tutorials/makefile
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/xmllogevent.c
/petsc/src/sys/logging/xmlviewer.h
/petsc/src/sys/mpiuni/f90-mod/mpiunimod.F
/petsc/src/sys/mpiuni/fsrc/somempifort.F
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/utils/ftn-custom/zstrf.c
/petsc/src/tao/bound/examples/tutorials/jbearing2.c
/petsc/src/tao/bound/examples/tutorials/output/plate2_8.out
/petsc/src/tao/bound/examples/tutorials/plate2.c
/petsc/src/tao/bound/impls/bncg/bncg.c
/petsc/src/tao/bound/impls/makefile
/petsc/src/tao/bound/utils/isutil.c
/petsc/src/tao/examples/tutorials/ex3.c
/petsc/src/tao/interface/makefile
/petsc/src/tao/interface/taosolver_fg.c
/petsc/src/tao/interface/taosolver_hj.c
/petsc/src/tao/interface/taosolverregi.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut2.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion1.c
/petsc/src/tao/unconstrained/examples/tutorials/output/eptorsion1_4.out
/petsc/src/ts/examples/tutorials/network/wash/pipes1.c
/petsc/src/ts/examples/tutorials/power_grid/ex9opt.c
/petsc/src/ts/examples/tutorials/power_grid/output/ex9opt_2.out
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vscat/examples/ex3.c
/petsc/src/vec/vscat/examples/ex4.c
/petsc/src/vec/vscat/examples/makefile
/petsc/src/vec/vscat/examples/output/ex4_1.out
/petsc/src/vec/vscat/examples/output/ex4_1_alt.out
/petsc/src/vec/vscat/examples/output/ex4_2.out
bc3a11b704-May-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/haplav/testupdate-dmplex-ex5-avoid-chaco'


/petsc/.gitignore
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/cmake.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/config/examples/arch-linux-gcc-avx2.py
/petsc/config/examples/arch-linux-pkgs-valgrind.py
/petsc/config/examples/arch-viennacl.py
/petsc/lib/petsc/bin/maint/confignightly/es
/petsc/lib/petsc/bin/maint/confignightly/es3
/petsc/lib/petsc/bin/maint/confignightly/frog
/petsc/lib/petsc/bin/maint/confignightly/frog2
/petsc/lib/petsc/bin/maint/confignightly/frog3
/petsc/lib/petsc/bin/maint/confignightly/knl3
/petsc/lib/petsc/conf/rules
/petsc/lib/petsc/conf/test
/petsc/makefile
examples/tutorials/ex5.c
examples/tutorials/output/ex5_1.out
examples/tutorials/output/ex5_2_nsize-1_format-default_interpolate-0.out
examples/tutorials/output/ex5_2_nsize-1_format-default_interpolate-1.out
examples/tutorials/output/ex5_2_nsize-1_format-hdf5_petsc_interpolate-0.out
examples/tutorials/output/ex5_2_nsize-1_format-hdf5_petsc_interpolate-1.out
examples/tutorials/output/ex5_2_nsize-2_format-default_interpolate-0.out
examples/tutorials/output/ex5_2_nsize-2_format-default_interpolate-1.out
examples/tutorials/output/ex5_2_nsize-2_format-hdf5_petsc_interpolate-0.out
examples/tutorials/output/ex5_2_nsize-2_format-hdf5_petsc_interpolate-1.out
examples/tutorials/output/ex5_2_nsize-4_format-default_interpolate-0.out
examples/tutorials/output/ex5_2_nsize-4_format-default_interpolate-1.out
examples/tutorials/output/ex5_2_nsize-4_format-hdf5_petsc_interpolate-0.out
examples/tutorials/output/ex5_2_nsize-4_format-hdf5_petsc_interpolate-1.out
examples/tutorials/output/ex5_2_nsize-8_format-default_interpolate-0.out
examples/tutorials/output/ex5_2_nsize-8_format-default_interpolate-1.out
examples/tutorials/output/ex5_2_nsize-8_format-hdf5_petsc_interpolate-0.out
examples/tutorials/output/ex5_2_nsize-8_format-hdf5_petsc_interpolate-1.out
examples/tutorials/output/ex5_2a_nsize-1_format-hdf5_viz.out
examples/tutorials/output/ex5_2a_nsize-1_format-hdf5_xdmf.out
examples/tutorials/output/ex5_2a_nsize-2_format-hdf5_viz.out
examples/tutorials/output/ex5_2a_nsize-2_format-hdf5_xdmf.out
examples/tutorials/output/ex5_2a_nsize-4_format-hdf5_viz.out
examples/tutorials/output/ex5_2a_nsize-4_format-hdf5_xdmf.out
examples/tutorials/output/ex5_2a_nsize-8_format-hdf5_viz.out
examples/tutorials/output/ex5_2a_nsize-8_format-hdf5_xdmf.out
examples/tutorials/output/ex5_new_dm_view.out
/petsc/src/docs/tao_tex/manual/part2b.tex
/petsc/src/tao/bound/impls/bncg/bncg.c
/petsc/src/tao/bound/impls/bnk/bnk.c
/petsc/src/tao/bound/impls/bnk/bnls.c
/petsc/src/tao/bound/impls/bnk/bntr.c
/petsc/src/tao/bound/impls/makefile
/petsc/src/tao/bound/utils/isutil.c
/petsc/src/tao/makefile
/petsc/src/tao/quadratic/impls/bqpip/bqpip.c
/petsc/src/tao/quadratic/impls/bqpip/bqpipimpl.h
/petsc/src/tao/quadratic/impls/bqpip/makefile
/petsc/src/tao/quadratic/impls/gpcg/gpcg.c
/petsc/src/tao/quadratic/impls/gpcg/gpcg.h
/petsc/src/tao/quadratic/impls/gpcg/makefile
/petsc/src/tao/quadratic/impls/makefile
/petsc/src/tao/quadratic/makefile
955860a304-May-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-residual-loop'

* knepley/fix-plex-residual-loop:
Plex+SNES: Protect Destroy
Plex+SNES/TS: Moved zeroing of Jacobian out of DMPlexComputeJacobian_Internal() - Shoul

Merge branch 'knepley/fix-plex-residual-loop'

* knepley/fix-plex-residual-loop:
Plex+SNES: Protect Destroy
Plex+SNES/TS: Moved zeroing of Jacobian out of DMPlexComputeJacobian_Internal() - Should probably go in DMLocal versions, but now its in the top-level Plex FEM versions
SNES+Plex: Needed cell offset, not cell number
Sys: Added a check for gnome-terminal, which never uses -display - Added some docs
Plex: Made a public interface for ComputeBdResidualSingle()
Plex: The first argument to a pointfunc should be the coordinate dimension

show more ...


/petsc/config/BuildSystem/config/packages/make.py
/petsc/gmakefile
/petsc/include/petsc/finclude/petscdmplex.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/taoimpl.h
/petsc/include/petscdmda.h
/petsc/include/petscdmplex.h
/petsc/include/petscerror.h
/petsc/include/petscsnes.h
/petsc/include/petsctao.h
/petsc/include/petscversion.h
/petsc/lib/petsc/bin/maint/runhtml.py
/petsc/lib/petsc/conf/rules
/petsc/src/dm/f90-mod/makefile
/petsc/src/dm/f90-mod/petscdmmod.F
/petsc/src/dm/f90-mod/petscdmplexmod.F
/petsc/src/dm/field/impls/ds/dmfieldds.c
/petsc/src/dm/impls/da/da.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/dadist.c
/petsc/src/dm/impls/da/dageometry.c
/petsc/src/dm/impls/da/dagetarray.c
/petsc/src/dm/impls/da/dagetelem.c
/petsc/src/dm/impls/da/daghost.c
/petsc/src/dm/impls/da/dagtol.c
/petsc/src/dm/impls/da/dagtona.c
/petsc/src/dm/impls/da/daindex.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/dapf.c
/petsc/src/dm/impls/da/dapreallocate.c
/petsc/src/dm/impls/da/dascatter.c
/petsc/src/dm/impls/da/dasub.c
/petsc/src/dm/impls/da/daview.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/dm/impls/network/network.c
examples/tests/ex25.c
plexfem.c
plexproject.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tao_tex/manual/.gitignore
/petsc/src/docs/tao_tex/manual/manual.tex
/petsc/src/docs/tao_tex/manual/part2b.tex
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/snes/utils/f90-custom/zdmplexsnesf90.c
/petsc/src/sys/classes/random/examples/tutorials/ex2.c
/petsc/src/sys/classes/viewer/impls/mathematica/runtime.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/examples/tests/ex1f.F90
/petsc/src/sys/examples/tests/ex37.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/tagm.c
/petsc/src/tao/bound/examples/tutorials/jbearing2.c
/petsc/src/tao/bound/examples/tutorials/output/jbearing2_10.out
/petsc/src/tao/bound/examples/tutorials/output/jbearing2_11.out
/petsc/src/tao/bound/examples/tutorials/output/jbearing2_12.out
/petsc/src/tao/bound/examples/tutorials/output/jbearing2_5.out
/petsc/src/tao/bound/examples/tutorials/output/jbearing2_6.out
/petsc/src/tao/bound/examples/tutorials/output/jbearing2_7.out
/petsc/src/tao/bound/examples/tutorials/output/jbearing2_8.out
/petsc/src/tao/bound/examples/tutorials/output/jbearing2_9.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_1.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_10.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_11.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_12.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_13.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_14.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_15.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_2.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_3.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_4.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_5.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_6.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_7.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_8.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_9.out
/petsc/src/tao/bound/examples/tutorials/output/plate2f_1.out
/petsc/src/tao/bound/examples/tutorials/output/plate2f_2.out
/petsc/src/tao/bound/examples/tutorials/plate2.c
/petsc/src/tao/bound/examples/tutorials/plate2f.F90
/petsc/src/tao/bound/impls/bncg/bncg.c
/petsc/src/tao/bound/impls/bncg/bncg.h
/petsc/src/tao/bound/impls/bnk/bnk.c
/petsc/src/tao/bound/impls/bnk/bnk.h
/petsc/src/tao/bound/impls/bnk/bnls.c
/petsc/src/tao/bound/impls/bnk/bntl.c
/petsc/src/tao/bound/impls/bnk/bntr.c
/petsc/src/tao/bound/impls/bnk/makefile
/petsc/src/tao/bound/impls/makefile
/petsc/src/tao/bound/impls/tron/tron.c
/petsc/src/tao/bound/utils/isutil.c
/petsc/src/tao/complementarity/examples/tutorials/blackscholes.c
/petsc/src/tao/complementarity/examples/tutorials/minsurf1.c
/petsc/src/tao/complementarity/examples/tutorials/output/blackscholes_1.out
/petsc/src/tao/complementarity/examples/tutorials/output/blackscholes_2.out
/petsc/src/tao/complementarity/examples/tutorials/output/blackscholes_3.out
/petsc/src/tao/complementarity/examples/tutorials/output/blackscholes_4.out
/petsc/src/tao/complementarity/examples/tutorials/output/blackscholes_5.out
/petsc/src/tao/complementarity/examples/tutorials/output/blackscholes_5_alt.out
/petsc/src/tao/complementarity/examples/tutorials/output/blackscholes_6.out
/petsc/src/tao/complementarity/examples/tutorials/output/blackscholes_7.out
/petsc/src/tao/complementarity/examples/tutorials/output/minsurf1_1.out
/petsc/src/tao/complementarity/examples/tutorials/output/minsurf1_2.out
/petsc/src/tao/constrained/examples/tutorials/output/toy_1.out
/petsc/src/tao/constrained/examples/tutorials/output/toyf_1.out
/petsc/src/tao/constrained/examples/tutorials/toy.c
/petsc/src/tao/constrained/examples/tutorials/toyf.F90
/petsc/src/tao/examples/tutorials/output/ex1_0.out
/petsc/src/tao/examples/tutorials/output/ex1_1.out
/petsc/src/tao/examples/tutorials/output/ex2_0.out
/petsc/src/tao/examples/tutorials/output/ex2_1.out
/petsc/src/tao/examples/tutorials/output/ex2_2.out
/petsc/src/tao/examples/tutorials/output/ex3_guess_pod.out
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/interface/taosolver_bounds.c
/petsc/src/tao/interface/taosolverregi.c
/petsc/src/tao/leastsquares/examples/tests/chwirut2.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1f.F90
/petsc/src/tao/leastsquares/examples/tutorials/chwirut2.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut2f.F90
/petsc/src/tao/matrix/lmvmmat.c
/petsc/src/tao/matrix/lmvmmat.h
/petsc/src/tao/pde_constrained/examples/tutorials/elliptic.c
/petsc/src/tao/pde_constrained/examples/tutorials/hyperbolic.c
/petsc/src/tao/unconstrained/examples/tutorials/burgers_spectral.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion1.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion2.c
/petsc/src/tao/unconstrained/examples/tutorials/minsurf1.c
/petsc/src/tao/unconstrained/examples/tutorials/minsurf2.c
/petsc/src/tao/unconstrained/examples/tutorials/output/burgers_spectral.out
/petsc/src/tao/unconstrained/examples/tutorials/output/burgers_spectral_2.out
/petsc/src/tao/unconstrained/examples/tutorials/output/eptorsion1_1.out
/petsc/src/tao/unconstrained/examples/tutorials/output/eptorsion2_1.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_1.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_2.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_3.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_4.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_5.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_6.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_7.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_7_alt.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_8.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_8_alt.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf1_9.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf2_1.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf2_2.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf2_3.out
/petsc/src/tao/unconstrained/examples/tutorials/output/minsurf2_5.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_1.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_10.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_2.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_3.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_4.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_5.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_6.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_7.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_8.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_8_alt.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_9.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_9_alt.out
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock2_1.out
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1.c
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1f.F90
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock2.c
/petsc/src/ts/examples/tutorials/ex16opt_ic.c
/petsc/src/ts/examples/tutorials/ex24.c
/petsc/src/ts/examples/tutorials/network/wash/pipe.h
/petsc/src/ts/examples/tutorials/network/wash/pipes1.c
/petsc/src/ts/examples/tutorials/network/wash/wash.h
/petsc/src/ts/examples/tutorials/output/ex24_1.out
/petsc/src/ts/examples/tutorials/output/ex24_2.out
/petsc/src/ts/utils/dmplexts.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/vec/examples/tests/ex28.c
/petsc/src/vec/vec/examples/tests/output/ex28_1.out
/petsc/src/vec/vec/examples/tutorials/ex1f.F90
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/utils/projection.c
249cb5c424-Apr-2018 Satish Balay <balay@mcs.anl.gov>

examples: add compile target 'ex%: ex%.o' etc - and remove the corresponding dups


/petsc/lib/petsc/conf/test
/petsc/src/dm/dt/examples/tests/makefile
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/field/examples/tutorials/makefile
/petsc/src/dm/impls/forest/examples/tests/makefile
/petsc/src/dm/impls/forest/examples/tutorials/makefile
/petsc/src/dm/impls/forest/p4est/examples/tests/makefile
/petsc/src/dm/impls/moab/examples/tests/makefile
/petsc/src/dm/impls/patch/examples/tests/makefile
examples/tests/makefile
examples/tutorials/makefile
/petsc/src/dm/impls/swarm/examples/tests/makefile
/petsc/src/dm/label/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tests/benchmarkscatters/makefile
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/network/makefile
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/makefile
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/network/makefile
/petsc/src/sys/classes/draw/examples/tests/makefile
/petsc/src/sys/classes/gll/examples/tutorials/makefile
/petsc/src/sys/classes/random/examples/tests/makefile
/petsc/src/sys/classes/random/examples/tutorials/makefile
/petsc/src/sys/classes/viewer/examples/tests/makefile
/petsc/src/sys/classes/viewer/examples/tutorials/makefile
/petsc/src/sys/error/examples/tests/makefile
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/logging/examples/tutorials/makefile
/petsc/src/tao/examples/tutorials/makefile
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/hybrid/makefile
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/makefile
/petsc/src/vec/is/ao/examples/tests/ex3d/makefile
/petsc/src/vec/is/ao/examples/tests/makefile
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/is/is/examples/tests/makefile
/petsc/src/vec/is/is/examples/tutorials/makefile
/petsc/src/vec/is/sf/examples/tests/makefile
/petsc/src/vec/is/sf/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/utils/tagger/examples/tutorials/makefile
/petsc/src/vec/vscat/examples/makefile
e04799ec26-Apr-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/stefano_zampini/feature-matis-ptap-aij'


/petsc/config/BuildSystem/config/functions.py
/petsc/config/BuildSystem/config/packages/Matlab.py
/petsc/config/BuildSystem/config/packages/combblas.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/options/libraryOptions.py
/petsc/gmakefile.test
/petsc/include/petsc/finclude/petscsys.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscdmda.h
/petsc/include/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/lib/petsc/conf/variables
/petsc/makefile
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/forest/p4est/petsc_p4est_package.c
/petsc/src/dm/impls/forest/p4est/petsc_p4est_package.h
plex.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tutorials/ex43.c
/petsc/src/ksp/ksp/examples/tutorials/ex70.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/is/pcis.h
/petsc/src/mat/examples/tests/ex23.c
/petsc/src/mat/examples/tests/output/ex23_1.out
/petsc/src/mat/examples/tests/output/ex23_10.out
/petsc/src/mat/examples/tests/output/ex23_11.out
/petsc/src/mat/examples/tests/output/ex23_2.out
/petsc/src/mat/examples/tests/output/ex23_5.out
/petsc/src/mat/examples/tests/output/ex23_6.out
/petsc/src/mat/examples/tests/output/ex23_7.out
/petsc/src/mat/examples/tests/output/ex23_8.out
/petsc/src/mat/examples/tests/output/ex23_9.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/hypre/mhypre.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/is/matis.h
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex61view.c
/petsc/src/snes/examples/tutorials/output/ex12_gmg_bddc.out
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/makefile
/petsc/src/sys/examples/tests/ex37.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex37_1.out
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/init.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex29.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/glee/glee.c
/petsc/src/ts/impls/rosw/rosw.c
4b5b0a9025-Apr-2018 Barry Smith <bsmith@mcs.anl.gov>

DMPlex and DMNetwork should not need to know about DMDA

Commit-type: style-fix

Development Tools: Vim, Emacs, Eclipse

fd194bc825-Apr-2018 Stefano Zampini <stefano.zampini@gmail.com>

DMCreateInterpolation_Plex: fix for MATIS case (PtAP with AIJ is now supported)

f921ad0624-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-section-clone'

* knepley/fix-section-clone:
Plex ex3: Test does not work with single precision
Section: Must also copy field symmetries when cloning
Section: Allow NU

Merge branch 'knepley/fix-section-clone'

* knepley/fix-section-clone:
Plex ex3: Test does not work with single precision
Section: Must also copy field symmetries when cloning
Section: Allow NULL argument to PetscSectionSetSym()
Plex ex3: Added tests for Q3
Plex: Added picture for 3D hex interpolation
Section: Copy symmetries when cloning

show more ...

403ea55124-Apr-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

ex5: exclude test 'new_dm_view' for 64-bit indices

1...<<111112113114115116117118119120>>...235