History log of /libCEED/rust/libceed-sys/c-src/include/ceed/ (Results 126 – 150 of 338)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ...


/libCEED/.gitlab-ci.yml
/libCEED/Makefile
/libCEED/README.md
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-ref/ceed-cuda-ref-basis.c
/libCEED/backends/cuda-shared/ceed-cuda-shared-basis.c
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/hip-ref/ceed-hip-ref-basis.c
/libCEED/backends/hip-shared/ceed-hip-shared-basis.c
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/memcheck/ceed-memcheck-qfunctioncontext.c
/libCEED/backends/memcheck/ceed-memcheck-vector.c
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/backends/ref/ceed-ref-basis.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-qfunctioncontext.c
/libCEED/backends/ref/ceed-ref-vector.c
/libCEED/backends/sycl-ref/ceed-sycl-ref-basis.sycl.cpp
/libCEED/doc/bib/references.bib
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/deal.II/.clang-format
/libCEED/examples/deal.II/.gitignore
/libCEED/examples/deal.II/CMakeLists.txt
/libCEED/examples/deal.II/README.MD
/libCEED/examples/deal.II/bps-qfunctions.h
/libCEED/examples/deal.II/bps.cc
/libCEED/examples/deal.II/bps.h
/libCEED/examples/fluids/src/turb_spanstats.c
/libCEED/examples/petsc/bps.c
/libCEED/examples/rust/ex1-volume/src/main.rs
/libCEED/include/ceed/backend.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed.c
/libCEED/rust/libceed/src/qfunction.rs
/libCEED/tests/junit.py
/libCEED/tests/junit_common.py
/libCEED/tests/output/t402-qfunction.out
/libCEED/tests/t402-qfunction.c
1b7492f822-Jan-2024 Sebastian Grimberg <sjg@amazon.com>

Fix a few incorrect JIT header includes

cf8cbdd622-Jan-2024 Sebastian Grimberg <sjg@amazon.com>

Refactor GPU-backend element restriction source to only compile the required kernels, and do so lazily at first apply

cbfe683a20-Jan-2024 Sebastian Grimberg <sjg@amazon.com>

Lazily compile GPU diagonal/point-block diagonal assembly kernels as needed

Also fixes CEED_SIZE -> USE_CEEDSIZE definition.

7aa9113308-Nov-2023 Sebastian Grimberg <sjg@amazon.com>

Add deterministic element restriction transpose GPU kernels for oriented and curl-oriented restrictions

004e498616-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

Operator full assembly and diagonal assembly for cuda-ref and hip-ref backends for H(div) and H(curl) elements

dce4969315-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

Initial commit for cuda-ref and hip-ref backend support for oriented and curl-oriented element restrictions

For now, the element restriction transpose for oriented or curl-oriented cases is always n

Initial commit for cuda-ref and hip-ref backend support for oriented and curl-oriented element restrictions

For now, the element restriction transpose for oriented or curl-oriented cases is always non-deterministic.

show more ...

a36217cb15-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - remove legacy CEED_BASIS_COLLOCATED

b569baaf03-Jan-2024 Sebastian Grimberg <sebastiangrimb@gmail.com>

Define CeedPragmaSIMD for Clang (#1432)

* Define CeedPragmaSIMD for Clang

* Change clang loop vectorization pragma

6a8ec7bd20-Dec-2023 Sebastian Grimberg <sjg@amazon.com>

Fix comment

897d473720-Dec-2023 Sebastian Grimberg <sjg@amazon.com>

Fix GCC warnings for casts between incompatible function types

360501f420-Dec-2023 Sebastian Grimberg <sjg@amazon.com>

Silence compiler warnings for -Wstrict-prototypes


/libCEED/CONTRIBUTING.md
/libCEED/Makefile
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/hip-ref/ceed-hip-ref-operator.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/doc/sphinx/source/gpu.md
/libCEED/doc/sphinx/source/index.md
/libCEED/doc/sphinx/source/libCEEDapi.md
/libCEED/doc/sphinx/source/precision.md
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/petsc/README.md
/libCEED/include/ceed/backend.h
/libCEED/interface/ceed-qfunction-register.c
/libCEED/interface/ceed-register.c
/libCEED/interface/ceed.c
/libCEED/tests/README.md
/libCEED/tests/t208-elemrestriction-f.f90
/libCEED/tests/t314-basis-f.f90
/libCEED/tests/t320-basis-f.f90
/libCEED/tests/t322-basis-f.f90
/libCEED/tests/t323-basis-f.f90
/libCEED/tests/t400-qfunction-f.f90
/libCEED/tests/t401-qfunction-f.f90
/libCEED/tests/t402-qfunction-f.f90
/libCEED/tests/t500-operator-f.f90
/libCEED/tests/t501-operator-f.f90
/libCEED/tests/t502-operator-f.f90
/libCEED/tests/t503-operator-f.f90
/libCEED/tests/t504-operator-f.f90
/libCEED/tests/t505-operator-f.f90
/libCEED/tests/t506-operator-f.f90
/libCEED/tests/t510-operator-f.f90
/libCEED/tests/t511-operator-f.f90
/libCEED/tests/t520-operator-f.f90
/libCEED/tests/t521-operator-f.f90
/libCEED/tests/t522-operator-f.f90
/libCEED/tests/t523-operator-f.f90
/libCEED/tests/t524-operator-f.f90
/libCEED/tests/t530-operator-f.f90
/libCEED/tests/t531-operator-f.f90
/libCEED/tests/t532-operator-f.f90
/libCEED/tests/t533-operator-f.f90
/libCEED/tests/t534-operator-f.f90
/libCEED/tests/t535-operator-f.f90
/libCEED/tests/t536-operator-f.f90
/libCEED/tests/t540-operator-f.f90
/libCEED/tests/t550-operator-f.f90
/libCEED/tests/t552-operator-f.f90
bafebce115-Sep-2023 Sebastian Grimberg <sjg@amazon.com>

Consistency fix for a few missed CeedElemRestriction rstr variables in the public API

ca94c3dd05-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Docstring consistency (#1409)

* doc - docstring consistency

* doc - update for bad linking of type names

* doc - update for bad linking of type names


/libCEED/.clang-format
/libCEED/examples/petsc/area.c
/libCEED/examples/petsc/bps.c
/libCEED/examples/petsc/bpsraw.c
/libCEED/examples/petsc/bpssphere.c
/libCEED/examples/petsc/dmswarm.c
/libCEED/examples/petsc/include/areaproblemdata.h
/libCEED/examples/petsc/include/bpsproblemdata.h
/libCEED/examples/petsc/include/libceedsetup.h
/libCEED/examples/petsc/include/matops.h
/libCEED/examples/petsc/include/petscutils.h
/libCEED/examples/petsc/include/petscversion.h
/libCEED/examples/petsc/include/sphereproblemdata.h
/libCEED/examples/petsc/include/structs.h
/libCEED/examples/petsc/include/swarmutils.h
/libCEED/examples/petsc/multigrid.c
/libCEED/examples/petsc/qfunctions/swarm/swarmmass.h
/libCEED/examples/petsc/src/libceedsetup.c
/libCEED/examples/petsc/src/matops.c
/libCEED/examples/petsc/src/petscutils.c
/libCEED/examples/petsc/src/swarmutils.c
/libCEED/gallery/ceed-gallery-list.h
/libCEED/gallery/identity/ceed-identity.c
/libCEED/gallery/mass-vector/ceed-vectormassapply.c
/libCEED/gallery/mass/ceed-mass1dbuild.c
/libCEED/gallery/mass/ceed-mass2dbuild.c
/libCEED/gallery/mass/ceed-mass3dbuild.c
/libCEED/gallery/mass/ceed-massapply.c
/libCEED/gallery/poisson-vector/ceed-vectorpoisson1dapply.c
/libCEED/gallery/poisson-vector/ceed-vectorpoisson2dapply.c
/libCEED/gallery/poisson-vector/ceed-vectorpoisson3dapply.c
/libCEED/gallery/poisson/ceed-poisson1dapply.c
/libCEED/gallery/poisson/ceed-poisson1dbuild.c
/libCEED/gallery/poisson/ceed-poisson2dapply.c
/libCEED/gallery/poisson/ceed-poisson2dbuild.c
/libCEED/gallery/poisson/ceed-poisson3dapply.c
/libCEED/gallery/poisson/ceed-poisson3dbuild.c
/libCEED/gallery/scale/ceed-scale.c
/libCEED/include/ceed-impl.h
/libCEED/include/ceed/ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-cuda.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-hip.c
/libCEED/interface/ceed-jit-tools.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed-qfunction-register.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-register.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
78cbaa9530-Nov-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1300 from CEED/sjg/hcurl-hdiv-basis-cuda-hip

H(div) and H(curl) basis support for `cuda-ref` and `hip-ref` backends

48acf71030-Nov-2023 Jeremy L Thompson <jeremy@jeremylt.org>

OperatorAtPoints (#1390)

* op - add AtPoints interface

* op - reorder AtPoints QFunction for consistency

* op - add CEED_EVAL_WEIGHT for operator AtPoints

* doc - add CeedOperatorCreateAtPo

OperatorAtPoints (#1390)

* op - add AtPoints interface

* op - reorder AtPoints QFunction for consistency

* op - add CEED_EVAL_WEIGHT for operator AtPoints

* doc - add CeedOperatorCreateAtPoints to release notes

show more ...


/libCEED/.gitlab-ci.yml
/libCEED/Makefile
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref.c
/libCEED/backends/ref/ceed-ref.h
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/fluids/Makefile
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/include/petsc_ops.h
/libCEED/examples/fluids/include/smartsim.h
/libCEED/examples/fluids/index.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/advection.c
/libCEED/examples/fluids/problems/advection2d.c
/libCEED/examples/fluids/problems/eulervortex.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/problems/sgs_dd_model.c
/libCEED/examples/fluids/problems/shocktube.c
/libCEED/examples/fluids/qfunctions/advection.h
/libCEED/examples/fluids/qfunctions/advection2d.h
/libCEED/examples/fluids/qfunctions/advection_types.h
/libCEED/examples/fluids/qfunctions/differential_filter.h
/libCEED/examples/fluids/qfunctions/differential_filter_enums.h
/libCEED/examples/fluids/qfunctions/newtonian_state.h
/libCEED/examples/fluids/qfunctions/sgs_dd_model.h
/libCEED/examples/fluids/qfunctions/sgs_dd_training.h
/libCEED/examples/fluids/smartsim_regression_framework.py
/libCEED/examples/fluids/src/cloptions.c
/libCEED/examples/fluids/src/differential_filter.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/src/smartsim/smartsim.c
/libCEED/examples/fluids/src/smartsim_weak.c
/libCEED/examples/fluids/src/velocity_gradient_projection.c
/libCEED/examples/fluids/tests-output/y0_output.npy
/libCEED/include/ceed-impl.h
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed.c
/libCEED/tests/README.md
/libCEED/tests/junit.py
/libCEED/tests/junit_common.py
/libCEED/tests/t351-basis.c
/libCEED/tests/t352-basis.c
/libCEED/tests/t354-basis.c
/libCEED/tests/t356-basis.c
/libCEED/tests/t590-operator.c
/libCEED/tests/t590-operator.h
/libCEED/tests/t591-operator.c
/libCEED/tests/t591-operator.h
47b00e8f17-Nov-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ceed - set main to non-release

8d780e6517-Nov-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1396 from CEED/jeremy/context-bool

Add Boolan context field register/set/get/restore

23dbfd2917-Nov-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - explicit int width in ctx fields

d075f50b11-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

H(div) and H(curl) basis support for cuda-ref and hip-ref backends

127b3ffe22-Sep-2023 Sebastian Grimberg <sjg@amazon.com>

Resolve some missed header file function declarations inconsistencies

93f4dbf107-Sep-2023 Sebastian Grimberg <sjg@amazon.com>

Remove legacy CeedChk and CeedChkBackend (should use CeedCall, CeedCallBackend instead)

5b6ec28415-Nov-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - add Boolan field register/set/get/restore

86ad04cc06-Nov-2023 Sebastian Grimberg <sjg@amazon.com>

Minor cleanup to magma non-tensor kernel

1a0eda0801-Nov-2023 Sebastian Grimberg <sjg@amazon.com>

Fix regression but from shared-memory non-tensor basis transpose

12345678910>>...14