| #
f7e22aca
|
| 21-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
utility - add CeedStringAllocCopy
|
| #
9c774edd
|
| 17-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec/qf - initial valid/borrowed/owned split for data (#853)
* vec/qf - initial valid/borrowed/owned split for data
* vec/qf - tidy logic for checking active/stale data
* minor - add missing NU
vec/qf - initial valid/borrowed/owned split for data (#853)
* vec/qf - initial valid/borrowed/owned split for data
* vec/qf - tidy logic for checking active/stale data
* minor - add missing NULL
* doc - explain VectorTakeArray update
* minor - update error messages
* test - update error message in junit/tap
* gpu - fix stray CeedScalar vs void for QFunctionContext
* vec/qf - clarify/simplify access logic
* vec - calloc host arrays when no value set to make empty
* style - minor
* style - minor
* minor - fix error messages
* vec/qf - move data validity checking to backend interface
* gpu - add missing sync error checking for qfcontext
* gpu - homogonize use of impl for backend data to reduce confusion
* vec - clarify access conditions
* python - update test for stricter vector access
* vec - minor fixes
* minor - fix ipython change
* vec - add missing declarations in ceed/backend.h
* ctx - mirror vector borrowed data check in ctx interface
* vec - add CeedVectorGetArrayWrite
* vec - consistent use of CeedVectorGetArray vs CeedVectorGetArrayWrite
* python - small vec fixes
* doc - describe vector data semantics
* magma - update restriction
* gpu - fix restr bug I added, need to sum into target
* magma - fix restriction bug
* cpu - fix restriction bug here too
* op - fix evec allocations
* julia - fix ElemRestriction for new vector access rules
* op - double check GetArray vs Read vs Write usage
* doc - small fix
* restr - clean up read/write logic for restr
* python - add vec.array_write
* magma - typo fix
show more ...
|
| #
aa616312
|
| 10-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #855 from CEED/jeremy/drop-oper-e-data
Remove magic number 16
|
| #
bf4cb664
|
| 08-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - turn magic number 16 into constant CEED_FIELD_MAX
|
| #
d0dee30e
|
| 19-Nov-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #840 from CEED/jeremy/env-debug
Macro for Debug without Ceed Context
|
| #
6a406739
|
| 19-Nov-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - split CeedRegister into two parts for easier debugging output
|
| #
3f21f6b1
|
| 10-Nov-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - create CeedDebugEnv macro, refactor CeedDebug macro
|
| #
098b6781
|
| 18-Nov-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #841 from CEED/jeremy/qf-multi-source
QFunction multi source support
|
| #
3d3250a0
|
| 10-Nov-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - refactor common jit code into common functions
|
| #
43e1b16f
|
| 10-Nov-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - add function to retreive kernel name, stored path now excludes kernel name
|
| #
30752211
|
| 01-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #812 from CEED/jeremy/check-op
Promote Operator check to public API; Strengthen composite Operator check
|
| #
4db537f9
|
| 16-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - move CeedOperatorCheckReady to public API
|
| #
0b548709
|
| 14-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #806 from CEED/jeremy/get-fields
Promote Field Getters to Public API
|
| #
b7c9bbda
|
| 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - promote *GetCeed to public API; promote OperatorGet[NumElements, NumQuadraturePoints] to public API
|
| #
43bbe138
|
| 09-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - promote field getters to public API
|
| #
7e7773b5
|
| 09-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - refactor *GetFields to include number of fields
|
| #
80a9ef05
|
| 02-Sep-2021 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
Allow CeedScalar to be single precision (#788)
One can modify `ceed.h` to include `ceed-f32.h` and then use single precision. This is tested for C in CI and has been tested by developers with Rust,
Allow CeedScalar to be single precision (#788)
One can modify `ceed.h` to include `ceed-f32.h` and then use single precision. This is tested for C in CI and has been tested by developers with Rust, Julia, and Python. This interface is evolving and should be considered experimental at this time (thus lack of automated build support).
* Introduce CeedScalarType enum
* WIP changes to allow different definitions of CeedScalar
* Introduce new header files for float and double
* Only use avx tensor contract and MAGMA non-tensor basis if CeedScalar is double
* WIP changes to allow CeedScalar to be float
* WIP start trying to adjust test tolerances for float or double
* fix typos in comments
* install ceed-f32/64 headers
* Fix missing casts for hipMAGMA element restrictions
* make CeedQFunctionContextGetContextSize available for Python bindings
* Changes to Python bindings to allow CeedScalar to be float
* WIP adjust Python tests for float or double
* make style
* remove QFunctionContextGetContextSize from backend header
* Use quotes instead of <> in include statement
* Remove unncessary includes
* Update tolerances for tests
* [Julia] allow CeedScalar to be Float32
* [Julia] Use Preferences instead of custom build configuration
# Conflicts:
# julia/LibCEED.jl/src/C.jl
* [Makefile] Change definition of CC_VENDOR so it works with cross-compilation
* [Julia] Use Preferences in CI
# Conflicts:
# .github/workflows/julia-test-with-style.yml
* [Julia] Update docs about preferences
* [Julia] Add test/Project.toml workaround for Preferences
* Add CeedGetScalarType to get the type of CeedScalar at runtime
* [Julia] Move functions from Ceed.jl to LibCEED.jl
* [Julia] Add support for getting library path and scalar type at runtime
* [Julia] Minor change to checking if CUDA is loaded
* [Julia] Check correct CeedScalar types in basis functions
* [Julia] Fix tests comparing with output file
* [Julia] Change devtests to use CeedScalar instead of Float64
* Update test 402 so context will be same size in double or float
* Update tolerances for ceed examples
* [Julia] CUDA fixes
* remove unused variable in t208
* SchurDecomposition: do not compute tau on final iteration
* Update tolerances for some basis tests (for single precision)
* Make style
* Python style fixes for basis test
* Add single precision output for t300 and t320 and adjust checks; skip t541 in single
* Add LCOV exclusions after moving to new line
* fix spacing
* Python: make CEED_EPSILON available as libceed.EPSILON
* Python: optional parameter to specify different output file for test comparison
* Python: update tests' use of EPSILON and change test_300 output file for single precision
* Python: add convenience function for getting dtype corresponding to CeedScalar
* rust - add single precision support
* [Julia] Fall back on Float64 if CeedGetScalarType is not available
* [Julia] style
* Adjust tolerance for t301
* xsmm - add single precision support
* avx - add single precision support
* Add initial single precision support for MAGMA non-tensor basis
* Skip t300 and t320 in single precision; revert Python t300 changes
* Revert output changes for t300 and t320 in junit
* [Julia] Changes to autogenerated bindings for mixed precision
* [Julia] style
* [Julia] Check scalar type when changing libceed library path
The check is also performed when the package is loaded. This prevents having to
restart the Julia session twice
* [Julia] Require JLLWrappers version 1.3
This is needed to use Preferences to change the library path
* Add documentation page for precision development
Co-authored-by: Will Pazner <will.e.p@gmail.com>
* Cleanup from merge: remove old README
* Return CEED_ALIGN to backend.h
* Make Fortran compiler (FC) optional; empty skips Fortran tests
Use in Python and Rust builds, which may not have a Fortran compiler
installed and thus would produce confusing output.
* Add single precision CI test for Noether
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Will Pazner <will.e.p@gmail.com>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
9be3b3b0
|
| 25-Aug-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #801 from CEED/jeremy/no-switches
Refactoring Solids to Remove Switches
|
| #
89604063
|
| 11-Aug-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - remove extra space
|
| #
eaf62fff
|
| 02-Aug-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interf
Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
b867517c
|
| 28-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #749 from CEED/jeremy/fdm-diff
Fixes and improved testing for fast diagonalization.
|
| #
03d18186
|
| 13-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
fdm - add CeedPragmaOptimzeOff/On to disable complier optimizations that create floating point errors
|
| #
68242ad3
|
| 21-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #751 from CEED/jeremy/op-set-qpts
Allow number of quad points per element to be set for Op
|
| #
cd4dfc48
|
| 20-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
op - allow number of quad points per element to be set for CeedOperators when using only collocated bases (such as restricting into broken space)
|
| #
b997b43b
|
| 15-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #739 from CEED/jeremy/copy-ptr
Copy Ceed Object References
|