Skip to content

Commit

Permalink
running version of material centric
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Morgan committed Aug 5, 2024
1 parent 6d048ca commit 97e2008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion single-node-refactor/src/common/region.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ struct reg_fill_t
double radius2 = 0.0; ///< Outer radius to fill for sphere

// initial conditions
init_conds::init_velocity_conds velocity; ///< Initial conditions for this region WARNING: Currently unimplemented
init_conds::init_velocity_conds velocity; ///< Initial conditions for this region

// velocity coefficients by component
double u = 0.0; ///< U component of velocity
Expand Down
2 changes: 1 addition & 1 deletion single-node-refactor/src/solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Solver
public:

Solver();
~Solver();
virtual ~Solver();

virtual void initialize(SimulationParameters_t& SimulationParamaters,
Material_t& Materials,
Expand Down

0 comments on commit 97e2008

Please sign in to comment.