History log of /libCEED/ (Results 4326 – 4350 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
913efc9a19-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

QFunction - update style in Calloc call

d79b80ec19-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Ceed - update documentation: CEED -> Ceed context

51c3addd19-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Header - fix ElemRstr doc and remove redundant declaration

5107b09f18-Nov-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Delegate AssembleLinearQF to ref/serial when not impl (#406)

* Operator - delegate AssembleLinearQF to ref/serial when not impl by backend

* Occa - Fix restriction summing error

* Tests - fix

Delegate AssembleLinearQF to ref/serial when not impl (#406)

* Operator - delegate AssembleLinearQF to ref/serial when not impl by backend

* Occa - Fix restriction summing error

* Tests - fix error in t534-f qfunction for CPU

* make style

* Operator - clarify fallback mechanism, allow backends to provide fallback other than /cpu/self/ref/serial

* Operator - update fallback to avoid copying vectors, restrictions

* Operator - move fallback to ceed level

* Operator - explicitly check for falling back to onself

* Update interface/ceed-operator.c

Co-Authored-By: Jed Brown <jed@jedbrown.org>

show more ...

0614b1d018-Nov-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #419 from CEED/jeremy/view-qf

QFunction - add QFunctionView

23f23fac18-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

make style

f1a4e9fe18-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Tests - add codecov markers

2da88da518-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Operator/QFunction - Update view formatting

2ebaca4218-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Operator - add OperatorView

75affc3b17-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

QFunction - add QFunctionView

085841a517-Nov-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #420 from CEED/jeremy/revert-bug

revert typo

503c598b17-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

revert typo

f0288b0517-Nov-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #418 from CEED/jeremy/memcheck-serial

Serial Memcheck Backend

abfaacbb17-Nov-2019 Sander Arens <sanderarens@gmail.com>

Add Ceed_Cuda struct to Ceed_Cuda_ref/shared/gen.

Now Ceed_Cuda_ref/shared/gen act like subclasses and can be properly cast to Ceed_Cuda.

1ef3f58f17-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Memcheck - make serial memcheck backend

8cc9b4f317-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

revert stray folder


7af48cf917-Nov-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #417 from CEED/jeremy/none-args

None Args


backends/blocked/ceed-blocked-operator.c
backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
backends/cuda-gen/ceed-cuda-gen-operator.c
backends/cuda-gen/ceed-cuda-gen-qfunction.c
backends/cuda-reg/ceed-cuda-reg-basis.c
backends/cuda-shared/ceed-cuda-shared-basis.c
backends/cuda/ceed-cuda-basis.c
backends/occa/ceed-occa-basis.c
backends/occa/ceed-occa-operator.c
backends/opt/ceed-opt-operator.c
backends/ref/ceed-ref-basis.c
backends/ref/ceed-ref-operator.c
examples/ceed/ex1.c
examples/ceed/ex2.c
examples/mfem/bp1.hpp
examples/mfem/bp3.hpp
examples/navier-stokes/navierstokes.c
examples/nek/bps/bps.usr
examples/petsc/area.c
examples/petsc/bps.c
examples/petsc/bpsraw.c
examples/petsc/multigrid.c
examples/petsc/setup.h
include/ceed.h
include/ceedf.h
interface/ceed-fortran.c
interface/ceed-operator.c
interface/ceed-qfunction.c
tests/t312-basis.c
tests/t322-basis-f.f90
tests/t322-basis.c
tests/t500-operator-f.f90
tests/t500-operator.c
tests/t501-operator-f.f90
tests/t501-operator.c
tests/t502-operator-f.f90
tests/t502-operator.c
tests/t503-operator-f.f90
tests/t503-operator.c
tests/t510-operator-f.f90
tests/t510-operator.c
tests/t511-operator-f.f90
tests/t511-operator.c
tests/t520-operator-f.f90
tests/t520-operator.c
tests/t521-operator-f.f90
tests/t521-operator.c
tests/t522-operator-f.f90
tests/t522-operator.c
tests/t530-operator-f.f90
tests/t530-operator.c
tests/t531-operator-f.f90
tests/t531-operator.c
tests/t532-operator-f.f90
tests/t532-operator.c
tests/t533-operator-f.f90
tests/t533-operator.c
tests/t534-operator-f.f90
tests/t534-operator.c
tests/t535-operator-f.f90
tests/t535-operator.c
tests/t536-operator-f.f90
tests/t536-operator.c
9e3a549316-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

make style

e97ff13416-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Operator - enable CEED_VECTOR_NONE as OperatorApply argument

442e7f0b16-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Operator - add QFUNCTION_NONE

a7b7f92916-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Basis - Use CEED_VECTOR_NONE for EVAL_MODE_WEIGHT

460bf74315-Nov-2019 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Fix t301-basis.c (#416)

* Fix bug in t301-basis.c

* Minor fix in ceed-basis.c documentation

1ba5c4f713-Nov-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #415 from CEED/jeremy/vec-tests

Tests - add t106 SyncArray and t107 VectorView

93e877c113-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Tests - add t106 SyncArray and t107 VectorView

196c903211-Nov-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #409 from CEED/jeremy/ident-cpu-opt

CPU - avoid extra memcpy for identity qfunctions

1...<<171172173174175176177178179180>>...226