History log of /petsc/src/dm/impls/plex/ (Results 4576 – 4600 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f6ac7a6a08-Jan-2015 Michael Lange <michael.lange@imperial.ac.uk>

Plex-Gmsh: Loosen the version requirement for .msh files

0448d9bb07-Jan-2015 Michael Lange <michael.lange@imperial.ac.uk>

Plex-Gmsh: Add custom Fortran wrapper for DMPlexCreateGmshFromFile

c056d0d305-Jan-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merge branch 'shri/dmplex-add-mat-localtoglobalmapping'


/petsc/bin/maint/PetscStaticFunctionCandidates.py
/petsc/bin/maint/generatefortranstubs.py
/petsc/bin/petscpythonscripts/PetscBinaryIO.py
/petsc/bin/petscpythonscripts/PetscBinaryIO_tests.py
/petsc/bin/petscpythonscripts/petsc_conf.py
/petsc/bin/petscpythonscripts/petsc_gen_xdmf.py
/petsc/bin/petscpythonscripts/petsclogformat.py
/petsc/bin/petscpythonscripts/petscnagupgrade.py
/petsc/conf/install.py
/petsc/conf/rules
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/MPICH.py
/petsc/config/BuildSystem/config/packages/hwloc.py
/petsc/config/BuildSystem/config/packages/mkl_cpardiso.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/Configure.py
/petsc/config/configure.py
/petsc/config/examples/arch-ms-msvc2012-intelmpi-cudano-nomumps-cpardiso-indexes64-mklilp64-debug.py
/petsc/include/finclude/ftn-custom/petscmat.h90
/petsc/include/mpiuni/mpi.h
/petsc/include/petsc-private/kspimpl.h
/petsc/include/petsc-private/snesimpl.h
/petsc/include/petscdmmoab.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/share/petsc/matlab/PetscBinaryWrite.m
/petsc/src/benchmarks/streams/MPIVersion.c
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/comp/ginput.faces
/petsc/src/dm/impls/moab/dmmbfield.cxx
/petsc/src/dm/impls/moab/dmmbmat.cxx
/petsc/src/dm/impls/moab/dmmbvec.cxx
/petsc/src/dm/impls/moab/dmmoab.cxx
plex.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/examples/tests/output/ex11_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex11_2.out
/petsc/src/ksp/ksp/examples/tutorials/ex35.cxx
/petsc/src/ksp/ksp/examples/tutorials/ex49.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex49_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex49_5.out
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/makefile
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/mkl_cpardiso.c
/petsc/src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/objects/options.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/examples/tutorials/ex35.cxx
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/ts.c
a9a51d2c26-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed compiler warnings

457e2cda26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-hdf5'

382d80ec26-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'mlange/refactor-plex-distribute'

* mlange/refactor-plex-distribute: (31 commits)
Plex: MS compilers do not allow declarations in the middle of a block
DMLabel: Add DMLabelMakeAllVa

Merge branch 'mlange/refactor-plex-distribute'

* mlange/refactor-plex-distribute: (31 commits)
Plex: MS compilers do not allow declarations in the middle of a block
DMLabel: Add DMLabelMakeAllValid_Private
Plex ex12: Add fixed re-partitioning for load balance test
DMLabel: Validate/build point arrays per stratum
Plex: Remove obsolete partitioning routines
Plex: Fix deadlock in DMPlexCreatePointNumbering
Plex: Fix dynamic check for one-to-all pattern in DMPlexMigrate
Plex: Add missing header entries
Plex ex12: Enable L2-overlap test and switch to ascii_info_detail
Plex ex1: Fix overlap tests and switch to ascii_info_detail
Plex: Fix and clean up DMPlexCreatePointSF
Plex: Correctly restore closure in DMPlexPartitionLabelClosure
Plex: Let SegBuffer allocate partition graph to avoid memory corruption
Plex ex12: Enabling parallel re-partitioning test via scii_latex output
Plex: Enabling parallel re-partitioning via DMPlexDistribute
Plex ex12: Add new test for parallel re-partitioning
Plex: Add DMPlexCreatePointSF utility
Plex: Fix overlap point SF generation
Plex: Build complete overlap label and stratify resulting SF.
Plex: Create parallel partitions that ParMetis accepts
...

Conflicts:
config/builder.py
src/dm/impls/plex/examples/tests/output/ex1_13.out
src/dm/impls/plex/examples/tests/output/ex1_14.out
src/dm/impls/plex/plexlabel.c
src/dm/impls/plex/plexpartition.c

show more ...

d83387d826-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-refinement-check'

* knepley/fix-plex-refinement-check:
Plex Refinement: Fix check of topological dimension which was embedding dimension
Plex: Refinement only work

Merge branch 'knepley/fix-plex-refinement-check'

* knepley/fix-plex-refinement-check:
Plex Refinement: Fix check of topological dimension which was embedding dimension
Plex: Refinement only works for interpolated meshes

show more ...

20fa7edd26-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'icl/lawrence/dmplex-1d-refinement'

* icl/lawrence/dmplex-1d-refinement:
PetscFE: Use enum for cell refiner
Plex Refinment: Fixed error check
Plex Refinment: Fixed coordinate crea

Merge branch 'icl/lawrence/dmplex-1d-refinement'

* icl/lawrence/dmplex-1d-refinement:
PetscFE: Use enum for cell refiner
Plex Refinment: Fixed error check
Plex Refinment: Fixed coordinate creation
Plex Refinment: Replaced ints with enums
DMPlex: support uniform refinement of intervals
DMPlex: make CellRefiner an enum rather than PetscInt

show more ...

a57030b024-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex Refinement: Fix check of topological dimension which was embedding dimension

ad23a23823-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Refinement only works for interpolated meshes

1e317b1d23-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex Refinment: Fixed error check

383c10e623-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex Refinment: Fixed coordinate creation

6c0c04f523-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex Refinment: Replaced ints with enums

860bc73223-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-orient'

* knepley/fix-plex-orient:
Plex ex5: Fault orientation has swapped

608515f023-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-latex'

* knepley/fix-plex-latex:
Plex: Removed unused variable
Plex: Update LaTeX tests
Plex: Reorganized Latex output

e4aa569a23-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fortran-plex-fromfile'

* knepley/fortran-plex-fromfile:
Plex: Added Fortran binding for DMPlexCreateFromFile()

6c84453023-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: MS compilers do not allow declarations in the middle of a block

1428887c23-Dec-2014 Shri Abhyankar <abhyshr@mcs.anl.gov>

DMPLEX: Set the LocalToGlobalMapping on the matrix created by DMPlex for MatSetValuesLocal() to work.

https://www.mail-archive.com/petsc-users@mcs.anl.gov/msg23619.html

bd2cb6ce22-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex ex5: Fault orientation has swapped

dc86033c22-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix leak

0750fff422-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Removed unused variable

b7ab4a5019-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Plex: Update LaTeX tests

65716ca819-Dec-2014 Michael Lange <michael.lange@imperial.ac.uk>

DMLabel: Add DMLabelMakeAllValid_Private

729ab6d916-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

moved the rest of the HDF5 calls behind PetscStackCall's

aa0f43ce16-Dec-2014 Michael Lange <michael.lange@imperial.ac.uk>

Plex ex12: Add fixed re-partitioning for load balance test

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