Commit ebb1094e authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Change name of package to SubKit

Update documentation.
Reorganize package into build, process, and utils sub-packages.
Update all tests to work with the new package.
Make a fix to the SquareLatticeLWR_Nodal class where it was not
applying the boundary condition flow ramp.
parent 6918a399
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@ CtfDeckBuilder.egg-info
MCFR
.DS_Store
*.png
SMBuilder/wasp/build
SubKit/wasp/build
doc/sphinxdoc
+1 −1
Original line number Diff line number Diff line
include SMBuilder/input.sch
include SMBuilder/build/input.sch
recursive-include SMBuilder/wasp *
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ import matplotlib.pyplot as plt
import matplotlib.patches as patches
import numpy as np
import Model
import SMBuilder.utils.utils as utils
import SubKit.utils.utils as utils
import Solid
import Section

Loading