History log of /petsc/src/dm/impls/plex/plexadapt.c (Results 126 – 150 of 161)
Revision Date Author Comments
# 8bee6947 30-Mar-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-tests-new

* master: (108 commits)
Bib: Added ref
Bib: Updated reference
Bib: Updated reference
Work around problems with Apple Xcode 8.3 and h

Merge branch 'master' into knepley/feature-plex-tests-new

* master: (108 commits)
Bib: Added ref
Bib: Updated reference
Bib: Updated reference
Work around problems with Apple Xcode 8.3 and handling of rpath argument with gfortran
help menu update for MatCreateSubMatrices() Reported-by: Brad Aagaard <baagaard@usgs.gov>
fix flops for PCApply_PBJacobi_1 and PCApply_PBJacobi_7 Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>
TSRK: Fix FSAL optimization to not skip update and check or stages.
Travis-CI: Workaround too long TMPDIR in macOS with Open MPI
test: Fix type mismatch in KSP test.
test: Fix warnings from gfortran -Wconversion (OS X, Homebrew build)
MPIUNI: Silence GCC -Wconversion warnings
Fortran: Add error checking for incorrect PETSC_NULL_XXX argument when expecting function
fix test output per changes in 517c9301b2e9239931bfd644803fd6bb859387ea
MUMPS: update to version 5.1.1 with opensolaris compile fixes
TSRK: Mention 5BS in the changelog.
TSRK: Mention the new 5BS scheme in the manual.
fix 'unused variable' warning
Remove unused code
added hbw_realloc
fixed undefined ptr
...

Conflicts:
config/BuildSystem/config/packages/med.py

show more ...


# b8fd506b 25-Mar-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/balay/update-sowing-1.1.25-p1'


# 94ef8dde 19-Mar-2017 Satish Balay <balay@mcs.anl.gov>

fortran: disable interfaces for functions with 'char' arguments. Now we get compile errors


# 8713909f 17-Mar-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Update interface and fix boundary labels for Pragmatic


# bbc23918 16-Mar-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Take overlap generation out of Adapt() for now


# cc29c497 15-Mar-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Use new parallel Pragmatic interface


# 51ff0a1c 14-Mar-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixing Pragmatic interface


# a2e1bd45 14-Mar-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix adaptation for serial case
- Pragmatic need overlapped mesh


# c90b701e 14-Mar-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-pragmatic-parallel

* master: (1379 commits)
Minor fixes for tchem examples due to changes in PETSc infrastructure
update webpage about API changes

Merge branch 'master' into knepley/feature-plex-pragmatic-parallel

* master: (1379 commits)
Minor fixes for tchem examples due to changes in PETSc infrastructure
update webpage about API changes
add help menu for MatCreateSubMatricesMPI()
rename struct Mat_SubMat -> Mat_SubSppt
add a little information to the manual about using tchem
rename MatCreateSubMatrixComposite -> MatCreateSubMatrixVirtual; Mat_SubMatrix -> Mat_SubVirtual
need to protect the \ passed on the makefile on my Mac
Bib: Updated ref
update src/mat/examples/tests/output/ex23_#.out
rename MatGetSubMat -> MatCreateSubMat
Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES
superlu: libray is installed in PREFIX/lib64 - fix this to use PREFIX/lib
backport fixes cc105cc3 2b35c90a - required for 3bf428d - that was backported from master - 80c96bb
'echo -n' fails on opensolaris/osx - so avoid using it.
fix diffs in nightlybuilds due to options in ~/.petscrc
add Kelley03 to src/docs/tex/petsc.bib
build: determine moudles, mpi.h used during buildtime and print in 'info'
fix analyzer warnings
fix build failure on opensolaris - where -lm from flibs is removed due to -lm in cxxlibs. But then - only flib gets used for some configure tests [blaslapack, parms]
config: prefer __restrict over C99 restrict keyword
...

show more ...


# acfe6ead 15-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

c++ fixes


# 9137bce6 24-Dec-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/remove-funct'


# fbfcfee5 19-Dec-2016 Barry Smith <bsmith@mcs.anl.gov>

Remove the use and definition of __FUNCT__ throughout the code

Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc
Time: 1.5 hours
Thanks-t

Remove the use and definition of __FUNCT__ throughout the code

Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc
Time: 1.5 hours
Thanks-to: Andreas Mang <andreas@ices.utexas.edu>

show more ...


# c3e1e6b1 13-Oct-2016 Matthew G. Knepley <knepley@gmail.com>

Plex: Starting parallel adaptation interface


# 1838b4a6 11-Oct-2016 Matthew G. Knepley <knepley@gmail.com>

Plex: Update to parallel Pragmatic interface


# bc1d7e78 11-Oct-2016 Matthew G. Knepley <knepley@gmail.com>

Plex: Use comm variable


# 54761ea3 14-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in m

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in master (the introduction of MatFactorGetError()) therefor need
to merge in master and use the new construct before merging to next

show more ...


# 3d996552 19-Jul-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddc.c

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcfetidp.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcschurs.c
src/mat/impls/is/matis.c
src/mat/impls/is/matis.h

show more ...


# 9884e7e0 25-May-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into tisaac/ts-ex11-amr

* master: (141 commits)
chombo: fix dirname in tarball and update to use snapshot with gcc-6.1 compile fix
petsc4py: fix tarball url [for arbitary c

Merge branch 'master' into tisaac/ts-ex11-amr

* master: (141 commits)
chombo: fix dirname in tarball and update to use snapshot with gcc-6.1 compile fix
petsc4py: fix tarball url [for arbitary commitid] - and dirname in tarball
Plex: Moved ReconstructGradients_Internal() and ApplyLimiter_Internal() to Plex from SNES
CUDA: Added external declaration for cuBLAS handle.
docs: fix reference to KSP_Create in parent commit
Add information on PETSC_EXTERN and PETSC_INTERN to developers manual
Plex: Symbol is shared between DM and SNES, so must be EXTERN
Plex: Remove unused variables
Configure: Fix check for spaces in PETSC_DIR
Plex: Updated examples to new DMPlexCreateBoxMesh()
sick of failure due to incorrect master branch
SNES ex12: Fixed unstructured GMG test
SNES ex12: Added another unstructured GMG test
petsc4py: use the snapshot with the fix for dmplex change
Examples that require Fortran to compile but were listed in tests that did not require Fortran
Plex ex19: Added DMSetFromOptions()
Plex: Store a flag indicating whether the boundary should change during remeshing - Set using -dm_plex_remesh_bd - Changed Remesh_Internal() signature
Always coarsen boundaries.
Plex: Fixed option name
Plex: Protect unused variables
...

Conflicts:
src/dm/impls/plex/makefile
src/snes/utils/dmplexsnes.c

show more ...


# dcc3cfc9 23-May-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'pr478/knepley/feature-dmplex-adapt/master'

* pr478/knepley/feature-dmplex-adapt/master: (34 commits)
SNES ex12: Fixed unstructured GMG test
SNES ex12: Added another unstructured GM

Merge branch 'pr478/knepley/feature-dmplex-adapt/master'

* pr478/knepley/feature-dmplex-adapt/master: (34 commits)
SNES ex12: Fixed unstructured GMG test
SNES ex12: Added another unstructured GMG test
petsc4py: use the snapshot with the fix for dmplex change
Plex ex19: Added DMSetFromOptions()
Plex: Store a flag indicating whether the boundary should change during remeshing - Set using -dm_plex_remesh_bd - Changed Remesh_Internal() signature
Always coarsen boundaries.
Plex: Fixed option name
Plex: Protect unused variables
Plex: Fixes for c89
Plex: Fixes for complex
SNES ex12: Updated output for coarsening
Plex ex3: Updated output for coarsening
Plex ex19: Now working with refactored Adapt()
Plex: Refactored DMPlexAdapt() - Added DMPlexRemesh_Internal() - Use Remesh inside DMCoarsen_Plex() - Use Join() to set label on faces
Plex ex19: Simplified parallel construction of metric
Plex ex19: General cleanup
Plex: DMPlexCreateBoxMesh() now takes the number of faces
Add output files for tests
Fix previous memory fix
Fix memory problems
...

Conflicts:
config/BuildSystem/config/packages/petsc4py.py
config/builder.py

show more ...


# 2e62ab5a 22-May-2016 Matthew G. Knepley <knepley@gmail.com>

Plex: Store a flag indicating whether the boundary should change during remeshing
- Set using -dm_plex_remesh_bd
- Changed Remesh_Internal() signature


# 33d54644 22-May-2016 Patrick Farrell <patrick.farrell@maths.ox.ac.uk>

Always coarsen boundaries.


# 2ee120b0 22-May-2016 Matthew G. Knepley <knepley@gmail.com>

Plex: Protect unused variables


# 5f2e139e 22-May-2016 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixes for complex


# f7bcbcbb 22-May-2016 Matthew G. Knepley <knepley@gmail.com>

Plex: Refactored DMPlexAdapt()
- Added DMPlexRemesh_Internal()
- Use Remesh inside DMCoarsen_Plex()
- Use Join() to set label on faces


# 0cc7ec9c 19-May-2016 barral <none@none.fr>

Fix previous memory fix


1234567