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


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


# 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


# 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


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

Merge Knepleys change set into mine

Merge branch 'knepley/feature-plex-l2-projection' of https://bitbucket.org/petsc/petsc into knepley/feature-plex-l2-projection


# fc7c92ab 26-Oct-2017 Matthew G. Knepley <knepley@gmail.com>

Swarm: Correct allocation of element matrix


# 4f482ee1 26-Oct-2017 Matthew G. Knepley <knepley@gmail.com>

Swarm: Correct preallocation for serial matrices


# e8291c10 26-Oct-2017 Matthew G. Knepley <knepley@gmail.com>

Swarm: Better error message


# 895a1698 26-Oct-2017 Matthew G. Knepley <knepley@gmail.com>

Swarm: Calc local size of mass matrix for one field


# 83c47955 25-Oct-2017 Matthew G. Knepley <knepley@gmail.com>

DMSwarm: Added mass matrix implementation


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


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

DMSwarm:
* Add a copy point method


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

DMSwarm event logging:
* Log memory management operations (add, remove points) and the setup for the sort context


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

DMSwarm event logging:
* Log events related to data movement between MPI-ranks


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

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


# 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


12345678910>>...12