History log of /libCEED/tests/t302-basis-f.f90 (Results 1 – 18 of 18)
Revision Date Author Comments
# 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


# 9ac7b42e 02-Aug-2021 Jeremy L Thompson <jeremy@jeremylt.org>

tests - refactor t301,302 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


# fce06f5e 19-Sep-2019 Jed Brown <jed@jedbrown.org>

Merge pull request #359 from CEED/jeremy/more-tests

Expand Test Suite


# 8cce741b 18-Sep-2019 jeremylt <jeremy.thompson@colorado.edu>

Tests - fix t302 for C/Fortran interoperability


# 22e61f76 18-Sep-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #355 from CEED/jeremy/colo-typo

Tests - Fix colo typo in tests


# b300f92c 18-Sep-2019 jeremylt <jeremy.thompson@colorado.edu>

Tests - Fix colo typo in tests


# 52bfb9bb 13-Sep-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Symmetric Schur and Simultaneous Diagonalization (#299)

This PR adds simultaneous diagonalization and reorders the t3* tests.

* Interface: add Schur Decomp and interface for Simultaneous Diagonal

Symmetric Schur and Simultaneous Diagonalization (#299)

This PR adds simultaneous diagonalization and reorders the t3* tests.

* Interface: add Schur Decomp and interface for Simultaneous Diagonalization, implement Schur Decomp

* Tests: add Symmetric Schur Fortran test

* Interface: implement Simult Diag

* Tighten Givens tolerance in symmetric Schur

* Tests: Reorder t3* tests

* Basis - Check bounds for symmetric Schur

* Simult Diag - Add LAPACK function reference

* Typo fix

* Basis - 'static' CeedMatrixMultiply

* Merge - fix small issues

* Basis - typo fix

* Basis - Documentation fixes

show more ...


# 76f827fe 29-Aug-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #316 from CEED/jeremy/codecov

Update Codecov


# de996c55 23-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

Change EXCL_END -> EXCL_STOP


# a2546046 23-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

Add additional LCOV_EXCL tags


# 50463c24 14-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #177 from CEED/t106-vec

Adds a Vector unit test using CEED_MEM_DEVICE.


# c8b9fe72 30-Apr-2019 jeremylt <jeremy.thompson@colorado.edu>

Add offset parameter in Fortran VecSetArray


# ad28045d 01-Feb-2019 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #203 from CEED/intel-f-fix

Intel Fortran Fix


# 8980d4a7 01-Feb-2019 jeremylt <jeremy.thompson@colorado.edu>

Switch tests to .f90 extension