History log of /petsc/src/dm/impls/swarm/swarmpic.c (Results 101 – 121 of 121)
Revision Date Author Comments
# 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'


# e4fbd051 06-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

filter atomic size from swarm output because it depends on size of PetscInt

Commit-type: portability-fix, testing-fix
Reported-by: nightly builds


# 1fa399ad 04-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with updated 17.10 compilers
Fix for test dirs that are not tutorials/tests
fix use of double in PetscAbsReal() which produces compiler warnings with single precision build
elemental: remove info on conflict of -with-cxx-dialect=C++11 on osx - it works now.
Cleanup .bib files
Fix allfortranstubs rule to rm generated files from correct directory, not outdated location
ierr set but not checked
Remove initial refine so test runs faster and does not time out on some machines
Gail's copyedits for bibtex items
Docs: manual: add further description of 3 different current testing options
DM: check for ops->localtolocalbegin/end before calling
PetscSF: fix typo in tutorial ex1
Vec+HDF5: Fix output for complex - Need to check for empty group name
SNES: SNESDestroy() can be called with snes->dm == NULL
SNES: SNESDestroy() can be called with snes->dm == NULL
Vec+HDF5: Fix output for complex - Need to check for empty group name
Docs: Manual: Update tests section
gmakegentest: also exclude .#filenames created by emacs
DMPlex: Fix output of test ex1 after changes to Gmsh reader
...

show more ...


# e75865b8 12-Nov-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/knepley/feature-plex-l2-projection'


# e7af74c8 26-Oct-2017 Dave May <dave.mayhem23@gmail.com>

DMSwarm:
* Man page updates


# ea3d7275 26-Oct-2017 Dave May <dave.mayhem23@gmail.com>

DMSwarm:
* Man page updates


# 431382f2 26-Oct-2017 Dave May <dave.mayhem23@gmail.com>

DMSwarm:
* Add support to insert points defined in the local coordinate system


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


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

DMSwarm complex build:
* Bug fixes for --with-scalar-type=complex


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

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


# 2e3d3761 18-Apr-2017 Dave May <dave.mayhem23@gmail.com>

DMSwarmPIC point layout:
* Fixed static memory allocation bug


# a5f152d1 18-Apr-2017 Dave May <dave.mayhem23@gmail.com>

DMSwarmPIC:
* Code fixes for complex builds


# c28a3c15 18-Apr-2017 Dave May <dave.mayhem23@gmail.com>

SwarmPIC bug fixes:
* Must use a consistent comm on the pos vectors and the star forest object. Require PETSC_COMM_SELF for local point location


# 94f7d2dc 18-Apr-2017 Dave May <dave.mayhem23@gmail.com>

DMSwarmPIC project:
* Added API for the swarm field projection
* Cleaned up prototype definitions


# 71844bb8 17-Apr-2017 Dave May <dave.mayhem23@gmail.com>

DMSwarmPIC SetCoordinates:
* Fixed two bugs
* (bug 1) Catch special case when you specify 1 point in a coordinate direction
* (bug 2) Allocate space for dim*npoints coordinates (not just npoints)


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

DMSwarmPIC point counting utils:
* Add getters for swarm sort context
* Add method to sum all points in all cells. This method can optionally use the sort context, although if its not available it wi

DMSwarmPIC point counting utils:
* Add getters for swarm sort context
* Add method to sum all points in all cells. This method can optionally use the sort context, although if its not available it will compute the cell counts via simply walking through the entire point list in the DMSwarm

show more ...


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

DMSwarm:
* Man page updates (formatting changes, new additions)


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

DMSwarm - Particle In Cell Tools:
* Add additional helper methods to define particle-in-cell methods using DMSwarm.
* The helpers includes: (i) methods to define initial coordinates of particles in a

DMSwarm - Particle In Cell Tools:
* Add additional helper methods to define particle-in-cell methods using DMSwarm.
* The helpers includes: (i) methods to define initial coordinates of particles in a cell wise fashion (support for DMDA 2d, 3d and DMPLEX (2d only); (ii) methods to specify particle coordinates via a uniform grid definition, or a user defined coordinate list (DMDA 2d,3d and DMPLEX 2d,3d); (iii) a simple XDMF viewer;

show more ...


12345