dof = 0;
};
+ // make it known to the underlying
+ // ProblemBase that tria and dof
+ // are already deleted
+ set_tria_and_dof (tria, dof);
+
if (rhs != 0)
{
delete rhs;
tria = 0;
};
+ // make it known to the underlying
+ // ProblemBase that tria and dof
+ // are already deleted
+ set_tria_and_dof (tria, dof);
+
if (rhs != 0)
{
out.write_gnuplot (gnuplot);
gnuplot.close ();
+ // release the lock of the DoF object to
+ // the FE object
+ dof->clear ();
+
cout << endl;
};
dof = 0;
};
+ // make it known to the underlying
+ // ProblemBase that tria and dof
+ // are already deleted
+ set_tria_and_dof (tria, dof);
+
if (rhs != 0)
{
delete rhs;
tria = 0;
};
+ // make it known to the underlying
+ // ProblemBase that tria and dof
+ // are already deleted
+ set_tria_and_dof (tria, dof);
+
if (rhs != 0)
{
out.write_gnuplot (gnuplot);
gnuplot.close ();
+ // release the lock of the DoF object to
+ // the FE object
+ dof->clear ();
+
cout << endl;
};
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams