18 files changed:
int main ()
{
- std::ofstream logfile ("vectors_boundary_rhs/output");
+ std::ofstream logfile ("vectors_boundary_rhs_01/output");
logfile.precision (4);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile ("vectors_point_source/output");
+ std::ofstream logfile ("vectors_point_source_01/output");
logfile.precision (4);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile ("vectors_rhs/output");
+ std::ofstream logfile ("vectors_rhs_01/output");
logfile.precision (4);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile ("vectors_boundary_rhs/output");
+ std::ofstream logfile ("vectors_boundary_rhs_01/output");
logfile.precision (4);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile ("vectors_boundary_rhs_hp/output");
+ std::ofstream logfile ("vectors_boundary_rhs_hp_01/output");
logfile.precision (4);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile ("vectors_point_source/output");
+ std::ofstream logfile ("vectors_point_source_01/output");
logfile.precision (4);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile ("vectors_point_source_hp/output");
+ std::ofstream logfile ("vectors_point_source_hp_01/output");
logfile.precision (4);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile ("vectors_rhs/output");
+ std::ofstream logfile ("vectors_rhs_01/output");
logfile.precision (4);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile ("vectors_rhs_hp/output");
+ std::ofstream logfile ("vectors_rhs_hp_01/output");
logfile.precision (4);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);
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