History log of /petsc/include/petscdmswarm.h (Results 51 – 75 of 93)
Revision Date Author Comments
# d0c080ab 02-Apr-2021 Joseph Pusztay <josephpu@buffalo.edu>

TS examples for simple collision operators with PIC


# 5de171f1 15-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ts-ex-particle-flow' into 'master'

Knepley/feature ts ex particle flow

See merge request petsc/petsc!3557


# 31403186 13-Jan-2021 Matthew G. Knepley <knepley@gmail.com>

DMSwarm: Small additions


# 48219a7a 06-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-swarm-mass-prec' into 'master'

Knepley/feature swarm mass prec

See merge request petsc/petsc!3132


# 4cc7f7b2 03-Sep-2020 Matthew G. Knepley <knepley@gmail.com>

Swarm: Added DMSwarmCreateMassMatrixSquare()


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# 1c575b32 07-Jul-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 26bd1501 05-Jul-2019 Barry Smith <bsmith@mcs.anl.gov>

Remove use of _ and __ in front of PETSc include guards. Reason: C99 Reserved Identifiers

Commit-type: portability-fix


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


# 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


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

DMSwarm Cellwise layout:
* Interpolate coords and set values on the swarm


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

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


# e0e61dcb 25-Jul-2017 Karl Rupp <me@karlrupp.net>

Fixed C89 compilation errors (C++ comments, comma at end of enumerator)

http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/07/25/make_next_arch-linux-c89_el6.log


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

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


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

DMSwarm:
* Add a copy point method


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

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


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


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

DMSwarm - sort context:
* Added utility for efficient traversal of points in a cell-wise manner


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


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

DMSwarmPIC:
* Store default field for the cell index


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


# 162a9882 11-Aug-2016 Patrick Sanan <patrick.sanan@gmail.com>

Merge branch 'master' into psanan/pc-telescope-nearnullspace


1234