History log of /petsc/src/dm/impls/swarm/data_bucket.c (Results 76 – 100 of 144)
Revision Date Author Comments
# a67b5ffc 22-May-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/rmills/fix-dm-replace-ifdefs'


# 497880ca 21-May-2018 Richard Tran Mills <rmills@rmills.org>

Change #if(n)def to #if (!)defined in all DM code.

Commit-type: style-fix


# 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 ...


# 2f07c833 14-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-snes-ex13-spectral

* master: (2350 commits)
migrate warning fix from next-tmp
Revert "Remove dead code."
clarifying comment in the code
Remove dead

Merge branch 'master' into knepley/feature-snes-ex13-spectral

* master: (2350 commits)
migrate warning fix from next-tmp
Revert "Remove dead code."
clarifying comment in the code
Remove dead code.
Add JuMP citation
Copyedits and updates to developers manual
Add more protection to intrinsics
MPI: protect arguments in MPI macros
Add the missing conditionals for 64-bit build
Plex+VTK: Fix field type determination
Fix bug in name cleanup
Bib: Added ref
Plex+VTK: Fix field type determination
Plex: Updated test output - I am now hating this shit
forgot to save file after moving prototypes to petscsys.h
update Apple example project settings per Xcode
Two functions should actually be public, used, for example from Apple MacOS and iOS programs
includes should always be included relative to include directory
Apple removed old locations of docsets
SNES ex12: Updated test output
...

Conflicts:
src/snes/examples/tutorials/ex13.c

show more ...


# 9044fa66 14-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-residual-loop
Warning: This merge includes real changes

* master: (188 commits)
Add JuMP citation
Copyedits and updates to developers manual
Add mor

Merge branch 'master' into knepley/fix-plex-residual-loop
Warning: This merge includes real changes

* master: (188 commits)
Add JuMP citation
Copyedits and updates to developers manual
Add more protection to intrinsics
MPI: protect arguments in MPI macros
Add the missing conditionals for 64-bit build
Plex+VTK: Fix field type determination
Fix bug in name cleanup
Bib: Added ref
Plex+VTK: Fix field type determination
Plex: Updated test output - I am now hating this shit
forgot to save file after moving prototypes to petscsys.h
update Apple example project settings per Xcode
Two functions should actually be public, used, for example from Apple MacOS and iOS programs
includes should always be included relative to include directory
Apple removed old locations of docsets
SNES ex12: Updated test output
SNES ex62: Set name of solution vector - Update test output
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html
release: set v3.9 strings
move output file to the correct location. i.e fix 305862f9cd0dc399542ae11dd744508e4b6ad2e3
...

Conflicts:
src/snes/utils/dmplexsnes.c
src/ts/utils/dmplexts.c

show more ...


# b2f06193 08-Apr-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 279f676c 08-Apr-2018 Barry Smith <bsmith@mcs.anl.gov>

includes should always be included relative to include directory

Apple changed the location for DocSets

Commit-type: bug-fix, documentation


# e4bc0d72 08-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

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

* master: (440 commits)
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html
release: set v3.9 strings
fix grep us

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

* master: (440 commits)
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html
release: set v3.9 strings
fix grep usage on solaris [use egrep]
opensolaris: fix errors
Update timer reporting and minor reporting fix
Remove redundant if statement. Found by @jedbrown
Fixed problem with order of developer photos on website.
superlu_dist: use correct flag in example [PETSC_HAVE_SUPERLU -> PETSC_HAVE_SUPERLU_DIST]
Bib: PERMON ref
fix for osx
doc: more author fixes
doc: more author fixes
Italicized "orderings" in MPI process placement discussion.
Added Richard to the user manual author list.
Added Richard to the list of active developers on the website.
add string check for MS-MPI and IMPI timeout errors
opensolaris does not have multiple grep utils - but default one does not support -F. So use fgrep instead
Standardizing timeout checks
Report wall clock time of total tests
Use time instead of date %s
...

Conflicts:
include/petscpc.h
src/ksp/ksp/interface/itfunc.c

show more ...


# 8efcc134 27-Mar-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'psanan/dmswarm-namespacing' [PR #904]

* psanan/dmswarm-namespacing:
This attempts to namespace many of the internally-used components of DMSwarm.


# ee71fbae 21-Mar-2018 Patrick Sanan <patrick.sanan@gmail.com>

DMSwarm: data_bucket spellcheck registeration


# 77048351 15-Mar-2018 Patrick Sanan <patrick.sanan@gmail.com>

DMSwarm: namespacing and symbol hiding

DataBucket --> DMSwarmDataBucket
DataEx --> DMSwarmDataEx
DataField --> DMSwarmDataField
DEObjectState --> DMSwarmDEObjectState
DATA_BUCKET_XXX --> DMSWARM_DAT

DMSwarm: namespacing and symbol hiding

DataBucket --> DMSwarmDataBucket
DataEx --> DMSwarmDataEx
DataField --> DMSwarmDataField
DEObjectState --> DMSwarmDEObjectState
DATA_BUCKET_XXX --> DMSWARM_DATA_BUCKET_XXX
DATAFIELD_XXX --> DMSWARM_DATAFIELD_XXX
StringInList/StringFindInList --> DMSwarmDataFieldStringInList/DMSwarmDataFieldStringFindInList
__DATATFIELD_XXX --> DMSWARM_DATAFIELD_XXX

Mark DMSwarmDataBucket and DMSwarmDataEx functions PETSC_INTERN

Update test output with new names DMSwarmDataEx and DMSwarmDataBucket

Fix alignment as needed, and perform other minor formatting fixes.

show more ...


# 08317d8b 24-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/add-ftn-linfinity-conv-test' of bitbucket.org:petsc/petsc into barry/add-ftn-linfinity-conv-test


# 7f41d991 10-Jan-2018 Scott Kruger <scott.e.kruger@gmail.com>

Merge branch 'master' into scott/ksp-ksp-tutorials


# ee863645 10-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/all-new-test-harness-branches'


# d7d19db6 29-Oct-2017 Barry Smith <bsmith@mcs.anl.gov>

swarm always requires real and double! Remove dead test example

use size for size, not freaking nproc or any random crap name you make up

Commit-type: testing-fix,style-fix
Reported-by: nightly te

swarm always requires real and double! Remove dead test example

use size for size, not freaking nproc or any random crap name you make up

Commit-type: testing-fix,style-fix
Reported-by: nightly tests

show more ...


# 298827fb 26-Oct-2017 Barry Smith <bsmith@mcs.anl.gov>

Converted a directory over to the new test harness

Includes adding missing tests and fixing the incorrect formating of several examples source code

Commit-type: testing-fix,style-fix,example


# 3eb13656 05-Aug-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/stefano_zampini/fix-dmwswarm-includes-andothers'


# 5917a6f0 04-Aug-2017 Stefano Zampini <stefano.zampini@gmail.com>

DMSwarm: remove unneded inclusion of petsc.h that was triggering recompilation when any of petscts.h etc was modified


# 861607ee 26-Jul-2017 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dmay/swarm-pic-tools-v3.8'


# 67261450 24-Jul-2017 Dave May <dave.mayhem23@gmail.com>

Fix conflict in makefile when merging dmay/swam-pic-tools into master


# ec14d8c8 27-May-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-sphere-mesh

* master: (2633 commits)
Bib: Added ref
SNES ex56: Update test output
add a citation to petsc.bib
Plex: Initialize variables
ini

Merge branch 'master' into knepley/feature-plex-sphere-mesh

* master: (2633 commits)
Bib: Added ref
SNES ex56: Update test output
add a citation to petsc.bib
Plex: Initialize variables
initialize ap as complained by the nightly tests
Plex ex3: Update to new point function API
initialize some variables as complained by nightly tests
SNES ex12: Mix misnaming Nf --> Nc
update tests
add tests
add MatView_SeqXAIJ_ASCII_structonly(); enable A->structure_only in MatSetValuesBlocked_SeqBAIJ
typo
fill-in some references
Bib: Fixed ref
Plex: Added PLY to file support
Plex: Adding PLY support
PetscDS: Turn off Fortran bindings for Constants
Plex tests: Updated to new point function API
SNES ex56: Moved tests to new format
DM: Allow field projection functions to take an array of scalars - This will allow us to pass in user data to kernels without void *, more efficiency than aux fields
...

Conflicts:
config/builder.py
include/petscdmplex.h
src/dm/impls/plex/examples/tests/ex1.c
src/dm/impls/plex/plexcreate.c
src/dm/impls/plex/plexgmsh.c
src/snes/examples/tutorials/ex63.c

show more ...


# 65141ba8 17-Apr-2017 Dave May <dave.mayhem23@gmail.com>

DMSwarm/DataBucket:
* Add variable for using default buffer rather than putting in -1


# c8d15862 16-Apr-2017 Dave May <dave.mayhem23@gmail.com>

DataBucket:
* Permit re-sizing objects to have length zero


# ab2be9a3 16-Apr-2017 Dave May <dave.mayhem23@gmail.com>

DataBucket:
* Unify stdout output format for sequential and parallel cases


# 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 ...


123456