Chaste
Chaste copied to clipboard
Chaste - Cancer Heart And Soft Tissue Environment - main public repository.
## Tasks - [x] Prepare registration form. - [x] Prepare draft programme. - [x] Prepare web page with info about workshop - dates, venue, programme. [#96](https://github.com/Chaste/Chaste.github.io/issues/96) - [x] Prepare flyer...
This PR relates to #265 and adds GPU support for elements of chaste simulations. # Meeting minutes 29/10/2024 ## Proof of concept - Agreed that targeting force resolution & integration...
Remove link to www.cs.ox.ac.uk/chaste
## Description Add a template that user projects can use to create custom Python bindings. Depending on how it looks, decide whether to merge this with the main user project...
All instances of `{{< callout ... >}}` in Chaste source code should be updated to work with the [new website infrastructure](https://github.com/Chaste/Chaste.github.io/pull/106). Specifically, `icon="info-circle"` should be updated to `icon="outline/info-circle"`.
## Summary Following the simulation implementations in #166, the task remaining for the final report is to check the equations being solved in each simulation. There is a draft document...
**Describe the bug** Error installing PyChaste on docker **To Reproduce** Follow instructions on https://docs.google.com/document/d/1S8vDXebjE_IAw7VmgAT-LuYd4VgdRGEQW8i7Qu6Kdtw/edit?usp=sharing (just pointing at `../src` from the `lib` folder instead of `build` folder) whilst using a docker...
Changes here: https://petsc.org/release/changes/322/ Todo: - [ ] Make a new dependency module https://github.com/Chaste/dependency-modules/issues/70 - [ ] See if `develop` builds and passes all tests - [ ] Do any necessary...
Closes #327
This pulls in the changes made to the Cell Based PDE hierarchy to use consistent PDE specifications and to make equivalent methods between Box and Growing Domains. See https://github.com/Chaste/Chaste/issues/283.