History log of /libCEED/interface/ceed-operator.c (Results 101 – 125 of 342)
Revision Date Author Comments
# f754c177 30-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

Tiny fix to use CeedCompositeOperator API


# 356036fa 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


# 1c66c397 30-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Interface consistency fixes (#1312)

* format - consistency fixes

* format - test name consistency

* format - drop comma operator

* format - drop git add . in favor coercion

* format - ad

Interface consistency fixes (#1312)

* format - consistency fixes

* format - test name consistency

* format - drop comma operator

* format - drop git add . in favor coercion

* format - add CeedScalarSwap macro

show more ...


# 7fc69c15 29-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1293 from CEED/jeremy/warn-set-qfpts

CeedOperatorSetNumQuadraturePoints Deprecation


# aca496be 17-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - dont error on redundant CeedOperatorSetNumQuadraturePoints call, add deprecation warning


# 54202681 01-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1273 from CEED/jeremy/ctx-label-fix

Fix CeedOperatorGetContextFieldLabel


# a98a090b 01-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - clearer logic in CeedOperatorGetContextFieldLabel, avoid segfault for single operator w/o ctx case


# 438e8f99 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1269 from CEED/jeremy/collocated-qpts

Check for compatible num_qpts with CEED_BASIS_COLLOCATED


# 528a22ed 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

doc - clarify error message and field compatibility requirements


# 5a72c492 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - set restr num_qpts as op num_qpts when CEED_BASIS_COLLOCATED is first field


# 9a18a30c 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - check for compatible num_qpts with CEED_BASIS_COLLOCATED


# 2ab8f9ab 17-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1213 from CEED/jeremy/use-refcopy

Consistency with Ceed*Refrence and Ceed*ReferenceCopy


# db002c03 11-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - consistency with Ceed*Refrence and Ceed*ReferenceCopy


# be301fac 09-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1211 from CEED/jeremy/op-apply-bug

Fix OperatorApply Bug


# 3ca2b39b 08-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - always zero output on Apply, even if no elem on process


# c5215752 24-Apr-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fix

Minor style consistency updates


# 9fd66db6 17-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

Further docstring cleanup, aiming for one sentence per line


# 6e6704a8 19-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1198 from CEED/jeremy/CeedCheck

Add CeedCheck macro to reduce repetition


# 6574a04f 18-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

internal - add CeedCheck macro to reduce repetition


# 4385fb7f 04-Mar-2023 Sebastian Grimberg <sjg@amazon.com>

Format docstrings


# 2c2ea1db 15-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Pedantic make option (#1193)

* make - add PEDANTIC option

* ci - use PEDANTIC make option

* cuda - fix pedantic error

* pedantic - drop nonstandard ternary for CeedError


# 2efebffe 12-Apr-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-dev

H(curl) basis and `CEED_EVAL_CURL`


# c4e3f59b 15-Feb-2023 Sebastian Grimberg <sjg@amazon.com>

Add H(curl) basis and CEED_EVAL_CURL operations

This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose a

Add H(curl) basis and CEED_EVAL_CURL operations

This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose an easy way to get non-tensor backends to work for H(div) and H(curl).

show more ...


# a76d53b2 30-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1186 from CEED/jeremy/vec-ref-destroy

Allow Ceed*Destroy/Ceed*Reference to be called on CEED_VECTOR_NONE, etc


# 393ac2cd 30-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - allow Ceed*Destroy/Ceed*Reference to be called on CEED_VECTOR_NONE, CEED_VECTOR_ACTIVE, CEED_ELEMRESTRICTION_NONE, CEED_BASIS_COLLOCATED


12345678910>>...14