libCEED icon indicating copy to clipboard operation
libCEED copied to clipboard

CEED Library: Code for Efficient Extensible Discretizations

Results 99 libCEED issues
Sort by recently updated
recently updated
newest added

enhancement
CPU
0-WIP

Added `tet` element to example/petsc (https://github.com/CEED/libCEED/issues/454). - Added `CreateBasisFromPlex` function in `petscutils.c` to handle non-tensor basis. - Added `CreateDistributedDM` function in `petscutils.c` to have cleaner create `dm` in `bps.c` -...

examples
1-In Review
benchmarks

Try using `dim == 1` for non-tensor basis to add support for non-tensor elements in the `cuda/gen` backend.

0-WIP

We have been able to reproduce `examples/solids/finite-strain-neo-hookean-initial-1.h` with [Enzyme](https://github.com/wsmoses/Enzyme) where Enzyme computes `dSdE` (\partial S / \partial E) in `deltaS = dSdE:deltaE` which was previously derived analytically. CC: @KennethEJansen @wsmoses

0-WIP

In this branch, I have attempted to start collecting the result of many discussions, particularly with @jeremylt and @jedbrown, about expanding CeedVectors to be able to contain multiple precisions. This...

design
interface
GPU
CPU
0-WIP

- [ ] Improve OCCA backend - [ ] Add MFEM backend — how to support backends that don’t support JIT and don’t run on the host? - [x] Add...

enhancement
backend

@dmed256 Perhaps you can identify what's going wrong here. I pass a device pointer here (and it works with all the other `/gpu/hip/*` backends). The `self->modeMemory->dtype_` is NULL so we...

bug
OCCA

examples
PETSc
0-WIP

Nothing much to look at here yet. I'm just putting this here to make it easier to see/comment on what I'm doing.

examples
PETSc
0-WIP