History log of /libCEED/interface/ceed-vector.c (Results 76 – 100 of 160)
Revision Date Author Comments
# 859c15bb 17-Mar-2023 James Wright <james@jameswright.xyz>

doc: Fixes, Various formatting updates

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


# acb2c48c 13-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

vec - add CeedVectorViewRange utility


# 5fb68f37 08-Mar-2023 Karen (Ren) Stengel <karenlstengel@gmail.com>

Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)

* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support

---------

Co-authored-by: James Wrig

Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)

* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support

---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com>
Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# 0e0bb6dd 08-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1169 from CEED/jeremy/destroy-null

Always NULL object on Ceed*Destroy


# 83065cc9 07-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1175 from CEED/jeremy/doc-clarify

Update docstrings for Ceed*ReferenceCopy for clarity


# 512bb800 07-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

doc - update docstrings for Ceed*ReferenceCopy for clarity


# ad6481ce 06-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

safety - always NULL object on Ceed*Destroy


# 916593bb 16-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1159 from CEED/jeremy/memcheck-vec

memcheck - add vector read/write checking


# c6d796c6 16-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

vec - fix read-write access logic for VectorPointwiseMult


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


# 6e6fea42 01-Jul-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1014 from CEED/jeremy/verify-read

Verify ctx read-only access


# 75a19770 29-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

vec/ctx - backend Restore*Read only after last reader


# 5ba4e83e 04-Jun-2022 Jed Brown <jed@jedbrown.org>

Merge branch 'main' into jed/fluids-jacobian

* main: (24 commits)
op - more data in view
examples/fluids: Test for strong STG
examples/fluids: Add strong STG to documentation
examples/fluids

Merge branch 'main' into jed/fluids-jacobian

* main: (24 commits)
op - more data in view
examples/fluids: Test for strong STG
examples/fluids: Add strong STG to documentation
examples/fluids: Add option for BC from ICs
examples/fluids: Correct for non-origin domains
examples/fluids: Implement Strong STG BC
examples/fluids: Minor stg improvements/style
examples/fluids: Add Strong STG functions
examples/fluids: Fix memory leak in STG
GPU assembly: fix potential basis loading offset error
tests - more complex source include testing
pc - fix qf fallback cloning
restr - relax comp_stride check for num_comp == 1
make style
pc - avoid direct access of basis data in multigrid creation
ceed - refactor fallback Ceed creation into separate fn
minor - homogonize int vs CeedInt
basis - add input checks
restr - add input checks on element restrictions
examples/fluids: Update STG test for new mesh feats
...

show more ...


# fe329bd8 26-May-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #970 from CEED/jeremy/interface-audit

Audit object encapsulation


# 92ae7e47 26-May-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - homogonize int vs CeedInt


# ce18bed9 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #858 from CEED/jeremy/dump-copy-stuff

Strip redundant/outdated license info duplication


# b24c8744 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #922 from CEED/jeremy/vec-doc

CeedVectorRestoreArray doc update


# 3d8e8822 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# 9932a2af 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

doc - ref CeedVectorGetArrayWrite in CeedVectorRestoreArray brief


# 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


# 1946eaf0 18-Feb-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #898 from CEED/jeremy/qf-ctx-read

Read-only access for QFContext


# 73380422 15-Feb-2022 Jeremy L Thompson <jeremy@jeremylt.org>

tidy - clean up some tidy warnings


1234567