History log of /libCEED/rust/libceed-sys/c-src/interface/ceed.c (Results 276 – 300 of 331)
Revision Date Author Comments
# c042f62f 18-Sep-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Codecov Exceptions (#356)

* Tests - Add lcov exceptions to t304-f/t305-f

* Backends - add lcov exceptions for error messages intentionally not tested

* Interface - add lcov exceptions for erro

Codecov Exceptions (#356)

* Tests - Add lcov exceptions to t304-f/t305-f

* Backends - add lcov exceptions for error messages intentionally not tested

* Interface - add lcov exceptions for error messages intentionally not tested

* Tests - additional lcov exceptions

show more ...


# 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 ...


# a62270dd 27-Aug-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #314 from CEED/jeremy/dof-to-node

Update DoF to Node and Style Changes


# f90c8643 22-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

Make style


# 8795c945 22-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

Rename NDoF to NNodes and style updates


# 8c91a0c9 27-Aug-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Documentation Typo Fixes (#321)

* Basis - fix typo in doc

* Ceed - fix typo in doc

* Operator - fix typo in doc

* QFunction - fix typo in doc

* Ceed.h - fix typos in doc

* Ref - fix t

Documentation Typo Fixes (#321)

* Basis - fix typo in doc

* Ceed - fix typo in doc

* Operator - fix typo in doc

* QFunction - fix typo in doc

* Ceed.h - fix typos in doc

* Ref - fix typos in doc

* Blocked - fix typos in doc

* READMEs - typo fixes

show more ...


# 4bee41bb 31-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #264 from CEED/get-memtype-fix

Add delegation to CeedGetPreferedMemType


# c263cd57 31-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Add delegation to CeedGetPreferedMemType


# 1856ee7c 29-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #239 from CEED/decorator

Add delegates for specific objects


# f29ffe77 25-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Update Ceed delegate documentation


# a4999edd 24-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Update Ceed Delegate refrencing


# aefd8378 29-Apr-2019 jeremylt <jeremy.thompson@colorado.edu>

Add delegates for specific objects


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

Merge pull request #259 from CEED/jed/clang-tidy

Jed/clang tidy


# 683faae0 26-May-2019 Jed Brown <jed@jedbrown.org>

make tidy: static analysis using clang-tidy

* Add "make tidy" and "make interface/ceed.c.tidy" targets to Makefile.
* Use CPPFLAGS instead of CFLAGS for preprocessor flags.
* For __clang__, convince

make tidy: static analysis using clang-tidy

* Add "make tidy" and "make interface/ceed.c.tidy" targets to Makefile.
* Use CPPFLAGS instead of CFLAGS for preprocessor flags.
* For __clang__, convince compiler that CeedError always returns
nonzero.
* Fix two minor issues detected by clang-tidy (missing va_end and an
unnecessary or possibly-misleading guard).

Resolves issue #193

show more ...


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

Merge pull request #232 from CEED/offsetof-fix

Offsetof fix


# f8902d9e 24-May-2019 jeremylt <jeremy.thompson@colorado.edu>

VecCreate -> VectorCreate


# cb37edd8 24-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Improved documentation for SetBackendFunction


# 6e79d475 01-Apr-2019 jeremylt <jeremy.thompson@colorado.edu>

Dynamically allocate Ceed function table


# a7a2e802 01-Apr-2019 jeremylt <jeremy.thompson@colorado.edu>

Use function pointers in CeedSetBackendFunction


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

Merge pull request #228 from CEED/rstr-block

Restriction Block


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

Add ElemRestrictionApplyBlock


# 0f3038fc 28-Mar-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #225 from CEED/mem-type-preferred

Add CeedGetPreferredMemType


# 6feb01a3 28-Mar-2019 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #223 from CEED/clang-tidy

Strcpy fix


# c907536f 27-Mar-2019 jeremylt <jeremy.thompson@colorado.edu>

Add CeedGetPreferredMemType


# 409ab9ad 27-Mar-2019 jeremylt <jeremy.thompson@colorado.edu>

strcpy -> strncpy


1...<<11121314