int main()
{
- std::ofstream logfile("anisotropic_2/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(2);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("auto_derivative_function/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("conditional_ostream/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("convergence_table_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("convergence_table_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("convergence_table_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("convergence_table_04/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("data_out_base/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("data_out_base_dx/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_eps/output");
+ std::ofstream logfile("output");
// check_all<1,1>(logfile);
// check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_gmv/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_gnuplot/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_povray/output");
+ std::ofstream logfile("output");
// check_all<1,1>(logfile);
// check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_pvd/output");
+ std::ofstream logfile("output");
check<2,2>(logfile);
}
int main()
{
- std::ofstream logfile("data_out_base_pvtu/output");
+ std::ofstream logfile("output");
check<2,2>(logfile);
}
int main()
{
- std::ofstream logfile("data_out_base_tecplot/output",
+ std::ofstream logfile("output",
std::ios_base::trunc | std::ios_base::binary);
check_all<1,1>(logfile);
check_all<1,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_tecplot_bin/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
check_all<1,1>();
int main()
{
- std::ofstream logfile("data_out_base_vtk/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_vtk_cycle/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_vtk_time/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_vtk_time_and_cycle/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_vtu/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_vtu_cycle/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_vtu_time/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_base_vtu_time_and_cycle/output");
+ std::ofstream logfile("output");
check_all<1,1>(logfile);
check_all<1,2>(logfile);
check_all<2,2>(logfile);
int main()
{
- std::ofstream logfile("data_out_reader_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
check<1,1>();
int main ()
{
- std::ofstream logfile("full_tensor_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("full_tensor_02/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("full_tensor_03/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("full_tensor_04/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("full_tensor_05/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("full_tensor_06/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("full_tensor_08/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("full_tensor_09/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("full_tensor_10/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("function_derivative/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("function_parser/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("function_parser_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("functions_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("functions_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("gauss_lobatto/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("geometry_info_1/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("geometry_info_2/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("geometry_info_3/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("geometry_info_4/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("geometry_info_5/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("geometry_info_6/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("geometry_info_7/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("geometry_info_8/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("hierarchical/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("index_set_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_04/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_05/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_06/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_07/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_08/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_09/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_10/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_11/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_12/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_13/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_14/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_15/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_16/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_17/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_18/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_19/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_20/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_20_offset/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_21/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_22/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_23/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_readwrite_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_readwrite_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("index_set_readwrite_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("is_finite/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("is_finite_complex/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
try
{
- std::ofstream logfile("log_crash_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog << "OK" << std::endl;
deallog << "no newline here!";
int main ()
{
- std::ofstream logfile("log_infinity/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("log_nan/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("log_precision/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("log_width/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("logstream_end/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("logtest/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("mutex_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("named_data/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
// deallog.log_cerr();
int main ()
{
- std::ofstream logfile("number_traits_complex/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("number_traits_real/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("parallel_accumulate/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("parallel_transform_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("parallel_transform_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("parallel_transform_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("path_search/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("patterns_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("point_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("polynomial1d/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("polynomial_lagrange/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("polynomial_lagrange_ops/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("polynomial_lagrange_order/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("polynomial_lagrange_product/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("polynomial_minus_equals/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("polynomial_test/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(2);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- const std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ const std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog << std::setprecision(3);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile("polynomials_rt/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("polynomials_tensor/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(0);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("qprojector/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog << std::setprecision(2);
int main()
{
- std::ofstream logfile("quadrature_selector/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("quadrature_test/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
{
deal_II_exceptions::disable_abort_on_exception();
- std::ofstream logfile("reference/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("scalar_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
{
deal_II_exceptions::disable_abort_on_exception();
- std::ofstream logfile("slice_vector/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("symmetric_tensor_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_02/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_03/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_04/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_05/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_06/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_07/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_08/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_09/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_10/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_11/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_12/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_13/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_14/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_15/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_16/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_17/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_18/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_19/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_20/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_21/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_22/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_23/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_24/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_25/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_26/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("symmetric_tensor_27/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int
main ()
{
- std::ofstream logfile("table/output");
+ std::ofstream logfile("output");
deallog << std::fixed;
deallog << std::setprecision(0);
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile("table_handler_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_04/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_05/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_06/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_07/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_08/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_09/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_10/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_11/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_12/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_handler_13/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("table_indices_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("task_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("task_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("task_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("task_04/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("task_05/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("task_06/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("task_07/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("task_08/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("task_09/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("tensor/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("tensor_02/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("tensor_03/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("tensor_04/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("tensor_06/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
+ std::string logname = "output"
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("tensor_24/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("tensor_25/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("tensor_complex/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("tensor_float/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("thread_local_storage_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_local_storage_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_local_storage_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_local_storage_04/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_04/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_05/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_06/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_07/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_08/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_09/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_10/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_11/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("thread_validity_12/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("timer/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("timer_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("utilities_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("utilities_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("utilities_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("utilities_04/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("utilities_05/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("vectorization_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("vectorization_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("vectorization_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("vectorization_04/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("work_stream_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("work_stream_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);