Skip to content
Snippets Groups Projects
Commit 2becc837 authored by renchao.lu's avatar renchao.lu
Browse files

[PL/CT] Add postTimeStepConcrete.

parent c5cce237
No related branches found
No related tags found
No related merge requests found
......@@ -974,6 +974,11 @@ public:
ele_velocity_mat.rowwise().sum() / n_integration_points;
}
void postTimestepConcrete(Eigen::VectorXd const& /*local_x*/,
double const /*t*/, double const /*dt*/) override
{
}
private:
MeshLib::Element const& _element;
ComponentTransportProcessData const& _process_data;
......
......@@ -141,7 +141,7 @@ private:
{
}
virtual void postTimestepConcrete(std::vector<double> const& /*local_x*/,
virtual void postTimestepConcrete(Eigen::VectorXd const& /*local_x*/,
double const /*t*/, double const /*dt*/)
{
}
......
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