History log of /petsc/src/dm/impls/plex/plexcreate.c (Results 576 – 600 of 1183)
Revision Date Author Comments
# 25c50c26 03-Apr-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexCheck{Skeleton,Faces}: remove simplex arg; fix for undistributed meshes


# 0682e52e 26-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Specify the size of a box mesh using -dm_plex_box_faces <x,y,z>


# 8000f006 15-Mar-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 7b559d1a 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/fix-ds-init' [PR #1415]

* knepley/fix-ds-init:
DM: Fix DS initialization, so that we can setup the discretization multiple times


# 66ef72b0 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Revert "Merge branch 'knepley/fix-ds-init' [PR #1415]"

This reverts commit 37bb5b94b6914f9a726e34e5bf9c9c8b40dda9f0, reversing
changes made to 4a21182031185fd5d7353432f9213cf374069ae2.

The reason f

Revert "Merge branch 'knepley/fix-ds-init' [PR #1415]"

This reverts commit 37bb5b94b6914f9a726e34e5bf9c9c8b40dda9f0, reversing
changes made to 4a21182031185fd5d7353432f9213cf374069ae2.

The reason for this revert is an incorrect merge of a local copy of knepley/fix-ds-init.

show more ...


# 37bb5b94 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/fix-ds-init' [PR #1415]

* knepley/fix-ds-init:
Fix DS initialization, so that we can setup the discretization multiple times


# 0381a0b4 06-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Copy discretization when creating coordinate DM


# ceeb1fa9 06-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Copy discretization when creating coordinate DM


# a041468a 06-Mar-2019 Lawrence Mitchell <lawrence@wence.uk>

Merge branch 'master' into wence/feature-patch-all-at-once


# b070e176 15-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'haplav/feature-plex-some-hdf5-xdmf-generalizations' [PR #1375]

* haplav/feature-plex-some-hdf5-xdmf-generalizations:
Some generalizations of DMLoad with DMPLEX and PETSC_VIEWER_HDF5_XD

Merge branch 'haplav/feature-plex-some-hdf5-xdmf-generalizations' [PR #1375]

* haplav/feature-plex-some-hdf5-xdmf-generalizations:
Some generalizations of DMLoad with DMPLEX and PETSC_VIEWER_HDF5_XDMF which were needed for Salvus - why not have them right in PETSc?

show more ...


# c111deb0 07-Aug-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexCreateFromFile: -dm_plex_create_from_hdf5_xdmf overrides decision from file extension


# 43b242b4 23-May-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexCreateFromFile: filename *.xdmf.h5 implies PETSC_VIEWER_HDF5_XDMF


# ab04beb8 08-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'dalcinl/plex-gmsh-v4' [PR #1348]

* dalcinl/plex-gmsh-v4:
Adds DMPlex Gmsh v4 file format support


# de78e4fe 28-Jan-2019 Lisandro Dalcin <dalcinl@gmail.com>

DMPlex: Update reader for Gmsh v4 file format


# b0f52d29 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# a1a5ab92 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# 940dfb0a 28-Jan-2019 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 30faf514 27-Jan-2019 m_diehl <m.diehl@mpie.de>

Merged petsc/petsc into master


# 6cf79e76 24-Jan-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-check-options'


# 74abe481 24-Jan-2019 Satish Balay <balay@mcs.anl.gov>

valgrind: fix warnings

not ok diff-dm_impls_plex_tests-ex3_p1d_2d_3
# 0a1,9
# > ==28708== Conditional jump or move depends on uninitialised value(s)
# > ==28708== at 0x5D481FF: DMSetFromOptions_N

valgrind: fix warnings

not ok diff-dm_impls_plex_tests-ex3_p1d_2d_3
# 0a1,9
# > ==28708== Conditional jump or move depends on uninitialised value(s)
# > ==28708== at 0x5D481FF: DMSetFromOptions_NonRefinement_Plex (plexcreate.c:2295)
# > ==28708== by 0x5D49B51: DMSetFromOptions_Plex (plexcreate.c:2396)
# > ==28708== by 0x6065CB5: DMSetFromOptions (dm.c:856)
# > ==28708== by 0x411CD0: CreateMesh (ex3.c:319)
# > ==28708== by 0x419B99: main (ex3.c:972)
# > ==28708== Uninitialised value was created by a stack allocation
# > ==28708== at 0x5D47AD9: DMSetFromOptions_NonRefinement_Plex (plexcreate.c:2269)

show more ...


# ddad275a 21-Jan-2019 Patrick Farrell <patrick@pefarrell.org>

Merge branch 'master' into knepley/feature-snes-patch


# 0c8ceb28 20-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Must cast initializer. I hate C++


# f12cf164 20-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Add options to DMSetFromOptions() that allow automatic checking of mesh
- Move all checking in examples into options


# df4be7ee 16-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-multiple-ds

* master: (156 commits)
Added missing CHKERRQ()
KSP ex56: Added alt output file for ex56_2.
Revert "KSP ex56: Updated test output and dom

Merge branch 'master' into knepley/feature-multiple-ds

* master: (156 commits)
Added missing CHKERRQ()
KSP ex56: Added alt output file for ex56_2.
Revert "KSP ex56: Updated test output and domain size for test _2."
DMStag tutorial ex4: fix stencil errors
Hierarchical partitioner: added an alt output file
Add support for DMGetMatrix() with periodic boundary conditions in one dimension for DMDA.
Fixed incorrect 'ntext' argument in PetscOptionsEList call in SNES ex12.c
ISCreateSubIS: Initialize variables owner and lidx to avoid compiler warnings
metis: provide -download-metis-use-doubleprecision option
KSP ex56: Updated test output and domain size for test _2.
Hierarchical partitioner: add a bit documentation
ISCreateSubIS: Added checkers for parameters
Added a test for hierarchical partitioning vertex weights
Plex+Doc: Document options for DMPlexCreateBoxMesh()
Hierarchical partitioner supports vertex weights
Create an API ISCreateSubIS that extracts
Add an alt output file
Plex: Can now give bounds to DMPlexCreateBoxMesh() from options - Use -dm_plex_box_lower and dm_plex_box_upper
PCMG: These methods should be optional
PCMG: Make PCMGGet/SetLevels() proper member functions - Also need to compose them in GAMG
...

Conflicts:
src/dm/impls/plex/plexsection.c

show more ...


# 6766dcbc 11-Jan-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/pr1206/arcowie-rem/feature-error-logging/master'


1...<<21222324252627282930>>...48