History log of /libCEED/ (Results 4076 – 4100 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1639664e06-Mar-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #276 from CEED/multi-qf-single-op

t506, Single QFunction Multiple Operators

f2f4e06006-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

Testing - add OCCA exception for t506

5b3ccac830-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

Tests - add t506, test reuse of QFunction across operators

38d0029a05-Mar-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #456 from CEED/jeremy/strided-restriction

Strided Restrictions


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-reg/ceed-cuda-reg-restriction.c
backends/cuda-reg/ceed-cuda-reg.h
backends/cuda/ceed-cuda-restriction.c
backends/cuda/ceed-cuda.h
backends/magma/ceed-magma-restriction.c
backends/magma/ceed-magma.h
backends/magma/magma_drestrictApply.cu
backends/occa/ceed-occa-restrict.c
backends/occa/ceed-occa-restrict.okl
backends/occa/ceed-occa.h
backends/opt/ceed-opt-operator.c
backends/ref/ceed-ref-operator.c
backends/ref/ceed-ref-restriction.c
examples/ceed/ex1-volume.c
examples/ceed/ex2-surface.c
examples/mfem/bp1.hpp
examples/mfem/bp3.hpp
examples/navier-stokes/advection.h
examples/navier-stokes/advection2d.h
examples/navier-stokes/common.h
examples/navier-stokes/densitycurrent.h
examples/navier-stokes/navierstokes.c
examples/nek/bps/bps.usr
examples/petsc/area.c
examples/petsc/bpsraw.c
examples/petsc/setup.h
include/ceed-backend.h
include/ceed-impl.h
include/ceed.h
include/ceedf.h
interface/ceed-basis.c
interface/ceed-elemrestriction.c
interface/ceed-fortran.c
interface/ceed-operator.c
interface/ceed-qfunction.c
interface/ceed-vector.c
python/__init__.py
python/ceed.py
python/ceed_constants.py
python/ceed_elemrestriction.py
tests/output/t211-elemrestriction-f.out
tests/output/t211-elemrestriction.out
tests/output/t212-elemrestriction-f.out
tests/output/t212-elemrestriction.out
tests/output/t213-elemrestriction.out
tests/python/output/test_211.out
tests/python/output/test_212.out
tests/python/test-2-elemrestriction.py
tests/python/test-5-operator.py
tests/t201-elemrestriction-f.f90
tests/t201-elemrestriction.c
tests/t211-elemrestriction-f.f90
tests/t211-elemrestriction.c
tests/t212-elemrestriction-f.f90
tests/t212-elemrestriction.c
tests/t213-elemrestriction.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/t504-operator-f.f90
tests/t504-operator.c
tests/t505-operator-f.f90
tests/t505-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/t523-operator-f.f90
tests/t523-operator.c
tests/t524-operator-f.f90
tests/t524-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
tests/t540-operator-f.f90
tests/t540-operator.c
39daeb9e05-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

make style

3d05795b05-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - remove extra variable declaration in cuda/gen

b1fe5f7005-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - cuda/reg recompute blocksize

d8a2756a05-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - cuda/gen fixes

25dfc19d05-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - fix readSliceQuadsStrided signature

2f4ca71805-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - fix writeDofsStrided3d signature

0e1c004328-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Interface - update constants to be const...ant

8621c6c628-Feb-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

ElemRestriction - make strides const

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

8ece311d25-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Style - fix style error

d80fc06a24-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - use strides as template parameters for cuda/gen

56d8cfc224-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Python - add CEED_ELEMRESTRICTION_NONE

15910d1624-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

ElemRestriction - add CEED_ELEMRESTRICTION_NONE so we can stop making dummy restrictions for CEED_EVAL_WEIGHT fields

7ed52d0120-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Make style

920dcdc414-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - initial impl of strided restrictions in cuda/gen

f2b2a89614-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - fix indices and strides arguments in cuda/gen

478672fe14-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - update ref/reg restrictions to use CEED_STRIDES_BACKEND {1, nelem*elemsize, elemsize}

0cd3b4e013-Feb-2020 nbeams <246972+nbeams@users.noreply.github.com>

magma backend: replace vector alias with explicit backend strides

07c0792412-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - add CEED_STRIDES_BACKEND

7f90ec7614-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CPU - fix CPU backend stridiniding for CEED_BACKENDSTRIDE

5e3019e212-Feb-2020 nbeams <246972+nbeams@users.noreply.github.com>

magma backend: add optimization for CEED_STRIDES_BACKEND in restriction

523b8ea012-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - add CEED_STRIDES_BACKEND

1...<<161162163164165166167168169170>>...226