History log of /libCEED/examples/petsc/src/matops.c (Results 1 – 23 of 23)
Revision Date Author Comments
# 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


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


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

Update PETSc examples to use VecP2C and VecC2P (#1412)


# 1a2ffd0c 17-Aug-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1295 from CEED/sjg/petsc-examples-warnings

Silence compiler warnings for PETSc examples


# fd8f24fa 17-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

Remove some trailing semicolons from function definitions to silence compiler warnings


# 82bcd3d4 20-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1237 from CEED/jrwrigh/petsc-success

examples: Use PETSC_SUCCESS in PetscFunctionReturn


# ee4ca9cb 20-Jun-2023 James Wright <james@jameswright.xyz>

examples: Use PetscFunctionReturn in PETSC_SUCCESS


# 78a97f55 30-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1104 from CEED/jeremy/formatting

Minor Formatting Fixes


# ea61e9ac 30-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - assorted formatting fixes


# 2b730f8b 17-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - re

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - remove stray newline

* make - simpler 'make format' target

* ci - use newer libxsmm

* doc - minor release note claification

* minor - minor fix

* minor - minor fix

* minor - minor fix

* minor - minor fix

* make format

* format - less aggressive alignment rules

* tidy - check for argument name mismatches

* fix newline

* format - mirror Ratel update to .clang-format

* fix merge error

* fix merge conflict

* fix merge error

* drop style in .phony list

* Update .clang-format

Co-authored-by: Jed Brown <jed@jedbrown.org>

* apply updated format

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# 4f19f491 11-Nov-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #900 from CEED/rez/bps-tetra

PETSc BPs with tetrahedral elements


# ab1ff315 05-Nov-2022 rezgarshakeri <rezgar.shakeri@colorado.edu>

delete bcfunctions.c and some cleanup


# 38f32c05 28-Oct-2022 rezgarshakeri <rezgar.shakeri@colorado.edu>

Compute L2 Error like ratel


# 6c88e6a2 27-Oct-2022 rezgarshakeri <rezgar.shakeri@colorado.edu>

Added SetupContext for apply and error operators


# d4d45553 13-Oct-2022 rezgarshakeri <rezgar.shakeri@colorado.edu>

Update dXdx, Added bp_data to CreateBasisFromPlex


# 267b2e37 20-Oct-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1075 from CEED/jeremy/small-bps-fix

petsc - drop VecZero in diag assembly


# f1c40530 14-Oct-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - drop VecZero in diag assembly


# 60224bc5 14-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #913 from CEED/jeremy/coo-ptrdiff

Create CeedSize as ptrdiff_t


# 1f9221fe 11-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

vec - use CeedSize for vector lengths


# caa531a7 14-Apr-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #726 from CEED/jeremy/petsc-ex-build

Refactor petsc examples to reduce redundant code


# 9b072555 07-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

style - update to new style for petsc examples


# e83e87a5 06-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

petsc - refactor examples to reduce redundant code