Skip to content

Commit

Permalink
Add missing build_eqn_sys call.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkevin committed Nov 10, 2024
1 parent df50cd2 commit 7fa37b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3145,6 +3145,10 @@ void LibMesh::set_score_data(const std::string& var_name,
this->id_));
}

if (!equation_systems_) {
build_eqn_sys();
}

auto& eqn_sys = equation_systems_->get_system(eq_system_name_);

if (!eqn_sys.is_initialized()) {
Expand Down

0 comments on commit 7fa37b1

Please sign in to comment.