libCEED icon indicating copy to clipboard operation
libCEED copied to clipboard

CEED Library: Code for Efficient Extensible Discretizations

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

Currently, all the lumped mass matrix implementations (in the fluids code at least) utilize a row-sum technique, which will not work for higher-order tets. Possible solution to this would be...

design
examples

Computing distance from walls is necessary for some turbulence models and to create initial conditions for which the initial transient is not too extreme. The Eikonal equation offers a proper...

help wanted
examples

Add PyTorch as a external DD SGS evaluation. This is a "follow up" to #1361 where we use PyTorch to run the data-driven model instead of a native implementation. ToDos:...

examples
1-In Review

This installation is also a more recent version of SmartSim and SmartRedis as well. It's been relocated to `/home/phypid`, with an accompanying installation script at `/home/phypid/SmartSimTestingSoftware/InstallSmartSimTestingSoftware.sh`. Note this also updates...

examples
0-WIP

Cleaning up this memory lets us more fully mirror the dual memory spaces on the GPU by making writable array pointers from `CeedVectorGetArray[Write]` invalid after calling `CeedVectorRestoreArray[Write]` Fixes #1454

bug
CPU
1-In Review

Differentiate between whether we're telling the code to actively assemble the matrix or just that we want Amat to be a mat type that can be assembled. Flag is new...

minor
examples
1-In Review

Currently in progress, but open to feedback. Currently, only the wall and symmetry BCs are converted over to the new `BCDefinition` format. Still deciding exactly how I want to handle...

examples
0-WIP