History log of /petsc/src/dm/impls/plex/plex.c (Results 826 – 850 of 1780)
Revision Date Author Comments
# 488f980d 03-Jul-2018 Alp Dener <alp.dener@gmail.com>

Merge branch 'master' into denera/lmvm-mat-and-pc


# c989281d 30-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-project-tests

* master: (477 commits)
Added correct report number for PETSc Developers Guide
Update PETSc Developers Guide title and final pages to ne

Merge branch 'master' into knepley/fix-plex-project-tests

* master: (477 commits)
Added correct report number for PETSc Developers Guide
Update PETSc Developers Guide title and final pages to new ANL style
Hash: Quick documentation fix
PetscBinaryViewerRead -> PetscViewerBinaryRead
cast in GAMG_HASH so that it works for PetscInt32 near PETSC_INT_MAX without overflow to negative numbers
Add link for DrMemory which may serve as an alternative to valgrind on Windows
Finish Gail's copyedits for developers manual.
openmpi: fix namespace conflict [with static build on ppc64le]
two pages of Gail's edits to developers guide
Another chapter of Gail's copyedits for the developers guide
Gail's copyedits on two more chapters of the developers guide
Fix more %d to %D in GAMG code. Fix code style in GAMG code
DMPlexVTK: vertices is int! need to use %d instead of %D
TS ex18: update outputs (reported by nightly tests)
Use %D in error messages for GAMG hash; fix style issues with GAMG hash
config: Update petsc4py git commit
Fix bad plain extern declaration.
Add Gail's copyedits for the initial portion of the developers guide
Add missing common block to subroutine
fix mpiuni tests with xl compilers
...

show more ...


# 2a546c9d 27-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

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

* master: (107 commits)
cast in GAMG_HASH so that it works for PetscInt32 near PETSC_INT_MAX without overflow to negative numbers
Add link for

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

* master: (107 commits)
cast in GAMG_HASH so that it works for PetscInt32 near PETSC_INT_MAX without overflow to negative numbers
Add link for DrMemory which may serve as an alternative to valgrind on Windows
Finish Gail's copyedits for developers manual.
openmpi: fix namespace conflict [with static build on ppc64le]
two pages of Gail's edits to developers guide
Another chapter of Gail's copyedits for the developers guide
Gail's copyedits on two more chapters of the developers guide
Fix more %d to %D in GAMG code. Fix code style in GAMG code
DMPlexVTK: vertices is int! need to use %d instead of %D
TS ex18: update outputs (reported by nightly tests)
Use %D in error messages for GAMG hash; fix style issues with GAMG hash
config: Update petsc4py git commit
Fix bad plain extern declaration.
Add Gail's copyedits for the initial portion of the developers guide
Add missing common block to subroutine
fix mpiuni tests with xl compilers
Copy & paste the change on PetscSparseDensePlusDot
Fix a wrong macro
PetscInfo: Add missing errorchecking
Log: various fixes and cleanups
...

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

show more ...


# a93c429e 27-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Adding a new kind of subdm


# a2817cca 26-Jun-2018 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/feature-simplex2tensor-refinement-hybrid-master'


# a04427b4 23-Apr-2018 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexView_Ascii: show hybrid bounds for cell-vertex meshes


# 202fd40a 23-Apr-2018 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexView_ASCII_LATEX: add command line option to plot edges in 3D

fix error in edge midpoint computation


# 4330a3fc 15-Apr-2018 Stefano Zampini <stefano.zampini@gmail.com>

DMPlex: added simplex2tensor refiner for hybrid meshes in 2d and 3d


# 7d5acc75 17-Apr-2018 Stefano Zampini <stefano.zampini@gmail.com>

DMPlex: error if trying to set the hybrid bounds when the dimension has not been specified yet

- the "dim" stratum should be created during DMPlexStratify
- hybrid bounds can be set before stratific

DMPlex: error if trying to set the hybrid bounds when the dimension has not been specified yet

- the "dim" stratum should be created during DMPlexStratify
- hybrid bounds can be set before stratification
- skip "dim" label during DMCopyLabels
- If the plex has all hybrid cells, DMPlexGetStratumIS will return a NULL is

show more ...


# 76302a33 16-Jun-2018 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/log-sync (pull request #985)

Event logging synchronization

Approved-by: Matthew Knepley <knepley@gmail.com>
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 67eb269b 14-Jun-2018 Lisandro Dalcin <dalcinl@gmail.com>

DMPlex: Partition event should belong to DM class


# 428f773b 13-Jun-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/haplav/plex-throw-error-if-viewer-type-unsupported'


# 2cf2a403 11-Jun-2018 Matthew G. Knepley <knepley@gmail.com>

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

* master: (562 commits)
fix clang-analyzer warning
Developers manual never use system randomizers in PETSc and example source code.
missing

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

* master: (562 commits)
fix clang-analyzer warning
Developers manual never use system randomizers in PETSc and example source code.
missing CHKERRQ()
DT: Reverting the tgamma change broke MPFR - I guess we need a nightly build with it in
Add a test for ex21
Fix error in ex21
Add missing fortran interface that handles null objects
DMComposite: add missing guards
MatPreallocate: fix overpreallocation of local rows
style fixes
MatView_MPI_DA: do not print twice the class prefix
MatSetOperation: stash the original MatView_XXX in the viewnative function pointer
DMCreateInterpolation_DA gracefully error instead of catching FPE signals
MatIncreaseOverlap: preserve communicator of index sets
MatMPIAIJ: fix indentation and missing CHKERRQ
ISBuildTwoSided: remove tabs and fix style
Fix documentation
PetscViewerDraw: fix unininitialized warning from valgrind
MatConvert_SeqAIJ_SeqBAIJ: remove error for non square matrices and add MAT_REUSE_MATRIX case
Mat: MAT_INPLACE_MATRIX can be used for transposition with rectangular matrices
...

Conflicts:
src/dm/dt/interface/dtfe.c
src/dm/impls/plex/plex.c
src/dm/impls/plex/plexfem.c
src/snes/examples/tutorials/ex13.c
src/snes/examples/tutorials/ex62.c
src/snes/examples/tutorials/makefile
src/snes/examples/tutorials/output/ex62_18.out
src/snes/examples/tutorials/output/ex62_19.out
src/snes/examples/tutorials/output/ex62_20.out
src/snes/examples/tutorials/output/ex62_20_parmetis.out
src/snes/examples/tutorials/output/ex62_21.out
src/snes/examples/tutorials/output/ex62_22.out
src/snes/examples/tutorials/output/ex62_23.out
src/snes/examples/tutorials/output/ex62_24.out
src/snes/examples/tutorials/output/ex62_25.out
src/snes/examples/tutorials/output/ex62_26.out
src/snes/examples/tutorials/output/ex62_27.out
src/snes/examples/tutorials/output/ex62_28.out
src/snes/examples/tutorials/output/ex62_29.out
src/snes/examples/tutorials/output/ex62_2d_p3_1.out
src/snes/examples/tutorials/output/ex62_30.out
src/snes/examples/tutorials/output/ex62_31.out
src/snes/examples/tutorials/output/ex62_32.out
src/snes/examples/tutorials/output/ex62_33.out
src/snes/examples/tutorials/output/ex62_34.out
src/snes/examples/tutorials/output/ex62_35.out
src/snes/examples/tutorials/output/ex62_36.out
src/snes/examples/tutorials/output/ex62_pc_simple.out
src/snes/examples/tutorials/output/ex62_pc_simplec.out
src/snes/examples/tutorials/output/ex62_quad_q2p1_full.out
src/snes/examples/tutorials/output/ex62_quad_q2q1_full.out
src/snes/utils/dmplexsnes.c

show more ...


# a94aea51 11-Jun-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

fix error message


# d4f5a9a0 11-Jun-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMLoad_Plex: throw error for unsupported viewer type.

This currently makes no difference as DMLoad() passes through only binary and hdf5.


# 62201dee 11-Jun-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMView_Plex: throw error for unsupported viewer type


# 0f8c6052 31-May-2018 Albert Cowie <arcowie@buffalo.edu>

Merge branch 'knepley/feature-error-logging' of bitbucket.org:petsc/petsc into knepley/feature-error-logging


# 0f981e3b 31-May-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-error-logging

* master: (324 commits)
DT: Reverting the tgamma change broke MPFR - I guess we need a nightly build with it in
Revert "tgamma: icc on wi

Merge branch 'master' into knepley/feature-error-logging

* master: (324 commits)
DT: Reverting the tgamma change broke MPFR - I guess we need a nightly build with it in
Revert "tgamma: icc on windows requires mathimf.h for tgamma."
setup routine no longer calls PetscCalloc5 if the arrays have already been allocated in a previous setup call
clarify SNESGetFunction()
Move MOAB docs to submansec so as not to clutter DM mansec
doc: remove matlab from doc generation dependency - i.e remove 'alldoc3' and use 'html' to generate corresponding '*.m.html' files.
Remove matlab pounders related cruft that is not required. Document the matlab code better and include an appropriate message in the help text.
Fixed typo.
Remove the inclusion of matlab in testing.
Finalizing comments and the work for the test problems.
Finished the testing and generation of plots. Some simple bug fixes addressed.
Set -Wl,-rpath for Mac OS Matlab mkl directory; don't pass -nojvm to matlab since it causes crashes on Barry's machine and is not needed
Added list of known problems with the code.
Added a comment on ignoring the return from Tao.
Finish with initial implementation of matlab interface to test TAO pounders.
Working through the matlab interface for pounders testing.
Fix typo in manual Reported-by: Jaroslaw Piwonski (CAU) <jpi@informatik.uni-kiel.de>
Fixed mkl_sparse_sypr() calls that were using an unsupported value in the matrix descriptor.
test harness: simplify code that checks for sequential-only tests
Fix the doc for call-backs drdyf drdpf
...

show more ...


# e04799ec 26-Apr-2018 Satish Balay <balay@mcs.anl.gov>

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


# fd194bc8 25-Apr-2018 Stefano Zampini <stefano.zampini@gmail.com>

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


# d1b71f57 19-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-error-logging

* master: (221 commits)
dashboard: count and list example compile failures like:
fix fix-pr879-jczhang-optimize-vecscatter-multi-copy
a

Merge branch 'master' into knepley/feature-error-logging

* master: (221 commits)
dashboard: count and list example compile failures like:
fix fix-pr879-jczhang-optimize-vecscatter-multi-copy
add manual page cross links for SNESLineSearchSetPostCheck() and related routines
fix help manual of MatCreateSubmatrices() Reported-by: Tim Steinhoff <kandanovian@gmail.com>
Add manual pages for PetscRealPart() and PetscImaginaryPart()
fix compile error with missing MPI_C_DOBULE_COMPLEX
fix typo Reported-by: Febrian Setianto <febrian.setianto@gmail.com>
plex tutorial ex5: updated test requirements
DMPlexLoad_HDF5_Xdmf_Internal: fix for complex PetscScalar.
DMPlexLoad_HDF5_Xdmf_Internal: fix for 64-bit PetscInt.
DMPlexBuildFromCellList_Internal: use DMPlexInvertCell_Internal (with PetscInt* arg)
petscviewer.h: removed notice which is no longer relevant
DMPlexCreateFromFile: document option
check only if PETSC_USE_DEBUG
DMPlexBuildFromCellList_Internal optionally inverts cells.
ex5: new test 4 with -compare without repartitioning
ex5: new test 3 using -compare
ex5: HDF5 write+read moved to separate function
ex5: option -format processed in ProcessOptions()
ex5: added missing hdf5 requirement
...

Conflicts:
include/petsclog.h

show more ...


# ba847c6f 19-Apr-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'haplav/feature-dmplex-distributed-hdf5-read' [PR #896]

* haplav/feature-dmplex-distributed-hdf5-read:
Implemented DMPlexLoad_HDF5_Xdmf_Internal which reads the XDMF-related HDF5 groups

Merge branch 'haplav/feature-dmplex-distributed-hdf5-read' [PR #896]

* haplav/feature-dmplex-distributed-hdf5-read:
Implemented DMPlexLoad_HDF5_Xdmf_Internal which reads the XDMF-related HDF5 groups for topology and geometry locally.
New formats PETSC_VIEWER_HDF5_{PETSC,XDMF} controlling both DMLoad and DMView:
PETSC_VIEWER_HDF5_PETSC, PETSC_VIEWER_HDF5_XDMF, PETSC_VIEWER_HDF5_VIZ, PETSC_VIEWER_DEFAULT.

show more ...


# 850224f6 19-Apr-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'psanan/manpages-notes-newlines' [PR #932]

* psanan/manpages-notes-newlines:
A large number of man pages are improperly formatted because of the lack of a newline after "Notes:", "Fortr

Merge branch 'psanan/manpages-notes-newlines' [PR #932]

* psanan/manpages-notes-newlines:
A large number of man pages are improperly formatted because of the lack of a newline after "Notes:", "Fortran Notes:", or "Developer Notes:".
This batch adds those newlines, with 4 spaces of indentation afterwards.
The uniform indentation arguably makes the man pages a little less readable in the source itself,
but overall this hopefully has a large positive impact on the readability of the HTML pages.

show more ...


# 9c48423b 14-Feb-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexCreateHDF5VizFromFile integrated into viewer and renamed.

Renamed to DMPlexLoad_HDF5_Xdmf_Internal.
Called from DMLoad_Plex() if format is set to PETSC_VIEWER_HDF5_XDMF or PETSC_VIEWER_HDF5_VI

DMPlexCreateHDF5VizFromFile integrated into viewer and renamed.

Renamed to DMPlexLoad_HDF5_Xdmf_Internal.
Called from DMLoad_Plex() if format is set to PETSC_VIEWER_HDF5_XDMF or PETSC_VIEWER_HDF5_VIZ.

show more ...


# 8aa4816b 13-Feb-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

New formats PETSC_VIEWER_HDF5_{PETSC,XDMF}.

DMPlexView_HDF5_Internal rewritten.


1...<<31323334353637383940>>...72