History log of /libCEED/interface/ (Results 151 – 175 of 779)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d77c2f5d08-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - add some missing CeedCall

6e536b9908-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

interface - add Ceed*ReturnCeed


/libCEED/backends/avx/ceed-avx-tensor.c
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-gen/ceed-cuda-gen-qfunction.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction-load.cpp
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunctioncontext.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-vector.c
/libCEED/backends/cuda/ceed-cuda-compile.cpp
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/hip-gen/ceed-hip-gen-qfunction.c
/libCEED/backends/hip-ref/ceed-hip-ref-operator.c
/libCEED/backends/hip-ref/ceed-hip-ref-qfunction-load.cpp
/libCEED/backends/hip-ref/ceed-hip-ref-qfunction.c
/libCEED/backends/hip-ref/ceed-hip-ref-qfunctioncontext.c
/libCEED/backends/hip-ref/ceed-hip-ref-vector.c
/libCEED/backends/hip/ceed-hip-compile.cpp
/libCEED/backends/memcheck/ceed-memcheck-qfunctioncontext.c
/libCEED/backends/memcheck/ceed-memcheck-restriction.c
/libCEED/backends/memcheck/ceed-memcheck-vector.c
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/backends/opt/ceed-opt-tensor.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-qfunctioncontext.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref-vector.c
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator-build.sycl.cpp
/libCEED/backends/sycl-gen/ceed-sycl-gen-qfunction.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunction-load.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunction.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-vector.sycl.cpp
/libCEED/backends/xsmm/ceed-xsmm-tensor.c
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/blasius.yaml
/libCEED/examples/fluids/channel.yaml
/libCEED/examples/fluids/gaussianwave.yaml
/libCEED/examples/fluids/index.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/bc_freestream.c
/libCEED/examples/fluids/problems/bc_slip.c
/libCEED/examples/fluids/problems/gaussianwave.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/problems/sgs_dd_model.c
/libCEED/examples/fluids/qfunctions/bc_freestream.h
/libCEED/examples/fluids/qfunctions/bc_freestream_type.h
/libCEED/examples/fluids/qfunctions/bc_slip.h
/libCEED/examples/fluids/qfunctions/riemann_solver.h
/libCEED/examples/fluids/qfunctions/sgs_dd_model.h
/libCEED/examples/fluids/qfunctions/sgs_dd_training.h
/libCEED/examples/fluids/qfunctions/sgs_dd_utils.h
/libCEED/examples/fluids/src/cloptions.c
/libCEED/examples/fluids/src/setupdm.c
/libCEED/examples/fluids/src/setuplibceed.c
/libCEED/examples/fluids/src/setupts.c
/libCEED/examples/fluids/src/smartsim/sgs_dd_training.c
/libCEED/examples/fluids/tests-output/blasius_stgtest.yaml
/libCEED/examples/fluids/tests-output/blasius_test.yaml
/libCEED/examples/fluids/tests-output/fluids-navierstokes-blasius-bc_slip.bin
/libCEED/examples/fluids/tests-output/stats_test.yaml
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-1d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-2d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-3d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-1d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-2d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-3d.h
ceed-basis.c
ceed-elemrestriction.c
ceed-operator.c
ceed-qfunction.c
ceed-qfunctioncontext.c
ceed-tensor.c
ceed-vector.c
9a25c35105-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - remove some extra void* casts


/libCEED/.github/workflows/c-fortran-test-hardware.yml
/libCEED/.github/workflows/c-fortran-test-icc.yml
/libCEED/.github/workflows/c-fortran-test-linux-osx.yml
/libCEED/.github/workflows/c-fortran-test-style.yml
/libCEED/.github/workflows/julia-documentation.yml
/libCEED/.github/workflows/julia-test-with-style.yml
/libCEED/.github/workflows/python-test-with-style.yml
/libCEED/.github/workflows/python-wheels.yml
/libCEED/.github/workflows/release-notes.yml
/libCEED/.github/workflows/rust-documentation.yml
/libCEED/.github/workflows/rust-test-with-style.yml
/libCEED/.gitlab-ci.yml
/libCEED/Makefile
/libCEED/backends/memcheck/ceed-memcheck-qfunction.c
/libCEED/backends/memcheck/ceed-memcheck-qfunctioncontext.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-qfunctioncontext.c
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator-build.sycl.cpp
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator.sycl.cpp
/libCEED/backends/sycl-gen/ceed-sycl-gen-qfunction.sycl.cpp
/libCEED/backends/sycl-gen/ceed-sycl-gen.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-basis.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-operator.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-vector.sycl.cpp
/libCEED/backends/sycl-shared/ceed-sycl-shared-basis.sycl.cpp
/libCEED/examples/fluids/Makefile
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/problems/sgs_dd_model.c
/libCEED/examples/fluids/src/differential_filter.c
/libCEED/examples/fluids/src/dm_utils.c
/libCEED/examples/fluids/src/grid_anisotropy_tensor.c
/libCEED/examples/fluids/src/misc.c
/libCEED/examples/fluids/src/setupts.c
/libCEED/examples/fluids/src/smartsim/sgs_dd_training.c
/libCEED/examples/fluids/src/smartsim/smartsim.c
/libCEED/examples/fluids/src/turb_spanstats.c
/libCEED/examples/fluids/src/velocity_gradient_projection.c
/libCEED/examples/fluids/tests-output/fluids-navierstokes-adv2d-rotation-explicit-strong.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin
/libCEED/gallery/identity/ceed-identity.c
ceed-fortran.c
ceed-qfunction.c
/libCEED/tests/t592-operator.c
22070f9523-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - more updates for const

f8608ea823-Feb-2024 Jed Brown <jed@jedbrown.org>

sycl: resolve const variance

9d61c3a323-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - tidy LoadSourceToBuffer internals

f8d308fa23-Feb-2024 Jed Brown <jed@jedbrown.org>

internal: const for source paths

Add const to CeedQFunctionLoadSourceToBuffer output argument. If we
had Result, this would look like

let const source_buffer = CeedQFunctionLoadSourceToBuffer()?;

internal: const for source paths

Add const to CeedQFunctionLoadSourceToBuffer output argument. If we
had Result, this would look like

let const source_buffer = CeedQFunctionLoadSourceToBuffer()?;

The caller is free to cast in the const when passing the output variable
if they want this semantic:

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;

show more ...

34ffed2123-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - const for CeedQFunctionGetSourcePath

7d02398423-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

backend - add const to QF name acessor

6f8994e923-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

interface - add const to GetName functions

ab74770622-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

qf/op - add QFunction/OperatorFieldGetData

1203703b22-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - reduce reaching into private structs

ef7f882e22-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1482 from CEED/zach/operator-is-at-points

Add `CeedOperatorIsAtPoints`

2a3ff1c922-Feb-2024 Zach Atkins <zach.atkins@colorado.edu>

Use `CeedOperatorIsAtPoints` instead of private data member

6e432cbe22-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - should error when trying to use QF flops, not retrieve

b594f9fa22-Feb-2024 Zach Atkins <zach.atkins@colorado.edu>

Add `CeedOperatorIsAtPoints`

9463e85520-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

op - add CeedOperatorHasTensorBases

249f840720-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - use CeedSize_FMT and similar changes

701e7d3516-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - use CeedSize for vec len checks

72e72e0e10-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1463 from CEED/jeremy/memcheck-strides

CEED_STRIDES_BACKEND related updates

56c4846205-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - fix signature of GetLayout

22eb138505-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - add CeedElemRestriction[Get,Set]LLayout

972f909d02-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - expand note about CEED_STRIDES_BACKEND

2247a93f10-Feb-2024 Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com>

CeedMatrixPseudoinverse utility function (#1251)

* Added CeedMatrixPseudoinverse utility and use it CeedBasisGetCollocatedGrad

* Used pseudoinverse utility in CeedBasisApplyAtPoints

* Update d

CeedMatrixPseudoinverse utility function (#1251)

* Added CeedMatrixPseudoinverse utility and use it CeedBasisGetCollocatedGrad

* Used pseudoinverse utility in CeedBasisApplyAtPoints

* Update description of CeedMatrixPseudoinverse function

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Used pseudoinverse utility in CeedBasisCreateProjectionMatrices

* Updated inline comments

* Added inline comment

* Round matrix-matrix product to zero in CeedBasisCreateProjectionMatrices

* increased tolerance in ex1-volume/src/main.rs

---------

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

show more ...

be9c646308-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

op - CeedOperatorGetFieldByName don't error if field not found

12345678910>>...32