| #
d863ab9b
|
| 19-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Separate to 3 header files
|
| #
4ce2993f
|
| 17-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
First round of getters
Use Getters in ref backend
Add Getters to blocked backend
Convert OCCA backend to use Getters
Add getters for backend data
|
| #
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 ...
|
| #
1f0e955f
|
| 21-Aug-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #139 from CEED/qf-numargs
Fix and use QFunctionGetNumArgs
|
| #
a8e3b34d
|
| 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'multi-output' [PR #138]
* multi-output: Only zero lvecs once
|
| #
1a4ead9b
|
| 21-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix and use QFunctionGetNumArgs
|
| #
42ecf959
|
| 21-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Only zero lvecs once
|
| #
f82d2baa
|
| 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'cleanup' [PR #118]
* cleanup: make style, excluding backends/{occa,magma} make style: fix interface and include paths docs: fix capitalization doc: add developer notes on shape
Merge branch 'cleanup' [PR #118]
* cleanup: make style, excluding backends/{occa,magma} make style: fix interface and include paths docs: fix capitalization doc: add developer notes on shape and adopt convention Standardize CeedIntPow and CeedIntMin Move and document CeedIntMin, document CeedPowInt Add function levels Update Doxygen output naming Add Test List to Doxygen Doxygen interface comment updates Remove redundant doxygen comments Documentation updating for t500 Move ceed* files to 'inteface' directory, comment cleanup Further CPU backend commenting and cleaning Reorder tests, renumber for future expansion Clean up and tighten Opt and Ref backends
show more ...
|
| #
4b8bea3b
|
| 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
make style, excluding backends/{occa,magma}
|
| #
8d94b059
|
| 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Further CPU backend commenting and cleaning
|
| #
a2b73c81
|
| 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Clean up and tighten Opt and Ref backends
|
| #
3d6c8b2d
|
| 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'restriction-identity' [PR #113]
* restriction-identity: Fix dangling bracket in MAGMA Comment update, remove unneeded guard on VectorDestroy Updated restriction tests Create Re
Merge branch 'restriction-identity' [PR #113]
* restriction-identity: Fix dangling bracket in MAGMA Comment update, remove unneeded guard on VectorDestroy Updated restriction tests Create RestrictionCreateIdentity, convert examples, simplify OperaterApply
show more ...
|
| #
39dea11b
|
| 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Comment update, remove unneeded guard on VectorDestroy
|
| #
135a076e
|
| 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Create RestrictionCreateIdentity, convert examples, simplify OperaterApply
|
| #
a4b33194
|
| 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'batched-basis-apply' [PR #110]
* batched-basis-apply: Style and documentation updates Error message for BasisApply when nelem != 1 Add nelem argument to BasisApply
|
| #
0c7a96bb
|
| 05-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Style and documentation updates
|
| #
d3181881
|
| 05-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add nelem argument to BasisApply
|
| #
b904e572
|
| 01-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/flag-values' [PR #104]
* jed/flag-values: Remove !! in Operator setup Move predefined constants from NULL to addr of private static, update backends
|
| #
cb661df1
|
| 01-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Remove !! in Operator setup
|
| #
668048e2
|
| 31-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Move predefined constants from NULL to addr of private static, update backends
|
| #
389b3d93
|
| 19-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/active-passive' [PR #41]
* jed/active-passive: (58 commits) Remove spurious comments Make style [PETSc] Modify Makefile for abspath for .okl [OCCA] PETSc bp1 works, but .ok
Merge branch 'jed/active-passive' [PR #41]
* jed/active-passive: (58 commits) Remove spurious comments Make style [PETSc] Modify Makefile for abspath for .okl [OCCA] PETSc bp1 works, but .okl error in prove-all [OCCA] Fix qfunction not shifting output pointers [OCCA] Replacing series of 'if's with switch Modify Makefile to include ceed.pc for prove-all Fix error in Makefile checking for MFEM_DIR Update README.md Update Tmpl to use highest priority /cpu/self [OCCA] Rework switch statement for AllocOpOut and AllocOpIn PETSc bp1: update okl kernels and extract ComputeErrorMax Add CeedVectorGetLength Occa: sync to host for passive fields PETSc bp1: compute collocated error vector instead of reducing in kernel Occa: copy OperatorApply output to "used" pointer Add check for MFEM_DIR to Makefile [OCCA]Add zeroing of outvecs Further work on Nek5000 BPs, added error checking to OpApply [NEK][WIP] Modifying BPs ...
show more ...
|
| #
1018d60a
|
| 04-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[NEK][WIP] Convert bp1 and bp3
|
| #
0f5de9e9
|
| 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Documentation and style updates
|
| #
7ca8db16
|
| 30-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[MFEM] Convert MFEM bp1 to active passive
|