Skip to content
Snippets Groups Projects
Commit cd653695 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] HM: push back state in matrix near fracture.

parent 0bc86621
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,16 @@ private:
Eigen::VectorXd& local_b,
Eigen::MatrixXd& local_J) override;
void preTimestepConcrete(std::vector<double> const& /*local_x*/,
double const /*t*/,
double const /*delta_t*/) override
{
for (auto& ip_data : _ip_data)
{
ip_data.pushBackState();
}
}
void computeSecondaryVariableConcreteWithVector(
double const t, Eigen::VectorXd const& local_x) override;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment