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

[PL/CT] set porosity_prev.

parent b50ee627
No related branches found
No related tags found
No related merge requests found
...@@ -194,6 +194,8 @@ public: ...@@ -194,6 +194,8 @@ public:
medium->property(MaterialPropertyLib::PropertyType::porosity) medium->property(MaterialPropertyLib::PropertyType::porosity)
.template initialValue<double>( .template initialValue<double>(
pos, std::numeric_limits<double>::quiet_NaN() /*t*/); pos, std::numeric_limits<double>::quiet_NaN() /*t*/);
_ip_data[ip].pushBackState();
} }
} }
......
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