Skip to content

Commit

Permalink
Clean docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethassogba committed Nov 15, 2024
1 parent 194a20b commit 35d1dfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
33 changes: 0 additions & 33 deletions src/spec.md

This file was deleted.

12 changes: 3 additions & 9 deletions tests/regress/test00.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,11 @@
# Create core
core = Lattice([assembly]) # => deduction des tailles
# core.refineMesh(2)
# core.getXMin().setBoundaryCondition(BoundaryCondition.Vacuum)
# core.getXMax().setBoundaryCondition(BoundaryCondition.Reflection)

# Maybe an intermediate geometry class that handles core or assembly
core.getXMin().setBoundaryCondition(BoundaryCondition.Vacuum)
core.getXMax().setBoundaryCondition(BoundaryCondition.Reflection)

# Create solver
solver = Solver(core, 4, 10)

# Set boundary conditions
# solver.setBoundaryCondition(BoundaryCondition.Vacuum, BoundarySide.Left)
# solver.setBoundaryCondition(BoundaryCondition.Reflection, BoundarySide.Right)
solver = Solver(core)

# Solve the transport equation
solver.solve()
Expand Down
Empty file added tests/unit/README.md
Empty file.

0 comments on commit 35d1dfd

Please sign in to comment.