Skip to content
Snippets Groups Projects
Commit defac70f authored by Timo Koch's avatar Timo Koch
Browse files

[test][newton][cleanup] Remove time step interface not required anymore from...

[test][newton][cleanup] Remove time step interface not required anymore from the stationary assembler
parent a946a314
No related branches found
No related tags found
1 merge request!2959[test][newton][cleanup] Remove time step interface not required anymore from the stationary assembler
Pipeline #11324 passed
+2
......@@ -33,10 +33,6 @@ public:
void setLinearSystem() {}
ResidualType prevSol() { return ResidualType(0.0); }
void resetTimeStep(const ResidualType& sol) {}
void assembleResidual(const ResidualType& sol)
{
res_ = sol*sol - 5.0;
......
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