History log of /libCEED/rust/libceed-sys/c-src/backends/ref/ (Results 276 – 300 of 326)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ecf6354e15-Aug-2018 Jed Brown <jed@jedbrown.org>

doc: add developer notes on shape and adopt convention

Tensor/matrix shapes are now consistently described using a
lexicographic convention in the documentation. Further details on the
convention i

doc: add developer notes on shape and adopt convention

Tensor/matrix shapes are now consistently described using a
lexicographic convention in the documentation. Further details on the
convention is described in new developer notes. I did not change
comments in backends/{occa,magma} because there is outstanding
development that may interfere with merging.

show more ...

b5cf12ee14-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Standardize CeedIntPow and CeedIntMin

9ddbf15709-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Documentation updating for t500

d7b241e609-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Move ceed* files to 'inteface' directory, comment cleanup

8d94b05909-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Further CPU backend commenting and cleaning


/libCEED/Makefile
/libCEED/backends/optimized/ceed-opt-basis.c
/libCEED/backends/optimized/ceed-opt-operator.c
/libCEED/backends/optimized/ceed-opt.c
/libCEED/backends/ref/ceed-ref-basis.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/template/ceed-tmpl.c
/libCEED/output/t202-elemrestriction-f.out
/libCEED/output/t202-elemrestriction.out
/libCEED/output/t203-elemrestriction-f.out
/libCEED/output/t203-elemrestriction.out
/libCEED/output/t300-basis-f.out
/libCEED/output/t300-basis.out
/libCEED/output/t306-basis-f.out
/libCEED/output/t306-basis.out
/libCEED/output/t307-basis-f.out
/libCEED/output/t307-basis.out
/libCEED/tests/t000-init-f.f
/libCEED/tests/t000-init.c
/libCEED/tests/t100-vec-f.f
/libCEED/tests/t100-vec.c
/libCEED/tests/t101-vec-f.f
/libCEED/tests/t101-vec.c
/libCEED/tests/t200-elemrestriction-f.f
/libCEED/tests/t200-elemrestriction.c
/libCEED/tests/t201-elemrestriction-f.f
/libCEED/tests/t201-elemrestriction.c
/libCEED/tests/t202-elemrestriction-f.f
/libCEED/tests/t202-elemrestriction.c
/libCEED/tests/t203-elemrestriction-f.f
/libCEED/tests/t203-elemrestriction.c
/libCEED/tests/t300-basis-f.f
/libCEED/tests/t300-basis.c
/libCEED/tests/t301-basis-f.f
/libCEED/tests/t301-basis.c
/libCEED/tests/t302-basis-f.f
/libCEED/tests/t302-basis.c
/libCEED/tests/t303-basis-f.f
/libCEED/tests/t303-basis.c
/libCEED/tests/t304-basis-f.f
/libCEED/tests/t304-basis.c
/libCEED/tests/t305-basis-f.f
/libCEED/tests/t305-basis.c
/libCEED/tests/t306-basis-f.f
/libCEED/tests/t306-basis.c
/libCEED/tests/t307-basis-f.f
/libCEED/tests/t307-basis.c
/libCEED/tests/t400-qfunction-f.f
/libCEED/tests/t400-qfunction-f.okl
/libCEED/tests/t400-qfunction.c
/libCEED/tests/t400-qfunction.okl
/libCEED/tests/t500-operator-f.f
/libCEED/tests/t500-operator-f.okl
/libCEED/tests/t500-operator.c
/libCEED/tests/t500-operator.okl
/libCEED/tests/tap.sh
a2b73c8109-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Clean up and tighten Opt and Ref backends

3e75449807-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

8x vectorization for Opt

39dea11b07-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Comment update, remove unneeded guard on VectorDestroy

135a076e07-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Create RestrictionCreateIdentity, convert examples, simplify OperaterApply

a4b3319406-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

0c7a96bb05-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Style and documentation updates

2e18169906-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'RestrictionBatch' [PR #106]

* RestrictionBatch:
Clean up/reorder blocked loop
Update loops
Style
More loop tightening
Tighten loop structure for permute and pad
Document nc

Merge branch 'RestrictionBatch' [PR #106]

* RestrictionBatch:
Clean up/reorder blocked loop
Update loops
Style
More loop tightening
Tighten loop structure for permute and pad
Document ncomp (description/name ndof is incorrect)
Documentation update
Loop and style updates
Tap exception for backends that don't yet support Blocked restriction
Added RestrictionCreateBlocked, only implimented in Ref, and t06

show more ...

06cdd26906-Aug-2018 Jed Brown <jed@jedbrown.org>

Clean up/reorder blocked loop

7fe495dc06-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Update loops

170d5e7106-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Style

5f2ab5ae06-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

More loop tightening

a92b91d605-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Loop and style updates

c44a85f405-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Error message for BasisApply when nelem != 1

d318188105-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Add nelem argument to BasisApply

4e35ef0501-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Added RestrictionCreateBlocked, only implimented in Ref, and t06

cb661df101-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Remove !! in Operator setup

668048e231-Jul-2018 Jed Brown <jed@jedbrown.org>

Move predefined constants from NULL to addr of private static, update backends

1018d60a04-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

[NEK][WIP] Convert bp1 and bp3

0f5de9e902-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

Documentation and style updates

7ca8db1630-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

[MFEM] Convert MFEM bp1 to active passive

1...<<11121314