feat(project): main init commit
This commit is contained in:
22
readme.md
Normal file
22
readme.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Simple Diffusion Example
|
||||
|
||||
Simple example of diffusion using MFEM and stroid. This is built as a test case for me to verify
|
||||
that stroid generates well conditioned meshes and to test implicit time stepping schemes in MFEM.
|
||||
|
||||
This model makes many simplifications for the sake of clarity:
|
||||
- Constant diffusion coefficient
|
||||
- No advection
|
||||
- No sources or sinks
|
||||
- No cross-diffusion
|
||||
- A simple quadratic + ring initial chemical gradient (completely unphysical, just for testing)
|
||||
|
||||
## Building
|
||||
```bash
|
||||
git clone https://github.com/tboudreaux/mfem-diffusion-example.git
|
||||
cd mfem-diffusion-example
|
||||
meson setup build
|
||||
meson compile -C build
|
||||
./build/test_diffusion
|
||||
```
|
||||
|
||||
You will also need glvis running in the background to visualize the output
|
||||
Reference in New Issue
Block a user