History log of /petsc/src/dm/impls/forest/p4est/ (Results 301 – 325 of 378)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1c58ffc416-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

Plex+Tree: small fixes to DMPlexComputeInterpolatorTree()


/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/MOAB.py
/petsc/config/BuildSystem/config/packages/MPICH.py
/petsc/config/BuildSystem/config/packages/OpenMPI.py
/petsc/config/BuildSystem/config/packages/PTScotch.py
/petsc/config/BuildSystem/config/packages/PaStiX.py
/petsc/config/BuildSystem/config/packages/Trilinos.py
/petsc/config/BuildSystem/config/packages/Zoltan.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/amanzi.py
/petsc/config/BuildSystem/config/packages/ascem-io.py
/petsc/config/BuildSystem/config/packages/boost.py
/petsc/config/BuildSystem/config/packages/concurrencykit.py
/petsc/config/BuildSystem/config/packages/elemental.py
/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/config/BuildSystem/config/packages/mstk.py
/petsc/config/BuildSystem/config/packages/pflotran.py
/petsc/config/BuildSystem/config/packages/unittestcpp.py
/petsc/config/BuildSystem/config/packages/viennacl.py
/petsc/config/BuildSystem/config/programs.py
/petsc/config/BuildSystem/config/sourceControl.py
/petsc/config/BuildSystem/retrieval.py
/petsc/config/PETSc/Configure.py
/petsc/config/builder.py
/petsc/config/configure.py
/petsc/config/examples/arch-linux-gcc-ifc-cmplx.py
/petsc/config/examples/arch-osx-xsdk-opt.py
/petsc/config/examples/arch-pardiso.py
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscpc.h
/petsc/include/petscts.h
/petsc/lib/petsc/conf/rules
/petsc/src/dm/impls/da/dagetelem.c
pforest.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/impls/cg/cgls.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/output/ex9_2.out
/petsc/src/mat/examples/tests/output/ex9_3.out
/petsc/src/mat/examples/tests/output/ex9_3_baij.out
/petsc/src/mat/examples/tests/output/ex9_3_sbaij.out
/petsc/src/mat/examples/tests/output/ex9_4_baij.out
/petsc/src/mat/examples/tests/output/ex9_4_sbaij.out
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/power_grid/ex3adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/examples/tutorials/power_grid/ex9adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex9opt.c
/petsc/src/ts/examples/tutorials/power_grid/output/ex3opt_1.out
/petsc/src/ts/examples/tutorials/power_grid/output/ex3opt_fd_1.out
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/output/ex9busadj_1.out
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/output/ex9busopt_1.out
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/output/ex9busopt_fd_1.out
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/vec/is/is/utils/isdiff.c
6ecaa68a13-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

WIP: DMPlexComputeInterpolatorTree()

0bfe2a9212-Feb-2016 Matthew G. Knepley <knepley@gmail.com>

Forest: Add an HDF5 viewer

646e8b9f11-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: added childIds to GetTranserSF_Internal

This will let me figure out which parts of the reference tree's
constraint matrix to use.

6281945f11-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: Added DMPlexReferenceTreeGetChildSymmetry_p4est()

This is needed to match up dofs when constructing
interpolation/injection.

61bbc43111-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: move string declarations to function boilerplate

61f0de6f11-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: use a custom reference tree

90e2ccac11-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: started DMCreateReferenceTree_p4est()

This will simplify intergrid transfer.

defc90f810-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: added bare-bones DMCoarsen_p4est()

This just gets a reference to the coarseDM. We need to figure out the
control flow for on-the-fly adaptive coarsening.

feea683905-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: introduce command line refinement options

TODO: make them accessible via functions.

92312bba04-Feb-2016 Matthew G. Knepley <knepley@gmail.com>

Forest: Added simple viewer for pest

304e006303-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: pass periodicity

01d9d02403-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMForest: initialize more header functions when cloning

6da023fc02-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est/DMPlex: Share DMSNES/DMTS information when converting

This includes "A", "dmAux" and "dmCh" for now.

1189c1ef02-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMComputeL2FieldDiff(): fixes, DMP4EST implementation


/petsc/bin/maint/checkBuilds.py
/petsc/bin/maint/confignightly/grind3
/petsc/bin/maint/confignightly/ipro4
/petsc/bin/maint/wwwindex.py
/petsc/config/BuildSystem/RDict.py
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/Trilinos.py
/petsc/config/BuildSystem/config/packages/boost.py
/petsc/config/BuildSystem/config/packages/f2cblaslapack.py
/petsc/config/BuildSystem/config/packages/fblaslapack.py
/petsc/config/BuildSystem/config/packages/metis.py
/petsc/config/BuildSystem/config/packages/parmetis.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/BuildSystem/config/packages/revolve.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/BuildSystem/retrieval.py
/petsc/config/BuildSystem/script.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/Regression.py
/petsc/config/PETSc/options/dataFilesPath.py
/petsc/config/examples/arch-linux-xsdk-dbg.py
/petsc/config/examples/arch-osx-xsdk-opt.py
/petsc/include/petsc/finclude/ftn-custom/petscmat.h90
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/dmnetworkimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/kernels/blockinvert.h
/petsc/include/petsc/private/petscfvimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petsc/private/viewerimpl.h
/petsc/include/petscblaslapack.h
/petsc/include/petscblaslapack_mangle.h
/petsc/include/petsccusp.h
/petsc/include/petscdm.h
/petsc/include/petscdmplex.h
/petsc/include/petscfv.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/lib/petsc/conf/rules
/petsc/lib/petsc/conf/test
/petsc/share/petsc/saws/linearsolveroptions.html
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/dt/interface/dtfv.c
/petsc/src/dm/examples/tests/ex21.c
/petsc/src/dm/examples/tests/ex23.c
/petsc/src/dm/examples/tests/ex36.c
/petsc/src/dm/examples/tutorials/ex7.c
/petsc/src/dm/impls/da/gr2.c
pforest.c
/petsc/src/dm/impls/network/network.c
/petsc/src/dm/impls/network/networkmonitor.c
/petsc/src/dm/impls/plex/examples/tests/ex15.c
/petsc/src/dm/impls/plex/examples/tutorials/ex1.c
/petsc/src/dm/impls/plex/examples/tutorials/ex1f90.F
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexnatural.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/plexvtu.c
/petsc/src/dm/interface/dm.c
/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/34.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/nonlinearsolvertable.html
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex22.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex17_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex17_superlu_dist.out
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/ksp/examples/tutorials/ex52.c
/petsc/src/ksp/ksp/examples/tutorials/ex54.c
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/fcg/fcg.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.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/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itres.c
/petsc/src/ksp/ksp/utils/dmproject.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bicgstabcusp/bicgstabcusp.cu
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/kaczmarz/kaczmarz.c
/petsc/src/ksp/pc/impls/lsc/lsc.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/shell/ftn-custom/zshellpcf.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/color/impls/greedy/greedy.c
/petsc/src/mat/color/impls/jp/jp.c
/petsc/src/mat/examples/tests/ex122.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/ex151.c
/petsc/src/mat/examples/tests/ex16.c
/petsc/src/mat/examples/tests/ex165.c
/petsc/src/mat/examples/tests/ex166.c
/petsc/src/mat/examples/tests/ex173.c
/petsc/src/mat/examples/tests/ex181.c
/petsc/src/mat/examples/tests/ex191.c
/petsc/src/mat/examples/tests/ex192.c
/petsc/src/mat/examples/tests/ex194.c
/petsc/src/mat/examples/tests/ex196f90.F
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex20.c
/petsc/src/mat/examples/tests/ex37.c
/petsc/src/mat/examples/tests/ex4.c
/petsc/src/mat/examples/tests/ex5.c
/petsc/src/mat/examples/tests/ex58.c
/petsc/src/mat/examples/tests/ex59.c
/petsc/src/mat/examples/tests/ex68.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/mkl_cpardiso.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
/petsc/src/mat/impls/aij/seq/mkl_pardiso/mkl_utils.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact4.c
/petsc/src/mat/impls/baij/seq/baijfact5.c
/petsc/src/mat/impls/baij/seq/baijfact7.c
/petsc/src/mat/impls/baij/seq/baijfact9.c
/petsc/src/mat/impls/baij/seq/dgefa.c
/petsc/src/mat/impls/baij/seq/dgefa2.c
/petsc/src/mat/impls/baij/seq/dgefa3.c
/petsc/src/mat/impls/baij/seq/dgefa4.c
/petsc/src/mat/impls/baij/seq/dgefa5.c
/petsc/src/mat/impls/baij/seq/dgefa6.c
/petsc/src/mat/impls/baij/seq/dgefa7.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/preallocator/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact10.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact11.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact12.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact3.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact4.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact5.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact6.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact7.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact8.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact9.c
/petsc/src/mat/interface/f90-custom/zmatrixf90.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex61view.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/network/pflow/PFReadData.c
/petsc/src/snes/examples/tutorials/network/pflow/makefile
/petsc/src/snes/examples/tutorials/network/pflow/output/pf.out
/petsc/src/snes/examples/tutorials/network/pflow/pf.c
/petsc/src/snes/examples/tutorials/network/pflow/pf.h
/petsc/src/snes/examples/tutorials/network/pflow/pfoptions
/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/ms/ms.c
/petsc/src/snes/impls/nasm/aspin.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/vi/rs/virs.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/random/interface/randomc.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/classes/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkv.c
/petsc/src/sys/classes/viewer/interface/ftn-custom/makefile
/petsc/src/sys/classes/viewer/interface/ftn-custom/zviewaf.c
/petsc/src/sys/classes/viewer/interface/ftn-custom/zviewasetf.c
/petsc/src/sys/classes/viewer/interface/view.c
/petsc/src/sys/classes/viewer/interface/viewa.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/mpiuni/fsrc/makefile
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/prefix.c
/petsc/src/sys/utils/mpits.c
/petsc/src/tao/complementarity/impls/asls/asfls.c
/petsc/src/tao/complementarity/impls/asls/asils.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/network/wash/makefile
/petsc/src/ts/examples/tutorials/network/wash/output/pipes1_1.out
/petsc/src/ts/examples/tutorials/network/wash/output/pipes1_4.out
/petsc/src/ts/examples/tutorials/network/wash/output/pipes1_7.out
/petsc/src/ts/examples/tutorials/network/wash/pipe.h
/petsc/src/ts/examples/tutorials/network/wash/pipeImpls.c
/petsc/src/ts/examples/tutorials/network/wash/pipeInterface.c
/petsc/src/ts/examples/tutorials/network/wash/pipes1.c
/petsc/src/ts/examples/tutorials/network/wash/wash.h
/petsc/src/ts/impls/arkimex/arkimex.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/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/is/sf/impls/basic/sfbasic.c
/petsc/src/vec/vec/examples/tutorials/ex3.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/seqcusp/cuspvecimpl.h
/petsc/src/vec/vec/impls/seq/seqcusp/makefile
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp.c
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp2.cu
/petsc/src/vec/vec/interface/vector.c
/petsc/tutorials/HandsOnExercise.html
/petsc/tutorials/TAOHandsOnExercise.html
5e76b9b501-Feb-2016 Matthew G. Knepley <knepley@gmail.com>

DMForest: Add specific Clone for pest

6ca4f45b01-Feb-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: revamp operating without a base DM

- Construct a ghost label in this case
- Make reading a brick connectivity more full featured

ced2bf5431-Jan-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: fix label/ghost interaction with internal plex representation

We have to create labels for the internal plex, construct the ghost
cells, and then copy the labels back from the ghosted plex.

95109d7d29-Jan-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: add Vec viewers and loaders via plex

These can be replaced with p4est native vtk routines if need be, but
that would require my digging into the layout of dofs to vertices,
cells, etc., whi

DMP4est: add Vec viewers and loaders via plex

These can be replaced with p4est native vtk routines if need be, but
that would require my digging into the layout of dofs to vertices,
cells, etc., which I don't want to do right now.

show more ...

da20d33029-Jan-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: cleanup

9892fe0529-Jan-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: also share value map in DMShareDiscretization()

084eabfa29-Jan-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: stop using DMPlex to get global vectors.

It creates confusion in VecGetDM(), and it's only advantage right now is
the ability to piggyback off of the VecView*() routines that plex
implement

DMP4est: stop using DMPlex to get global vectors.

It creates confusion in VecGetDM(), and it's only advantage right now is
the ability to piggyback off of the VecView*() routines that plex
implements. We can put those back in later if needed.

show more ...

939f4e2929-Jan-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: share point sf of ghosted plex back to p4est

Even though the ghosted cells aren't really present for the p4est, right
now all numbering has to coordinate between the two.

254abd1826-Jan-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: share application context with ghosted plex

In ts ex11, I now have to address the fact that there is plex specific
stuff in SetInitialCondition(). Work on that tomorrow.

d2f4456326-Jan-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: use DMLabelGetValue, since this doesn't need to build the index

1...<<111213141516