-
I'd like to be able to write:
```
from dataclasses import dataclass, field
@sql
@dataclass
class Car:
brand: str = field(metadata={"key": True})
model: str = field(metadata={"key": …
-
I use the integration with my Kia CEED. I want to control charging moments related to actual energy price. For this I need the stop charging command and start charging command. Both commands do work b…
-
A message box opens:
![image](https://user-images.githubusercontent.com/30859196/158380507-af9d4069-2ef7-4233-8b55-9f89f9c3f66e.png)
But this happens in the background, behind other opened applica…
-
If I enable the renumbering e.g. in `bp3/bench.cc` https://github.com/kronbichler/ceed_benchmarks_dealii/blob/33e5ca1ff9f09ba802d8eacaa44d9a0da079c750/bp3/bench.cc#L83-L86 and run, I get the following…
-
As a result of how they were designed, there is a bunch of code duplication in the CUDA backends, and as a result of this CUDA duplication, the HIP backends inherited this same code duplication.
We…
-
The contribution to libCEED will be a adaption of the navier-stokes example so that it can serve more as a basis for numerical methods than simply an example of a libCEED implementation.
-
We will be copying files from the ceeds package developed by last year's capstone and want to make sure to give credit where credit is due! @MilesOtt
-
We need to override the Domains and Translators **only** when building `app.builder.format == 'html'`, otherwise it makes no sense and it could produce issues.
Reference: https://github.com/CEED/li…
-
URL for the SiteCollectionAppCatalogs is currently incorrect. It should be updated to https:///sites/Apps/Lists/SiteCollectionAppCatalogs/AllItems.aspx
addition of /sites/Apps/ before /Lists...
…
-
New to ceedling
Added first module and all worked fine.
Now added second module and when I try rake test:all I get a compilation error in the second module:
Test 'test_measure.c'
-------------…