History log of /libCEED/include/ceedf.h (Results 1 – 25 of 36)
Revision Date Author Comments
# 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


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

fortran: use standard z prefix instead of deprecated x prefix for hexadecimal


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

Merge branch 'master' into valeria/NSfixes


# 6d923037 02-May-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #523 from CEED/jed/breathe-4.17

Jed/breathe 4.17


# fc5b9ac6 01-May-2020 Jed Brown <jed@jedbrown.org>

doc: remove obsolete references to CeedInterlaceMode


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

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

Strided Restrictions


# 15910d16 24-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

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


# 523b8ea0 12-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - add CEED_STRIDES_BACKEND


# 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


# 422c300c 03-Feb-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #453 from CEED/jeremy/diag-nonzero

Operator - only assemble diag for nonzero QF entries


# 547d9b97 03-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Vector - add CeedVectorNorm


# a8c14239 02-Dec-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #423 from CEED/jeremy/small-fixes

Small fixes from Python Work


# bf748047 21-Nov-2019 valeriabarra <valeriabarra21@gmail.com>

Add copyright statement to include/ceedf.h


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

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

None Args


# 442e7f0b 16-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

Operator - add QFUNCTION_NONE


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

QFunction Create by Name (#311)

This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.

Closes issue #37, issue #340

* Add QFunction gallery, rename focca

QFunction Create by Name (#311)

This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.

Closes issue #37, issue #340

* Add QFunction gallery, rename focca

* Gallery - add initial QFunctions

* Add a test for using the QF gallery

* Modify ex1 to use gallery

* Add multiple test configs to tap

* Move output to test directory

* Update junit

* Add OCCA galley exception

* Add ex2

* Update ex2 for dim->ncompx

* Gallery - modify to work for CUDA as is

* Update Documentation

* Gallery - typo fix

* Gallery - convention change, postappend qfunction family variant

* Gallery - update template with new name checking convention

* Gallery - condense diff3DBuild QFunction

* Gallery - rename diff -> poisson

* Gallery - clarify poisson3DBuild comment

* Gallery - use Pragma SIMD, store Qdata in Voigt convention

* Examples - Convert BP3-6 to Voigt convention

* Examples - add cl option to switch between header and gallery qfs in CEED examples

* Examples - clean up construction of QF name

* Gallery - Switch to PascalCase for gallery names

* Doc - fix function type page

* Interface - Make sure strncpy result is null terminated

* Gallery - Update Poisson 2/3D Apply to new QF body

* make style

* make style - fix worst style problems

* make style - add gallery to make style

* Doc - update documentation errors and inconsistencies

* Examples - test ex1 ex2 with and without gallary

* Examples - reduce testing of ex1/ex2 without gallery, clean up non-gallery qfunctions

* MFEM - revert another make style mistake

* Manual make style updates

* Doc - update function documentation page

* Style updates, document test numbering conventions

* doc: resolve ambiguous image location warning, allow more Dot nodes

* Tests - style and cast cleanup

* Tests - fix README indentation

show more ...


# 2bc6258e 09-Jan-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #189 from CEED/fortran-tests-fform, close issue #84

Use -ffree-form for Fortran test suite


# 10da579b 31-Dec-2018 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Use -ffree-form for Fortran test suite


# a7dfafed 29-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'new-basis-shapes' [PR #97]

* new-basis-shapes:
Non-tensor bases


# a8de75f0 17-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Non-tensor bases

Add simplex integration test

Add simplex grad test

Style changes

Common header for t32* tests, reorder grad

Add t520 operator test with 2D simplex basis

Add t501 and t521 non-z

Non-tensor bases

Add simplex integration test

Add simplex grad test

Style changes

Common header for t32* tests, reorder grad

Add t520 operator test with 2D simplex basis

Add t501 and t521 non-zero operator tests

Adjust Fortran tests for clarity

Explicitly cast Fortran values as doubles in tests

Modify PR97 for new Fortran interface

Flaten CEED_TOPO to include dimension

Rebase PR 97 to new testing convention

Reorder ElemTopo to embed dimension bitwise, doc fix

Switch numbering convention, add GetTopologyDimension

Fortran headers for t31* and t51*, adjust PR97 for COLLOCATED typo

show more ...


# d8c10cdc 28-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'master' of github:valeriabarra/libceed [PR #146]

* 'master' of github:valeriabarra/libceed:
fixed other occurrences of 'colocated'
fixed misalignment
Refactored 'colocated' missp

Merge branch 'master' of github:valeriabarra/libceed [PR #146]

* 'master' of github:valeriabarra/libceed:
fixed other occurrences of 'colocated'
fixed misalignment
Refactored 'colocated' misspelling

show more ...


# 266a904f 28-Aug-2018 Valeria Barra <valeria.barra@colorado.edu>

fixed misalignment


12