History log of /libCEED/tests/t208-elemrestriction-f.f90 (Results 1 – 19 of 19)
Revision Date Author Comments
# d9b78650 15-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1426 from CEED/jeremy/trailing

Fix trailing spaces in non-linted files


# cefb0a82 14-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fix trailing spaces in non-linted files


# fdf20d15 20-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1339 from CEED/jeremy/spelling

Spelling is hard


# ac5aa7bc 19-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - spelling is hard


# e508ec0b 02-Aug-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #797 from CEED/jeremy/less-output

Refactor tests to reduce use of output


# 0acb07cd 02-Aug-2021 Jeremy L Thompson <jeremy@jeremylt.org>

tests - refactor t202,203,208,213 to not use output


# 874019bc 31-Mar-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #716 from CEED/jed/install-backend.h

Jed/install backend.h


# ec3da8bc 26-Mar-2021 Jed Brown <jed@jedbrown.org>

Install install backend headers under include/ceed/

This makes it possible to distribute source plugins that provide
additional backends. It's also used in MFEM, perhaps temporarily.

Deprecate ceed

Install install backend headers under include/ceed/

This makes it possible to distribute source plugins that provide
additional backends. It's also used in MFEM, perhaps temporarily.

Deprecate ceed-backend.h, which was not previously installed, but some
users accessed it from an in-place build.

Also install CUDA and HIP headers that allow users to provide CUfunction
and hipFunction_t.

Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu>
Requested-by: Andrew T. Barker <barker29@llnl.gov>

show more ...


# 611c67bb 15-May-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #538 from CEED/jed/petsc-3.14-gcc-10

Jed/petsc 3.14 gcc 10


# 1f9a83ab 14-May-2020 Jed Brown <jed@jedbrown.org>

tests: use implicit none; fix datatype mismatches reported by gfortran-10


# 65275b31 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

Merge branch 'master' into valeria/NSfixes


# 68d8d928 22-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #513 from CEED/jeremy/restriction-no-interlace

Convert restriction to offsets


# d979a051 14-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - convert restiction to use offsets instead of interlace mode. CPU and Python impl only, CUDA and MAGMA left to do.


# 4092d0ee 05-Feb-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #447 from CEED/jeremy/lmode-on-create

ElemRestriction Lmode in Create over Apply


# 61dbc9d2 27-Jan-2020 jeremylt <jeremy.thompson@colorado.edu>

ElemRestriction - make lmode a separate enum


# a8d32208 24-Jan-2020 jeremylt <jeremy.thompson@colorado.edu>

ElemRestriction - move lmode to constructor over apply


# d4fd2798 18-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #228 from CEED/rstr-block

Restriction Block


# 9fbf56ac 14-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Update t208-f to use offset


# be9261b7 28-Mar-2019 jeremylt <jeremy.thompson@colorado.edu>

Add ElemRestrictionApplyBlock