Commit graph

8 commits

Author SHA1 Message Date
8f905637b7 Just noticed the reference file was not including units in the header 2026-03-12 21:55:22 +01:00
493f7b9785 Almost done, just have to check the examples 2026-03-11 20:57:23 +01:00
551a488fde All actions related to path/fodler should be in moduleOutput now 2026-03-11 20:23:08 +01:00
76be78c883 Fixed 0D case, reference. Put everything in the moduleOutput 2026-03-11 20:14:14 +01:00
0109dc2f06 Trying to organise output better 2026-03-11 19:15:58 +01:00
a2f9957f32 I am dumb
The Poisson equation was not working because I didn't finish
implementing the new type of BCs. Dirichlet is probably untested. I
should stop doing shitty developments and no testing.
2025-07-18 16:31:52 +02:00
ac27725940 Big one...
I should've commited before, but I wanted to make things compile.

The big change is that I've added a global time step so the parameter
does not need to be passed in each function. This is useful as we are
moving towards using time profiles for boundary conditions and injection
of particles (not in this branch, but in the future and the procedure
will be quite similar)
2024-07-12 23:08:19 +02:00
d9a1869564 Reorganization of solver
I started grouping similar modules in subfolders to ease the expansion
process.
2022-12-24 12:59:23 +01:00
Renamed from src/modules/moduleOutput.f90 (Browse further)