Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ac896f2
initial example
RemDelaporteMathurin Feb 24, 2026
289fab7
added python file
RemDelaporteMathurin Feb 24, 2026
031a2d8
square + break code blocks
RemDelaporteMathurin Feb 24, 2026
49340e3
added some write up
RemDelaporteMathurin Feb 24, 2026
96c1eb7
c/u inconsistency
RemDelaporteMathurin Feb 27, 2026
9ffbc6f
Some minor updates
jorgensd Mar 31, 2026
8bf8a54
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 31, 2026
f9e8425
Use submesh and nitsche
jorgensd Mar 31, 2026
6341362
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 31, 2026
b5063e0
wip verification example
RemDelaporteMathurin Apr 16, 2026
854310c
update
RemDelaporteMathurin Apr 16, 2026
20aa731
added maths
RemDelaporteMathurin Apr 17, 2026
1d6c2fc
fixed outgassing
RemDelaporteMathurin Apr 17, 2026
b6f0c1e
simplified problem + cylindrical + analytical solution
RemDelaporteMathurin Apr 17, 2026
ada2496
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 17, 2026
d7ba3f7
added scipy for docs
RemDelaporteMathurin Apr 17, 2026
d13ef88
save
RemDelaporteMathurin Apr 17, 2026
67a6d99
Merge branch 'real-nonlinear' of https://github.com/RemDelaporteMathu…
RemDelaporteMathurin Apr 17, 2026
0aff413
removed dt* terms
RemDelaporteMathurin Apr 17, 2026
550fd99
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 17, 2026
aa71073
updated to 1D
RemDelaporteMathurin Apr 18, 2026
3467499
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 18, 2026
ac24ed7
simplified imports
RemDelaporteMathurin Apr 18, 2026
5060d68
simplified write up
RemDelaporteMathurin Apr 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ parts:
- caption: Features
chapters:
- file: "examples/real_function_space.py"
- file: "examples/real_function_space_nonlinear.py"
- file: "examples/point_source.py"
- file: "examples/xdmf_point_cloud.py"
- file: "examples/mark_entities.py"
Expand Down
Loading
Loading