History log of /petsc/src/dm/impls/plex/ (Results 5326 – 5350 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
aace015531-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex5: Cleaned up 2D simplex tests to rely on interpolation

f96281f831-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added doc for DMPlexGetHybridBounds()

01599b2030-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix FEM bug with initialization of auxiliary coefficient array

b093da2729-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex4: Added missing output

4c0d899629-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex10: Fix interface and add missing output

4544060329-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex9: Fix leaks

f5cedc2929-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-refine-3d'

* knepley/feature-plex-refine-3d: (96 commits)
DMPlex: Fix label creation for 3D simplicial refinement
DMPlex ex4: Added another 2D simplex hybrid t

Merge branch 'knepley/feature-plex-refine-3d'

* knepley/feature-plex-refine-3d: (96 commits)
DMPlex: Fix label creation for 3D simplicial refinement
DMPlex ex4: Added another 2D simplex hybrid test
DMPlex ex4: Reworked 2D simplex hybrid test
DMPlex: Fixed bug for label creation in hex refinement
DMPlex: Fixed compiler warnings
DMPlex: Fix uniform refinement for empty mesh
DMPlex: Fixed creation of hybrid submesh - No more Lagrange flag, just check for proper prism hybrid cells
DMPlex ex5: Added test output for 2D quad test with fault ending in the domain
DMPlex: Major fix for hybrid cell creation - Faults that ended in the domain created inconsistent meshes - I now add a cohesive cell at the edge of a fault which may have some pieces "unsplit" - Unsplit points are connected by hybrid points, but are not replicated - This has only been tested in 2D
DMPlex: Fix bug with multiple point labels for cohesive completion
DMPlex: Allow an increase in support size for split points in hybrid construction
DMPlex: Fixed compiler warning
DMPlex ex5: Added a new quad test - Its broken for a good reason, need to deal with fault boundaries
DMPlex ex5: Added test output
DMPlex ex4 and ex5: Added new hexahedral test
DMPlex: Streamlined marking of points along a fault - Changed iteration strategy - Added comments
DMPlex ex4: Added hybrid hex tests
DMPlex ex4: Added test with 6 tets
DMPlex ex4: Now check initial mesh for consistency
DMPlex: Fix bug with DMPlexLabelCohesiveComplete() - Must mark point with correct dimension
...

Conflicts:
include/petscdmplex.h
src/dm/impls/plex/makefile
src/dm/impls/plex/plexinterpolate.c

show more ...

1fa8f14e29-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-reordering'

* knepley/feature-plex-reordering:
doc: update makefile with order.h -> ../../../include/petsc-private/matorderimpl.h rename
DMPlex: Fixed bug with

Merge branch 'knepley/feature-plex-reordering'

* knepley/feature-plex-reordering:
doc: update makefile with order.h -> ../../../include/petsc-private/matorderimpl.h rename
DMPlex: Fixed bug with DMPlexPermute - Fixed label permutation
DMPlex: Check whether default section exists to be reordered
DMPlex: Fixed compiler warning
DMPlex ex10: Fixed test output
DMPlex: Added missing declarations
DMPlex: Fixed misuse of PetscObjectSetName()
MatComputeBandwidth: use PetscInt instead of PetscMPIInt
Mat: Fixed declaration
Mat: Changed MatCalcBandwidth() to MatComputeBandwidth() - Added Fortran interface
DMPlex ex10: This tests reordering of meshes
DMPlex: Added DMPlexGetOrdering() and DMPlexPermute()
PetscSection: Added PetscSectionPermute()
DMLabel: Added DMLabelPermute()
DMPlex: Added DMPlexCreateDoublet()
DMPlex: Added DMPlexCopyLabels()
Mat: Added MatCalcBandwidth()
MatOrdering: Moved private header into petsc-private - Fix to pointer checks in sorder.c

Conflicts:
include/petscdmplex.h

show more ...

58b8852a29-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix label creation for 3D simplicial refinement

cc9499cb28-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex4: Added another 2D simplex hybrid test

99f3bb6428-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex4: Reworked 2D simplex hybrid test

939f606728-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added documentation

f8d37eda28-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed Fortran binding for DMPlexSetPreallocationCenterDimension()

51dc34e628-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-ghost-cells'

* knepley/fix-plex-ghost-cells:
DMLabel: Fixed index for ranges with nonzero lower limit
DMPlex: Fixed DMPlexConstructGhostCells() to filter out non-f

Merge branch 'knepley/fix-plex-ghost-cells'

* knepley/fix-plex-ghost-cells:
DMLabel: Fixed index for ranges with nonzero lower limit
DMPlex: Fixed DMPlexConstructGhostCells() to filter out non-faces from the label
DMPlex: Added DMLabelFilter()

show more ...


/petsc/include/finclude/petscmat.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscmat.h
/petsc/src/dm/examples/tests/ex26.c
/petsc/src/dm/examples/tests/ex9.c
plexlabel.c
plexsubmesh.c
/petsc/src/mat/examples/tutorials/ex16.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_1.out
/petsc/src/snes/examples/tutorials/output/ex19_14.out
/petsc/src/snes/examples/tutorials/output/ex19_2.out
/petsc/src/snes/examples/tutorials/output/ex19_fdcoloring_wp.out
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmlocalsnes.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic3.c
19d7d79028-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed bug for label creation in hex refinement

d70f0f6522-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMLabel: Fixed index for ranges with nonzero lower limit

4c8cfdef25-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed compiler warnings

ee17fca923-Oct-2013 Satish Balay <balay@mcs.anl.gov>

doc: fix LOCDIR


/petsc/bin/maint/buildtest
/petsc/bin/maint/dos/makecpp.tcl
/petsc/bin/maint/dos/rules_win32
/petsc/bin/maint/gcov.py
/petsc/bin/maint/generatefortranstubs.py
/petsc/conf/gmakegen.py
/petsc/conf/rules
/petsc/config/BuildSystem/build/buildGraph.py
/petsc/config/BuildSystem/config/__init__.py
/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/functions.py
/petsc/config/BuildSystem/config/libraries.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/BuildSystem/config/util.py
/petsc/config/BuildSystem/graph.py
/petsc/config/BuildSystem/nargs.py
/petsc/config/BuildSystem/script.py
/petsc/config/PETSc/packages/Triangle.py
/petsc/config/PETSc/packages/tetgen.py
/petsc/config/PETSc/utilities/sharedLibraries.py
/petsc/config/builder.py
/petsc/config/cmakegen.py
/petsc/include/finclude/petsctsdef.h
/petsc/include/petsc-private/fortranimpl.h
/petsc/include/petsc-private/tsimpl.h
/petsc/include/petscerror.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/makefile
/petsc/src/dm/impls/adda/adda.c
examples/tutorials/makefile
/petsc/src/docs/doxygen/manual/dev/petsc-kernel.h
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_NC.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_hypre.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_sa.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_ml.out
/petsc/src/ksp/ksp/impls/cg/groppcg/groppcg.c
/petsc/src/ksp/ksp/impls/cg/pipecg/pipecg.c
/petsc/src/ksp/ksp/impls/cr/pipecr/pipecr.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddc.h
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/mat/coarsen/impls/mis/mis.c
/petsc/src/mat/examples/tests/ex151.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex151_1.out
/petsc/src/mat/examples/tests/output/ex151_2.out
/petsc/src/mat/examples/tests/output/ex151_2b.out
/petsc/src/mat/examples/tests/output/ex151_3.out
/petsc/src/mat/examples/tests/output/ex151_3b.out
/petsc/src/mat/impls/aij/mpi/mpiviennacl/mpiaijviennacl.cxx
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/aij/seq/seqviennacl/viennaclmatimpl.h
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/snes/impls/ngmres/anderson.c
/petsc/src/sys/classes/matlabengine/matlab.c
/petsc/src/sys/classes/viewer/impls/ams/ams.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/draw/drawv.c
/petsc/src/sys/classes/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/classes/viewer/impls/socket/send.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errabort.c
/petsc/src/sys/error/errstop.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/error/pstack.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/ftn-custom/zsys.c
/petsc/src/sys/memory/ftn-custom/zmtrf.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/ftn-custom/zstart.c
/petsc/src/sys/objects/inherit.c
/petsc/src/ts/examples/tutorials/ex19.c
/petsc/src/ts/examples/tutorials/ex20.c
/petsc/src/ts/examples/tutorials/ex31.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex20_1.out
/petsc/src/ts/examples/tutorials/output/ex31_1.out
/petsc/src/ts/examples/tutorials/output/ex8_1.out
/petsc/src/ts/examples/tutorials/output/ex8_2.out
/petsc/src/ts/examples/tutorials/output/ex8_3.out
/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/implicit/alpha/alpha.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/dlregists.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/is/utils/ftn-custom/ziscoloringf.c
/petsc/src/vec/vec/examples/tutorials/ex21.c
/petsc/src/vec/vec/impls/mpi/mpiviennacl/mpiviennacl.cxx
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
/petsc/src/vec/vec/impls/seq/seqviennacl/viennaclvecimpl.h
/petsc/src/vec/vec/interface/f90-custom/zvectorf90.c
3478d7aa22-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix uniform refinement for empty mesh

83808cfd22-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed bug with DMPlexPermute
- Fixed label permutation

b315436022-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed creation of hybrid submesh
- No more Lagrange flag, just check for proper prism hybrid cells

3e6eb83522-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex5: Added test output for 2D quad test with fault ending in the domain

18c5995b22-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Major fix for hybrid cell creation
- Faults that ended in the domain created inconsistent meshes
- I now add a cohesive cell at the edge of a fault which may have some pieces "unsplit"
- Unsp

DMPlex: Major fix for hybrid cell creation
- Faults that ended in the domain created inconsistent meshes
- I now add a cohesive cell at the edge of a fault which may have some pieces "unsplit"
- Unsplit points are connected by hybrid points, but are not replicated
- This has only been tested in 2D

show more ...

46c796b921-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed DMPlexConstructGhostCells() to filter out non-faces from the label

ae932cb521-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added DMLabelFilter()


/petsc/bin/maint/dos/makecpp.tcl
/petsc/bin/maint/dos/rules_win32
/petsc/config/BuildSystem/build/buildGraph.py
/petsc/config/BuildSystem/config/__init__.py
/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/functions.py
/petsc/config/BuildSystem/config/libraries.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/BuildSystem/config/util.py
/petsc/config/BuildSystem/graph.py
/petsc/config/BuildSystem/nargs.py
/petsc/config/BuildSystem/script.py
/petsc/config/builder.py
/petsc/config/cmakegen.py
/petsc/include/finclude/petsctsdef.h
/petsc/include/petsc-private/fortranimpl.h
/petsc/include/petsc-private/tsimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscerror.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/makefile
/petsc/src/dm/impls/adda/adda.c
plexlabel.c
/petsc/src/docs/doxygen/manual/dev/petsc-kernel.h
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/mat/examples/tests/ex151.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex151_1.out
/petsc/src/mat/examples/tests/output/ex151_2.out
/petsc/src/mat/examples/tests/output/ex151_2b.out
/petsc/src/mat/examples/tests/output/ex151_3.out
/petsc/src/mat/examples/tests/output/ex151_3b.out
/petsc/src/mat/impls/aij/mpi/mpiviennacl/mpiaijviennacl.cxx
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/aij/seq/seqviennacl/viennaclmatimpl.h
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/sys/classes/matlabengine/matlab.c
/petsc/src/sys/classes/viewer/impls/ams/ams.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/draw/drawv.c
/petsc/src/sys/classes/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/classes/viewer/impls/socket/send.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errabort.c
/petsc/src/sys/error/errstop.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/error/pstack.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/ftn-custom/zsys.c
/petsc/src/sys/memory/ftn-custom/zmtrf.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/ftn-custom/zstart.c
/petsc/src/sys/objects/inherit.c
/petsc/src/ts/examples/tutorials/ex20.c
/petsc/src/ts/examples/tutorials/ex31.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex20_1.out
/petsc/src/ts/examples/tutorials/output/ex31_1.out
/petsc/src/ts/examples/tutorials/output/ex8_1.out
/petsc/src/ts/examples/tutorials/output/ex8_2.out
/petsc/src/ts/examples/tutorials/output/ex8_3.out
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/euler/euler.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/alpha/alpha.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/dlregists.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/is/utils/ftn-custom/ziscoloringf.c
/petsc/src/vec/vec/examples/tutorials/ex21.c
/petsc/src/vec/vec/impls/mpi/mpiviennacl/mpiviennacl.cxx
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
/petsc/src/vec/vec/impls/seq/seqviennacl/viennaclvecimpl.h
/petsc/src/vec/vec/interface/f90-custom/zvectorf90.c

1...<<211212213214215216217218219220>>...235