int main()
{
- std::ofstream logfile ("anisotropic_crash/output");
+ std::ofstream logfile ("output");
logfile.precision (3);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile("fe_tools/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog << std::setprecision(5);
// check that computation of hp constraints works for DGP elements correctly
-char logname[] = "hp_constraints_dgp_08/output";
+char logname[] = "output";
#include "../hp/hp_constraints_common.h"
// check that computation of hp constraints works for DGP_Monomial elements correctly
-char logname[] = "hp_constraints_dgp_monomial_08/output";
+char logname[] = "output";
#include "../hp/hp_constraints_common.h"
// check that computation of hp constraints works for DGPNonparametric elements
// correctly on a uniformly refined mesh for functions of degree q
-char logname[] = "hp_constraints_dgp_nonparametric_08/output";
+char logname[] = "output";
#include "../hp/hp_constraints_common.h"
// check that computation of hp constraints works for DGQ elements correctly
-char logname[] = "hp_constraints_dgq_08/output";
+char logname[] = "output";
#include "../hp/hp_constraints_common.h"
int main ()
{
- std::ofstream logfile("mesh_3d_21/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
300, .01, false, 5, false);
grid_out.set_flags (eps2);
std::ostringstream filename;
- filename << "refine_and_coarsen_anisotropic/grid_" << type << "_" << cycle << ".eps";
+ filename << "grid_" << type << "_" << cycle << ".eps";
std::ofstream outfile(filename.str().c_str());
grid_out.write_eps (tria, outfile);
}
std::ostream *logfile;
if (single_file)
- logfile = new std::ofstream("refine_and_coarsen_anisotropic/output");
+ logfile = new std::ofstream("output");
else
logfile = &std::cout;
int main()
{
- std::ofstream logfile("solution_transfer/output");
+ std::ofstream logfile("output");
deallog << std::setprecision (4);
logfile << std::setprecision (4);
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("up_and_down/output");
+ std::ofstream logfile ("output");
logfile.precision (PRECISION);
logfile.setf(std::ios::fixed);
deallog.attach(logfile);