History log of /libCEED/include/ceed.h (Results 151 – 166 of 166)
Revision Date Author Comments
# d3181881 05-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Add nelem argument to BasisApply


# 4e35ef05 01-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Added RestrictionCreateBlocked, only implimented in Ref, and t06


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


# 460d7593 06-Jul-2018 Jed Brown <jed@jedbrown.org>

Add CeedVectorGetLength


# a9308b07 05-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

Added Doxygen for CeedOperatorSetField constants


# 583b1d4c 05-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

Rename CEED_QDATA_NONE to CEED_VECTOR_ACTIVE and CEED_VECTOR_NONE


# b747109d 26-May-2018 jeremylt <jeremy.thompson@colorado.edu>

added CEED_RESTRICTION_IDENTITY, CEED_BASIS_COLOCATION, CEED_QDATA_NONE


# ff8ca64b 21-Dec-2017 Jed Brown <jed@jedbrown.org>

WIP passive fields

Fleshed out OperatorSetup, built comments for frame of OperatorApply. Need to finish OperatorApply and deallocate arrays in OperatorDestroy

WIP, attemped to flesh out OpApply

de

WIP passive fields

Fleshed out OperatorSetup, built comments for frame of OperatorApply. Need to finish OperatorApply and deallocate arrays in OperatorDestroy

WIP, attemped to flesh out OpApply

debugging

more debugging

modified Fortran interface, need to add new operator/qfunction functions

pointer fix

CeedElemRestrictionCreateVector added, currently assumes one comp

Dedugged OpSetup

Debugging OperatorApply

rebuilt code, error at QFuncApply

pointer errors

my pointers are a mess

malloc issues

error in OpApply, in output RestrictApply

minor fixes, still broken

both known errors identified

moved edata, indata, outdata to opref

error only when no print statement in code

possible location of mem issue IDed

Impliment OperatorApply

Fortran interface improvements started

Started rewriting Fortran tests

started Fortran conversion, ex1-vol-ann working in 1D ONLY

debugging ex1

ex1-vol-ann works

t20 fortran working, not happy with it though

cleanup

Fortran QFunc Apply with 32 arguments

t30 runs

cleanup

show more ...


# 983ae021 28-Jun-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'cpu/opt' [PR #82]

* cpu/opt:
[Opt] Add first version of opt backend, use colocated grad
Add backend prioritization
Add t17-basis to test BasisApply for GRAD and TRANSPOSE


# 44951fc6 28-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

Add backend prioritization


# b1cd1177 27-Jun-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'RefFactorizeGrad' [PR #76]

* RefFactorizeGrad:
CeedQRFactorization: simplify/tighten implementation
Add HouseholderApply function, modify arguments to QRFactorization and t15
add

Merge branch 'RefFactorizeGrad' [PR #76]

* RefFactorizeGrad:
CeedQRFactorization: simplify/tighten implementation
Add HouseholderApply function, modify arguments to QRFactorization and t15
added t16-basis-f
Update Fortran interface, add t15-basis-f
Add QR Factorization of row-major matricess, CeedBasisGetColocatedGrad, and t16

show more ...


# 4ec33100 26-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

Add HouseholderApply function, modify arguments to QRFactorization and t15


# 48525cd2 30-May-2018 jeremylt <jeremy.thompson@colorado.edu>

Add QR Factorization of row-major matricess, CeedBasisGetColocatedGrad, and t16


# 734e90fe 05-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into fortran_interface


# 3762f2d6 03-Feb-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/make-install' [PR #32]

* jed/make-install:
make install: document in README
make install: avoid non-portable GNU install options
make: add install target
Switch to include/

Merge branch 'jed/make-install' [PR #32]

* jed/make-install:
make install: document in README
make install: avoid non-portable GNU install options
make: add install target
Switch to include/ceed.h and lib/libceed.so directory structure

show more ...


# 6ea7c6c1 03-Feb-2018 Jed Brown <jed@jedbrown.org>

Switch to include/ceed.h and lib/libceed.so directory structure

This gives the source directory a compatible directory layout with
the install directory, thus enabling a user to use either.


1234567