Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
ceef222
Fixed spaces for GMRES version of two fluid propagator.
szekedidavid Dec 8, 2025
f8e5e4b
Formatting.
szekedidavid Dec 8, 2025
3b584fc
1D periodic, homogeneous and inhomogeneous Dirichlet test cases working
szekedidavid Mar 5, 2026
d7a346e
Rebased onto version 3.0.4
szekedidavid Mar 5, 2026
ce120c6
Rebased onto 3.0.4 v2
szekedidavid Mar 5, 2026
f48b865
Replaced old propagator in propagators_fields and other minor changes.
szekedidavid Mar 12, 2026
c3f7859
Merge branch 'devel' into refactor-two-fluid-model
szekedidavid Mar 12, 2026
e677be7
moved v0 de rham complex construction into the Derham class, with eve…
szekedidavid Mar 16, 2026
caed772
Merge branch 'refactor-two-fluid-model' of https://github.com/struphy…
szekedidavid Mar 16, 2026
578a761
Fixed spaces for GMRES version of two fluid propagator.
szekedidavid Dec 8, 2025
f43e394
Formatting.
szekedidavid Dec 8, 2025
64e9663
1D periodic, homogeneous and inhomogeneous Dirichlet test cases working
szekedidavid Mar 5, 2026
dc43aaa
Rebased onto version 3.0.4
szekedidavid Mar 5, 2026
7e3c622
Rebased onto 3.0.4 v2
szekedidavid Mar 5, 2026
aaaa33e
Replaced old propagator in propagators_fields and other minor changes.
szekedidavid Mar 12, 2026
3a30a3c
moved v0 de rham complex construction into the Derham class, with eve…
szekedidavid Mar 16, 2026
61b2955
Rebased onto latest devel commit
szekedidavid Apr 14, 2026
073d31a
Lifting works in 1D now.
szekedidavid Apr 18, 2026
06a3fe0
Added support for multiple nonzero vector components on trace. Liftin…
szekedidavid Apr 19, 2026
93d8f71
Add codomain kwarg to BoundaryOperator and spline_full to FEECVariabl…
szekedidavid Apr 19, 2026
becdce3
Added units for viscosity and default value for epsilon.
szekedidavid Apr 19, 2026
a6df1cb
Minor consistency changes.
szekedidavid Apr 19, 2026
363fa55
Add 2D Neumann and tokamak test cases.
szekedidavid Apr 20, 2026
d928ec7
Merge branch 'devel' into refactor-two-fluid-model
spossann May 5, 2026
df75df9
Merge branch 'refactor-two-fluid-model' of github.com:struphy-hub/str…
spossann May 5, 2026
ad7d24c
remove etc/ folder
spossann May 5, 2026
32e8903
revert io/options.py to devel
spossann May 5, 2026
4cf8354
revert io/setup.py to devel
spossann May 5, 2026
d63b12b
remove double import
spossann May 5, 2026
b911ab9
re-delete struphy-parameter-files
spossann May 5, 2026
602a3fa
formatting
spossann May 5, 2026
c666a99
re-instate Davids new propagator (now in its own file)
spossann May 5, 2026
957cb4c
adapt call to WeightedMassOperators in new propagator
spossann May 5, 2026
9f0b3dd
formatting
spossann May 5, 2026
738f2e7
Push verification cases to examples.
szekedidavid May 12, 2026
f36eff3
Merge branch 'devel' into refactor-two-fluid-model
spossann May 20, 2026
d5f7dc6
ran ruff format examples/TwoFluidQuasiNeutralToy
spossann May 20, 2026
635893f
Merge branch 'devel' into refactor-two-fluid-model
spossann Jun 1, 2026
03d42b5
formatting
spossann Jun 1, 2026
7a1232d
remove verbose
spossann Jun 1, 2026
f454793
add unit test for propagator only - inhom bcs not working yet
spossann Jun 1, 2026
9557359
do not always stabilize the Implicit diffusion solve
spossann Jun 1, 2026
f1dd5a2
add type annotations to BoundaryOperator
spossann Jun 1, 2026
69412ae
add inhom_dirichlet boundary conditions (using lifting) to the Poisso…
spossann Jun 2, 2026
f70ebd0
set default stab_eps in PoissonFieldSolve to 1e-14 (as it was before)
spossann Jun 2, 2026
8e30279
Merge branch 'devel' into refactor-two-fluid-model
spossann Jun 2, 2026
8c30398
remove occurences of old PoissonFieldSolve
spossann Jun 2, 2026
2839254
added a Poisson solution with inhom. Dirichlet bcs to tutorial_for_d…
spossann Jun 2, 2026
0bd8fdb
Merge branch 'devel' into refactor-two-fluid-model
spossann Jun 29, 2026
62540f0
Implemented mixed mixed formulation.
szekedidavid Jul 7, 2026
2e8029c
Add mass matrix preconditioner.
szekedidavid Jul 7, 2026
f5c63e2
Minor changes.
szekedidavid Jul 14, 2026
951c18d
Add latest feectools commit
szekedidavid Jul 15, 2026
4bce9f6
Merge branch 'devel' into refactor-two-fluid-model
spossann Jul 15, 2026
11aba5a
Add unit tests.
szekedidavid Jul 15, 2026
eb5b2ad
Obtain lifting RHS with new Laplacian.
szekedidavid Jul 17, 2026
b0a8586
Patchwork fix for H(curl) test functions not including boundary.
szekedidavid Aug 5, 2026
d525932
Merge branch 'devel' into refactor-two-fluid-model
szekedidavid Aug 6, 2026
a05c0f5
Update feectools commit. Add boundary term to enforce tangential traces.
szekedidavid Aug 7, 2026
1a4e1b8
Add viscosities to boundary terms.
szekedidavid Aug 7, 2026
664088c
Create empty model and propagator.
szekedidavid Aug 10, 2026
f3ef5af
Use constrained operators in natural BC term.
szekedidavid Aug 11, 2026
643f989
Remove debug printout.
szekedidavid Aug 11, 2026
282c367
Add more test cases.
szekedidavid Aug 12, 2026
d583240
Added all changes from struphy-with-cupy (#93)
max-models Aug 7, 2026
5b74d6c
Create empty model and propagator.
szekedidavid Aug 10, 2026
2b7173e
Refactor boundary integrals for variable data and test spaces. Add no…
szekedidavid Aug 18, 2026
9443ff5
Initial implementation of energy preserving H(curl)/H1 formulation.
szekedidavid Aug 18, 2026
579d888
Remove redundant omega definitions.
szekedidavid Aug 18, 2026
625f9e0
Make periodic test case work.
szekedidavid Aug 18, 2026
226b9b9
Make homogeneous Dirichlet test case work.
szekedidavid Aug 18, 2026
43c2e85
Make lifting work.
szekedidavid Aug 18, 2026
3740ff3
Move natural data to FEECVariable.
szekedidavid Aug 19, 2026
425b363
Boundary integral.
szekedidavid Aug 19, 2026
e7cbabd
Merge branch 'compressible-two-fluid-model' of https://github.com/str…
szekedidavid Aug 19, 2026
d5c8d86
Fix H1 test functions being used for Hdiv data.
szekedidavid Aug 19, 2026
6aa9fdc
Add energy balance test.
szekedidavid Aug 19, 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ tmp/

lib64
pyvenv.cfg

examples/TwoFluidQuasiNeutralToy/runs/*/
*profile_output*.txt
*kernels.txt
struphy.log
Loading
Loading