History log of /libCEED/examples/petsc/src/swarmutils.c (Results 1 – 17 of 17)
Revision Date Author Comments
# d4cc1845 30-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1912 from CEED/jeremy/copyright

minor - update copyright to 2026


# 9ba83ac0 19-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright to 2026


# 20a16a5f 20-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1786 from CEED/jeremy/copy-headers

minor - upate copyright to 2025


# d275d636 19-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - upate copyright to 2025


# c10b88bf 12-Feb-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1749 from CEED/zach/fix-swarm-utils

Remove massive VLA


# f174933e 12-Feb-2025 Zach Atkins <Zach.Atkins@colorado.edu>

Remove massive VLA


# bef6543f 27-Oct-2024 Jed Brown <jed@jedbrown.org>

Merge pull request #1703 from CEED/jrwrigh/update_matceed

fluids: Update MatCeed to be up-to-date with HONEE and Ratel


# 391f7d98 27-Oct-2024 James Wright <james@jameswright.xyz>

swarm: Implement RestorePointsPerCell


# 73c23039 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1538 from CEED/jeremy/fluids-int64

Enable int64 testing for PETSc examples


# 4d00b080 26-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

ex - enable int64 testing for PETSc examples, small fixes for compatibility


# a171b6ef 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1537 from CEED/jeremy/pragma-once

Use #pragma once for non-JiT headers


# 5aed82e4 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# f63ecca4 06-Dec-2023 Zach Atkins <zach.atkins@colorado.edu>

Merge pull request #1414 from CEED/zach/bps-swarm

Add support for running BPs with integration at particle points


# 90dde50e 04-Dec-2023 Zach Atkins <zach.atkins@colorado.edu>

Fix initialization of point locations

* Change cell_random to use built-in DMSwarm function

* Ensure uniform point distribution is uniform across cell boundaries

* Fix total number of points in pa

Fix initialization of point locations

* Change cell_random to use built-in DMSwarm function

* Ensure uniform point distribution is uniform across cell boundaries

* Fix total number of points in parallel

show more ...


# 78f7fce3 02-Dec-2023 Zach Atkins <zach.atkins@colorado.edu>

Add BPs with integration at arbitrary points


# 98285ab4 02-Dec-2023 Zach Atkins <zach.atkins@colorado.edu>

Make file comments and PetscFunctionBegin/Return spacing consistent (#1413)


# b6972d74 01-Dec-2023 Zach Atkins <zach.atkins@colorado.edu>

Update petsc-dmswarm example to use CeedOperatorAtPoints (#1411)

* Update petsc-dmswarm example to use CeedOperatorAtPoints

* Change mass operator to use geometric data

* Clean up DMSwarmCeedC

Update petsc-dmswarm example to use CeedOperatorAtPoints (#1411)

* Update petsc-dmswarm example to use CeedOperatorAtPoints

* Change mass operator to use geometric data

* Clean up DMSwarmCeedContext

* Refactor core swarm functions

* Comment indentation cleanup

show more ...