STRING(TOLOWER ${_build} _build_lowercase)
SET(_test ${_test_name}.${_build_lowercase})
+ SET(_full_test ${_category}-${_test_name}.${_build_lowercase})
- ADD_EXECUTABLE(${_test} EXCLUDE_FROM_ALL ${_test_name}.cc)
+ ADD_EXECUTABLE(${_full_test} EXCLUDE_FROM_ALL ${_test_name}.cc)
- SET_TARGET_PROPERTIES(${_test} PROPERTIES
+ SET_TARGET_PROPERTIES(${_full_test} PROPERTIES
LINK_FLAGS "${DEAL_II_LINKER_FLAGS} ${DEAL_II_LINKER_FLAGS_${_build}}"
COMPILE_DEFINITIONS "${DEAL_II_DEFINITIONS};${DEAL_II_DEFINITIONS_${_build}}"
COMPILE_FLAGS "${DEAL_II_CXX_FLAGS_${_build}}"
LINKER_LANGUAGE "CXX"
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${_test}"
)
- SET_PROPERTY(TARGET ${_test} APPEND PROPERTY
+ SET_PROPERTY(TARGET ${_full_test} APPEND PROPERTY
INCLUDE_DIRECTORIES
"${CMAKE_BINARY_DIR}/include"
"${CMAKE_SOURCE_DIR}/include"
"${CMAKE_SOURCE_DIR}/include/deal.II/"
)
- SET_PROPERTY(TARGET ${_test} APPEND PROPERTY
+ SET_PROPERTY(TARGET ${_full_test} APPEND PROPERTY
COMPILE_DEFINITIONS
SOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}"
)
- TARGET_LINK_LIBRARIES(${_test_name}.${_build_lowercase}
+ TARGET_LINK_LIBRARIES(${_full_test}
${DEAL_II_BASE_NAME}${DEAL_II_${_build}_SUFFIX}
)
ADD_CUSTOM_COMMAND(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_test}/output
- COMMAND ${_test}
+ COMMAND ${_full_test}
# TODO: Refactor:
COMMAND ${PERL_EXECUTABLE} -pi
${CMAKE_SOURCE_DIR}/cmake/scripts/normalize.pl
${CMAKE_CURRENT_BINARY_DIR}/${_test}/output
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${_test}
- DEPENDS ${_test} ${CMAKE_SOURCE_DIR}/cmake/scripts/normalize.pl
+ DEPENDS ${_full_test} ${CMAKE_SOURCE_DIR}/cmake/scripts/normalize.pl
)
- ADD_CUSTOM_TARGET(${_test}.run
+ ADD_CUSTOM_TARGET(${_full_test}.run
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${_test}/output
)
${CMAKE_CURRENT_BINARY_DIR}/${_test}/output
${_comparison}
)
- ADD_CUSTOM_TARGET(${_test}.diff
+ ADD_CUSTOM_TARGET(${_full_test}.diff
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${_test}/diff
)
ADD_TEST(NAME ${_category}/${_test}
COMMAND ${CMAKE_COMMAND}
- -DTEST=${_test}
+ -DTEST=${_full_test}
-DTEST_SUFFIX=${_test_suffix}
-DDEAL_II_BINARY_DIR=${CMAKE_BINARY_DIR}
-P ${CMAKE_SOURCE_DIR}/cmake/scripts/run_test.cmake
ADD_SUBDIRECTORY(codim_one)
#deal.II
#fail
-#fe
+ADD_SUBDIRECTORY(fe)
#grid
#hp
#integrators
-GET_FILENAME_COMPONENT(_category ${CMAKE_CURRENT_SOURCE_DIR} NAME)
-
-FILE(GLOB _tests "*.cc")
-
-FOREACH(_test ${_tests})
- GET_FILENAME_COMPONENT(_test ${_test} NAME_WE)
- DEAL_II_ADD_TEST(${_category} ${_test})
-ENDFOREACH()
+DEAL_II_PICKUP_TESTS()
+++ /dev/null
-############################################################
-# Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
-############################################################
-
-include ../Makefile.paths
-include $D/common/Make.global_options
-include ../Makefile.rules
--include Makefile.depend
--include Makefile.tests
int main (int /*argc*/, char **/*argv*/)
{
- std::ofstream logfile ("abf_01/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
logfile << std::setprecision(PRECISION);
-char logname[] = "abf_projection_01/output";
+char logname[] = "output";
#include "deformed_projection.h"
int main()
{
- std::ofstream logfile ("block_mask_01/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
{
deal_II_exceptions::disable_abort_on_exception();
- std::ofstream logfile ("block_mask_02/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("block_mask_03/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("block_mask_04/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("block_mask_05/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("block_mask_06/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
{
deal_II_exceptions::disable_abort_on_exception();
- std::ofstream logfile ("block_mask_07/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("block_mask_08/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("block_mask_09/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("block_mask_10/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("block_mask_11/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_01/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_02/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_03/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_04/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_05/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_06/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_07/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_08/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_09/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_10/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_monomial_01/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_monomial_02/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_monomial_03/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_monomial_04/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_monomial_05/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_monomial_06/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_monomial_07/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_monomial_08/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_monomial_09/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_monomial_10/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_nonparametric_01/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_nonparametric_02/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_nonparametric_03/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_nonparametric_04/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_nonparametric_05/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_nonparametric_06/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_nonparametric_07/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_nonparametric_08/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_nonparametric_09/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("cell_similarity_dgp_nonparametric_10/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("check_derivatives/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(2);
deallog << std::fixed;
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("component_mask_01/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
{
deal_II_exceptions::disable_abort_on_exception();
- std::ofstream logfile ("component_mask_02/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("component_mask_03/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("component_mask_04/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("component_mask_05/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
{
deal_II_exceptions::disable_abort_on_exception();
- std::ofstream logfile ("component_mask_06/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
{
deal_II_exceptions::disable_abort_on_exception();
- std::ofstream logfile ("component_mask_07/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("component_mask_08/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("component_mask_09/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("component_mask_10/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("component_mask_11/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("component_mask_12/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int main()
{
- std::ofstream logfile ("component_mask_13/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
{
deal_II_exceptions::disable_abort_on_exception();
- std::ofstream logfile ("component_mask_14/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision (4);
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("copy_01/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("derivatives/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(2);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("derivatives_face/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(2);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("dgp_01/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("dgp_monomial_1/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("dgp_monomial_2/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("dgq_1/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int main()
{
- std::ofstream logfile("face_to_cell_q1_2d/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("face_to_cell_q2_2d/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("face_to_cell_q2xq2_2d/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("face_to_cell_q3_2d/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("face_to_cell_q3xq4_2d/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("face_to_cell_q4_2d/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("fe_data_test/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile ("fe_face_values_1d/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile ("fe_face_values_1d_mapping_cartesian/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile ("fe_face_values_1d_mapping_q2/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("fe_q_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deal_II_exceptions::disable_abort_on_exception();
-char logname[] = "fe_sys_projection_01/output";
+char logname[] = "output";
#include "deformed_projection.h"
+++ /dev/null
-#!/usr/bin/gnuplot -persist
-#
-#
-# G N U P L O T
-# Version 4.0 patchlevel 0
-# last modified Thu Apr 15 14:44:22 CEST 2004
-# System: Linux 2.6.11.4-21.11-smp
-#
-# Copyright (C) 1986 - 1993, 1998, 2004, 2006
-# Thomas Williams, Colin Kelley and many others
-#
-# This is gnuplot version 4.0. Please refer to the documentation
-# for command syntax changes. The old syntax will be accepted
-# throughout the 4.0 series, but all save files use the new syntax.
-#
-# Type `help` to access the on-line reference manual.
-# The gnuplot FAQ is available from
-# http://www.gnuplot.info/faq/
-#
-# Send comments and requests for help to
-# <gnuplot-info@lists.sourceforge.net>
-# Send bugs, suggestions and mods to
-# <gnuplot-bugs@lists.sourceforge.net>
-#
-set terminal postscript eps color solid enhanced 20
-# set output
-unset clip points
-set clip one
-unset clip two
-set bar 1.000000
-set border 31 lt -1 lw 1.000
-set xdata
-set ydata
-set zdata
-set x2data
-set y2data
-set timefmt x "%d/%m/%y,%H:%M"
-set timefmt y "%d/%m/%y,%H:%M"
-set timefmt z "%d/%m/%y,%H:%M"
-set timefmt x2 "%d/%m/%y,%H:%M"
-set timefmt y2 "%d/%m/%y,%H:%M"
-set timefmt cb "%d/%m/%y,%H:%M"
-set boxwidth
-set style fill empty border
-set dummy x,y
-set format x "% g"
-set format y "% g"
-set format x2 "% g"
-set format y2 "% g"
-set format z "% g"
-set format cb "% g"
-set angles radians
-unset grid
-set key title ""
-set key right top Right noreverse enhanced box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0 height 0 autotitles
-unset label
-unset arrow
-unset style line
-unset style arrow
-unset logscale
-set offsets 0, 0, 0, 0
-set pointsize 1
-set encoding default
-unset polar
-unset parametric
-unset decimalsign
-set view 60, 20, 1, 1
-set samples 100, 100
-set isosamples 10, 10
-set surface
-unset contour
-set clabel '%8.3g'
-set mapping cartesian
-set datafile separator whitespace
-set hidden3d offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
-set cntrparam order 4
-set cntrparam linear
-set cntrparam levels auto 5
-set cntrparam points 5
-set size ratio 0 1,1
-set origin 0,0
-set style data lines
-set style function lines
-set xzeroaxis lt -2 lw 1.000
-set yzeroaxis lt -2 lw 1.000
-set x2zeroaxis lt -2 lw 1.000
-set y2zeroaxis lt -2 lw 1.000
-set tics in
-set ticslevel 0.5
-set ticscale 1 0.5
-set mxtics default
-set mytics default
-set mztics default
-set mx2tics default
-set my2tics default
-set mcbtics default
-set xtics border mirror norotate autofreq
-set ytics border mirror norotate autofreq
-set ztics border nomirror norotate autofreq
-set nox2tics
-set noy2tics
-set cbtics border mirror norotate autofreq
-set title "" 0.000000,0.000000 font ""
-set timestamp "" bottom norotate 0.000000,0.000000 ""
-set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] )
-set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set xlabel "x" 0.000000,0.000000 font ""
-set x2label "" 0.000000,0.000000 font ""
-set xrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set ylabel "y" 0.000000,0.000000 font ""
-set y2label "" 0.000000,0.000000 font ""
-set yrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zlabel "" 0.000000,0.000000 font ""
-set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set cblabel "" 0.000000,0.000000 font ""
-set cbrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zero 1e-08
-set lmargin -1
-set bmargin -1
-set rmargin -1
-set tmargin -1
-set locale "C"
-set pm3d scansautomatic flush begin noftriangles nohidden3d implicit corners2color mean
-unset pm3d
-set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB
-set palette rgbformulae 7, 5, 15
-set colorbox default
-set colorbox vertical origin 0.9,0.2 size 0.1,0.63 bdefault
-set loadpath
-set fontpath
-set fit noerrorvariables
-set output "RT1_00_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:3 title "v0_x"
-set output "RT1_00_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:4 title "v0_y"
-set output "RT1_01_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:5 title "v1_x"
-set output "RT1_01_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:6 title "v1_y"
-set output "RT1_02_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:7 title "v2_x"
-set output "RT1_02_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:8 title "v2_y"
-set output "RT1_03_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:9 title "v3_x"
-set output "RT1_03_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:10 title "v3_y"
-set output "RT1_04_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:11 title "v4_x"
-set output "RT1_04_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:12 title "v4_y"
-set output "RT1_05_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:13 title "v5_x"
-set output "RT1_05_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:14 title "v5_y"
-set output "RT1_06_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:15 title "v6_x"
-set output "RT1_06_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:16 title "v6_y"
-set output "RT1_07_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:17 title "v7_x"
-set output "RT1_07_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:18 title "v7_y"
-set output "RT1_08_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:19 title "v8_x"
-set output "RT1_08_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:20 title "v8_y"
-set output "RT1_09_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:21 title "v9_x"
-set output "RT1_09_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:22 title "v9_y"
-set output "RT1_10_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:23 title "v10_x"
-set output "RT1_10_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:24 title "v10_y"
-set output "RT1_11_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:25 title "v11_x"
-set output "RT1_11_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:26 title "v11_y"
-# EOF
int main()
{
- std::ofstream logfile("fe_tools/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile("fe_tools_01/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("fe_tools_test/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("function/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
-char logname[] = "injection_dgp_monomial/output";
+char logname[] = "output";
#include "injection_common.h"
-char logname[] = "injection_dgq/output";
+char logname[] = "output";
#include "injection_common.h"
-char logname[] = "injection_q/output";
+char logname[] = "output";
#include "injection_common.h"
-char logname[] = "injection_q_dg0/output";
+char logname[] = "output";
#include "injection_common.h"
-char logname[] = "injection_q_iso_q1/output";
+char logname[] = "output";
#include "injection_common.h"
-char logname[] = "injection_q_system/output";
+char logname[] = "output";
#include "injection_common.h"
int main()
{
- std::ofstream logfile ("interpolate_q1/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(2.e-15);
int main()
{
- std::ofstream logfile ("interpolate_q_dg0/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(2.e-15);
int main()
{
- std::ofstream logfile ("interpolate_q_iso_q1/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(2.e-15);
int main()
{
- std::ofstream logfile ("interpolate_rt/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-15);
int main()
{
- std::ofstream logfile ("interpolate_rtn/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-13);
int main()
{
- std::ofstream logfile ("interpolate_system/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-15);
int
main()
{
- std::ofstream logfile ("jacobians/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(4) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile ("mapping/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile ("mapping_c1/output");
+ std::ofstream logfile ("output");
deallog << std::fixed;
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("mapping_q1_eulerian/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(2);
deallog << std::fixed;
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile ("mapping_q_eulerian/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(2);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("mapping_real_to_unit_02/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile ("mapping_real_to_unit_q1/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile ("mapping_real_to_unit_q4_curved/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile ("mapping_real_to_unit_q4_curved_codim/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile ("mapping_real_to_unit_q4_sphere/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile ("mapping_real_to_unit_q4_sphere_x/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile ("mapping_real_to_unit_q4_sphere_y/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile ("mapping_real_to_unit_q4_sphere_z/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile ("mapping_real_to_unit_q4_straight/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("mass_matrix_arbitrary_nodes/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
// gnuplot file for the values of functions of degree K with
// transformation N, do
-// perl -n -e 'print if s/DEAL:NedelecK-TransformN::value//' nedelec/output
+// perl -n -e 'print if s/DEAL:NedelecK-TransformN::value//' output
#include "../tests.h"
#include <deal.II/base/quadrature_lib.h>
int
main()
{
- std::ofstream logfile ("nedelec/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("nedelec_2/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("nedelec_3/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
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.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("non_primitive_1/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("non_primitive_2/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
#include <fstream>
-std::ofstream logfile ("numbering/output");
+std::ofstream logfile ("output");
template <int dim>
int
main()
{
- std::ofstream logfile ("q_1/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("q_2/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("q_3/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("q_4/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
-char logname[] = "q_dg0_projection_01/output";
+char logname[] = "output";
#include "deformed_projection.h"
+++ /dev/null
-#!/usr/bin/gnuplot -persist
-#
-#
-# G N U P L O T
-# Version 4.0 patchlevel 0
-# last modified Thu Apr 15 14:44:22 CEST 2004
-# System: Linux 2.6.11.4-21.11-smp
-#
-# Copyright (C) 1986 - 1993, 1998, 2004, 2006
-# Thomas Williams, Colin Kelley and many others
-#
-# This is gnuplot version 4.0. Please refer to the documentation
-# for command syntax changes. The old syntax will be accepted
-# throughout the 4.0 series, but all save files use the new syntax.
-#
-# Type `help` to access the on-line reference manual.
-# The gnuplot FAQ is available from
-# http://www.gnuplot.info/faq/
-#
-# Send comments and requests for help to
-# <gnuplot-info@lists.sourceforge.net>
-# Send bugs, suggestions and mods to
-# <gnuplot-bugs@lists.sourceforge.net>
-#
-set terminal postscript eps color solid enhanced 20
-# set output
-unset clip points
-set clip one
-unset clip two
-set bar 1.000000
-set border 31 lt -1 lw 1.000
-set xdata
-set ydata
-set zdata
-set x2data
-set y2data
-set timefmt x "%d/%m/%y,%H:%M"
-set timefmt y "%d/%m/%y,%H:%M"
-set timefmt z "%d/%m/%y,%H:%M"
-set timefmt x2 "%d/%m/%y,%H:%M"
-set timefmt y2 "%d/%m/%y,%H:%M"
-set timefmt cb "%d/%m/%y,%H:%M"
-set boxwidth
-set style fill empty border
-set dummy x,y
-set format x "% g"
-set format y "% g"
-set format x2 "% g"
-set format y2 "% g"
-set format z "% g"
-set format cb "% g"
-set angles radians
-unset grid
-set key title ""
-set key right top Right noreverse enhanced box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0 height 0 autotitles
-unset label
-unset arrow
-unset style line
-unset style arrow
-unset logscale
-set offsets 0, 0, 0, 0
-set pointsize 1
-set encoding default
-unset polar
-unset parametric
-unset decimalsign
-set view 60, 20, 1, 1
-set samples 100, 100
-set isosamples 10, 10
-set surface
-unset contour
-set clabel '%8.3g'
-set mapping cartesian
-set datafile separator whitespace
-set hidden3d offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
-set cntrparam order 4
-set cntrparam linear
-set cntrparam levels auto 5
-set cntrparam points 5
-set size ratio 0 1,1
-set origin 0,0
-set style data lines
-set style function lines
-set xzeroaxis lt -2 lw 1.000
-set yzeroaxis lt -2 lw 1.000
-set x2zeroaxis lt -2 lw 1.000
-set y2zeroaxis lt -2 lw 1.000
-set tics in
-set ticslevel 0.5
-set ticscale 1 0.5
-set mxtics default
-set mytics default
-set mztics default
-set mx2tics default
-set my2tics default
-set mcbtics default
-set xtics border mirror norotate autofreq
-set ytics border mirror norotate autofreq
-set ztics border nomirror norotate autofreq
-set nox2tics
-set noy2tics
-set cbtics border mirror norotate autofreq
-set title "" 0.000000,0.000000 font ""
-set timestamp "" bottom norotate 0.000000,0.000000 ""
-set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] )
-set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set xlabel "x" 0.000000,0.000000 font ""
-set x2label "" 0.000000,0.000000 font ""
-set xrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set ylabel "y" 0.000000,0.000000 font ""
-set y2label "" 0.000000,0.000000 font ""
-set yrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zlabel "" 0.000000,0.000000 font ""
-set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set cblabel "" 0.000000,0.000000 font ""
-set cbrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zero 1e-08
-set lmargin -1
-set bmargin -1
-set rmargin -1
-set tmargin -1
-set locale "C"
-set pm3d scansautomatic flush begin noftriangles nohidden3d implicit corners2color mean
-unset pm3d
-set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB
-set palette rgbformulae 7, 5, 15
-set colorbox default
-set colorbox vertical origin 0.9,0.2 size 0.1,0.63 bdefault
-set loadpath
-set fontpath
-set fit noerrorvariables
-set output "RT1_00_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:3 title "v0_x"
-set output "RT1_00_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:4 title "v0_y"
-set output "RT1_01_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:5 title "v1_x"
-set output "RT1_01_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:6 title "v1_y"
-set output "RT1_02_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:7 title "v2_x"
-set output "RT1_02_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:8 title "v2_y"
-set output "RT1_03_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:9 title "v3_x"
-set output "RT1_03_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:10 title "v3_y"
-set output "RT1_04_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:11 title "v4_x"
-set output "RT1_04_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:12 title "v4_y"
-set output "RT1_05_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:13 title "v5_x"
-set output "RT1_05_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:14 title "v5_y"
-set output "RT1_06_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:15 title "v6_x"
-set output "RT1_06_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:16 title "v6_y"
-set output "RT1_07_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:17 title "v7_x"
-set output "RT1_07_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:18 title "v7_y"
-set output "RT1_08_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:19 title "v8_x"
-set output "RT1_08_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:20 title "v8_y"
-set output "RT1_09_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:21 title "v9_x"
-set output "RT1_09_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:22 title "v9_y"
-set output "RT1_10_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:23 title "v10_x"
-set output "RT1_10_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:24 title "v10_y"
-set output "RT1_11_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:25 title "v11_x"
-set output "RT1_11_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:26 title "v11_y"
-# EOF
-char logname[] = "q_iso_q1_projection_01/output";
+char logname[] = "output";
#include "deformed_projection.h"
#include <deal.II/fe/fe_q_iso_q1.h>
+++ /dev/null
-#!/usr/bin/gnuplot -persist
-#
-#
-# G N U P L O T
-# Version 4.0 patchlevel 0
-# last modified Thu Apr 15 14:44:22 CEST 2004
-# System: Linux 2.6.11.4-21.11-smp
-#
-# Copyright (C) 1986 - 1993, 1998, 2004, 2006
-# Thomas Williams, Colin Kelley and many others
-#
-# This is gnuplot version 4.0. Please refer to the documentation
-# for command syntax changes. The old syntax will be accepted
-# throughout the 4.0 series, but all save files use the new syntax.
-#
-# Type `help` to access the on-line reference manual.
-# The gnuplot FAQ is available from
-# http://www.gnuplot.info/faq/
-#
-# Send comments and requests for help to
-# <gnuplot-info@lists.sourceforge.net>
-# Send bugs, suggestions and mods to
-# <gnuplot-bugs@lists.sourceforge.net>
-#
-set terminal postscript eps color solid enhanced 20
-# set output
-unset clip points
-set clip one
-unset clip two
-set bar 1.000000
-set border 31 lt -1 lw 1.000
-set xdata
-set ydata
-set zdata
-set x2data
-set y2data
-set timefmt x "%d/%m/%y,%H:%M"
-set timefmt y "%d/%m/%y,%H:%M"
-set timefmt z "%d/%m/%y,%H:%M"
-set timefmt x2 "%d/%m/%y,%H:%M"
-set timefmt y2 "%d/%m/%y,%H:%M"
-set timefmt cb "%d/%m/%y,%H:%M"
-set boxwidth
-set style fill empty border
-set dummy x,y
-set format x "% g"
-set format y "% g"
-set format x2 "% g"
-set format y2 "% g"
-set format z "% g"
-set format cb "% g"
-set angles radians
-unset grid
-set key title ""
-set key right top Right noreverse enhanced box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0 height 0 autotitles
-unset label
-unset arrow
-unset style line
-unset style arrow
-unset logscale
-set offsets 0, 0, 0, 0
-set pointsize 1
-set encoding default
-unset polar
-unset parametric
-unset decimalsign
-set view 60, 20, 1, 1
-set samples 100, 100
-set isosamples 10, 10
-set surface
-unset contour
-set clabel '%8.3g'
-set mapping cartesian
-set datafile separator whitespace
-set hidden3d offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
-set cntrparam order 4
-set cntrparam linear
-set cntrparam levels auto 5
-set cntrparam points 5
-set size ratio 0 1,1
-set origin 0,0
-set style data lines
-set style function lines
-set xzeroaxis lt -2 lw 1.000
-set yzeroaxis lt -2 lw 1.000
-set x2zeroaxis lt -2 lw 1.000
-set y2zeroaxis lt -2 lw 1.000
-set tics in
-set ticslevel 0.5
-set ticscale 1 0.5
-set mxtics default
-set mytics default
-set mztics default
-set mx2tics default
-set my2tics default
-set mcbtics default
-set xtics border mirror norotate autofreq
-set ytics border mirror norotate autofreq
-set ztics border nomirror norotate autofreq
-set nox2tics
-set noy2tics
-set cbtics border mirror norotate autofreq
-set title "" 0.000000,0.000000 font ""
-set timestamp "" bottom norotate 0.000000,0.000000 ""
-set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] )
-set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set xlabel "x" 0.000000,0.000000 font ""
-set x2label "" 0.000000,0.000000 font ""
-set xrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set ylabel "y" 0.000000,0.000000 font ""
-set y2label "" 0.000000,0.000000 font ""
-set yrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zlabel "" 0.000000,0.000000 font ""
-set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set cblabel "" 0.000000,0.000000 font ""
-set cbrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zero 1e-08
-set lmargin -1
-set bmargin -1
-set rmargin -1
-set tmargin -1
-set locale "C"
-set pm3d scansautomatic flush begin noftriangles nohidden3d implicit corners2color mean
-unset pm3d
-set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB
-set palette rgbformulae 7, 5, 15
-set colorbox default
-set colorbox vertical origin 0.9,0.2 size 0.1,0.63 bdefault
-set loadpath
-set fontpath
-set fit noerrorvariables
-set output "RT1_00_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:3 title "v0_x"
-set output "RT1_00_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:4 title "v0_y"
-set output "RT1_01_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:5 title "v1_x"
-set output "RT1_01_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:6 title "v1_y"
-set output "RT1_02_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:7 title "v2_x"
-set output "RT1_02_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:8 title "v2_y"
-set output "RT1_03_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:9 title "v3_x"
-set output "RT1_03_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:10 title "v3_y"
-set output "RT1_04_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:11 title "v4_x"
-set output "RT1_04_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:12 title "v4_y"
-set output "RT1_05_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:13 title "v5_x"
-set output "RT1_05_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:14 title "v5_y"
-set output "RT1_06_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:15 title "v6_x"
-set output "RT1_06_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:16 title "v6_y"
-set output "RT1_07_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:17 title "v7_x"
-set output "RT1_07_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:18 title "v7_y"
-set output "RT1_08_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:19 title "v8_x"
-set output "RT1_08_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:20 title "v8_y"
-set output "RT1_09_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:21 title "v9_x"
-set output "RT1_09_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:22 title "v9_y"
-set output "RT1_10_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:23 title "v10_x"
-set output "RT1_10_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:24 title "v10_y"
-set output "RT1_11_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:25 title "v11_x"
-set output "RT1_11_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:26 title "v11_y"
-# EOF
int
main()
{
- std::ofstream logfile ("rt_1/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
+++ /dev/null
-#!/usr/bin/gnuplot -persist
-#
-#
-# G N U P L O T
-# Version 4.0 patchlevel 0
-# last modified Thu Apr 15 14:44:22 CEST 2004
-# System: Linux 2.6.11.4-21.11-smp
-#
-# Copyright (C) 1986 - 1993, 1998, 2004, 2006
-# Thomas Williams, Colin Kelley and many others
-#
-# This is gnuplot version 4.0. Please refer to the documentation
-# for command syntax changes. The old syntax will be accepted
-# throughout the 4.0 series, but all save files use the new syntax.
-#
-# Type `help` to access the on-line reference manual.
-# The gnuplot FAQ is available from
-# http://www.gnuplot.info/faq/
-#
-# Send comments and requests for help to
-# <gnuplot-info@lists.sourceforge.net>
-# Send bugs, suggestions and mods to
-# <gnuplot-bugs@lists.sourceforge.net>
-#
-set terminal postscript eps color solid enhanced 20
-# set output
-unset clip points
-set clip one
-unset clip two
-set bar 1.000000
-set border 31 lt -1 lw 1.000
-set xdata
-set ydata
-set zdata
-set x2data
-set y2data
-set timefmt x "%d/%m/%y,%H:%M"
-set timefmt y "%d/%m/%y,%H:%M"
-set timefmt z "%d/%m/%y,%H:%M"
-set timefmt x2 "%d/%m/%y,%H:%M"
-set timefmt y2 "%d/%m/%y,%H:%M"
-set timefmt cb "%d/%m/%y,%H:%M"
-set boxwidth
-set style fill empty border
-set dummy x,y
-set format x "% g"
-set format y "% g"
-set format x2 "% g"
-set format y2 "% g"
-set format z "% g"
-set format cb "% g"
-set angles radians
-unset grid
-set key title ""
-set key right top Right noreverse enhanced box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0 height 0 autotitles
-unset label
-unset arrow
-unset style line
-unset style arrow
-unset logscale
-set offsets 0, 0, 0, 0
-set pointsize 1
-set encoding default
-unset polar
-unset parametric
-unset decimalsign
-set view 60, 20, 1, 1
-set samples 100, 100
-set isosamples 10, 10
-set surface
-unset contour
-set clabel '%8.3g'
-set mapping cartesian
-set datafile separator whitespace
-set hidden3d offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
-set cntrparam order 4
-set cntrparam linear
-set cntrparam levels auto 5
-set cntrparam points 5
-set size ratio 0 1,1
-set origin 0,0
-set style data lines
-set style function lines
-set xzeroaxis lt -2 lw 1.000
-set yzeroaxis lt -2 lw 1.000
-set x2zeroaxis lt -2 lw 1.000
-set y2zeroaxis lt -2 lw 1.000
-set tics in
-set ticslevel 0.5
-set ticscale 1 0.5
-set mxtics default
-set mytics default
-set mztics default
-set mx2tics default
-set my2tics default
-set mcbtics default
-set xtics border mirror norotate autofreq
-set ytics border mirror norotate autofreq
-set ztics border nomirror norotate autofreq
-set nox2tics
-set noy2tics
-set cbtics border mirror norotate autofreq
-set title "" 0.000000,0.000000 font ""
-set timestamp "" bottom norotate 0.000000,0.000000 ""
-set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] )
-set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set xlabel "x" 0.000000,0.000000 font ""
-set x2label "" 0.000000,0.000000 font ""
-set xrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set ylabel "y" 0.000000,0.000000 font ""
-set y2label "" 0.000000,0.000000 font ""
-set yrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zlabel "" 0.000000,0.000000 font ""
-set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set cblabel "" 0.000000,0.000000 font ""
-set cbrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zero 1e-08
-set lmargin -1
-set bmargin -1
-set rmargin -1
-set tmargin -1
-set locale "C"
-set pm3d scansautomatic flush begin noftriangles nohidden3d implicit corners2color mean
-unset pm3d
-set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB
-set palette rgbformulae 7, 5, 15
-set colorbox default
-set colorbox vertical origin 0.9,0.2 size 0.1,0.63 bdefault
-set loadpath
-set fontpath
-set fit noerrorvariables
-set output "RT1_00_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:3 title "v0_x"
-set output "RT1_00_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:4 title "v0_y"
-set output "RT1_01_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:5 title "v1_x"
-set output "RT1_01_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:6 title "v1_y"
-set output "RT1_02_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:7 title "v2_x"
-set output "RT1_02_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:8 title "v2_y"
-set output "RT1_03_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:9 title "v3_x"
-set output "RT1_03_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:10 title "v3_y"
-set output "RT1_04_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:11 title "v4_x"
-set output "RT1_04_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:12 title "v4_y"
-set output "RT1_05_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:13 title "v5_x"
-set output "RT1_05_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:14 title "v5_y"
-set output "RT1_06_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:15 title "v6_x"
-set output "RT1_06_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:16 title "v6_y"
-set output "RT1_07_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:17 title "v7_x"
-set output "RT1_07_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:18 title "v7_y"
-set output "RT1_08_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:19 title "v8_x"
-set output "RT1_08_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:20 title "v8_y"
-set output "RT1_09_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:21 title "v9_x"
-set output "RT1_09_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:22 title "v9_y"
-set output "RT1_10_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:23 title "v10_x"
-set output "RT1_10_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:24 title "v10_y"
-set output "RT1_11_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:25 title "v11_x"
-set output "RT1_11_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:26 title "v11_y"
-# EOF
#define PRECISION 2
-std::ofstream logfile ("rt_10/output");
+std::ofstream logfile ("output");
template<int dim>
void
#define PRECISION 2
-std::ofstream logfile ("rt_11/output");
+std::ofstream logfile ("output");
template<int dim>
void
#define PRECISION 2
-std::ofstream logfile ("rt_12/output");
+std::ofstream logfile ("output");
template<int dim>
void
#define PRECISION 2
-std::ofstream logfile ("rt_13/output");
+std::ofstream logfile ("output");
template<int dim>
void
#define PRECISION 2
-std::ofstream logfile ("rt_14/output");
+std::ofstream logfile ("output");
template<int dim>
void
#define PRECISION 2
-std::ofstream logfile ("rt_15/output");
+std::ofstream logfile ("output");
template<int dim>
void
int
main()
{
- std::ofstream logfile ("rt_2/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("rt_3/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("rt_5/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("rt_7/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
#define PRECISION 5
-std::ofstream logfile ("rt_8/output");
+std::ofstream logfile ("output");
template<int dim>
void
#define PRECISION 2
-std::ofstream logfile ("rt_9/output");
+std::ofstream logfile ("output");
template<int dim>
void
#include <fstream>
-std::ofstream logfile ("rt_approximation_01/output");
+std::ofstream logfile ("output");
char buf[1000];
+++ /dev/null
-#!/usr/bin/gnuplot -persist
-#
-#
-# G N U P L O T
-# Version 4.0 patchlevel 0
-# last modified Thu Apr 15 14:44:22 CEST 2004
-# System: Linux 2.6.11.4-21.11-smp
-#
-# Copyright (C) 1986 - 1993, 1998, 2004, 2006
-# Thomas Williams, Colin Kelley and many others
-#
-# This is gnuplot version 4.0. Please refer to the documentation
-# for command syntax changes. The old syntax will be accepted
-# throughout the 4.0 series, but all save files use the new syntax.
-#
-# Type `help` to access the on-line reference manual.
-# The gnuplot FAQ is available from
-# http://www.gnuplot.info/faq/
-#
-# Send comments and requests for help to
-# <gnuplot-info@lists.sourceforge.net>
-# Send bugs, suggestions and mods to
-# <gnuplot-bugs@lists.sourceforge.net>
-#
-set terminal postscript eps color solid enhanced 20
-# set output
-unset clip points
-set clip one
-unset clip two
-set bar 1.000000
-set border 31 lt -1 lw 1.000
-set xdata
-set ydata
-set zdata
-set x2data
-set y2data
-set timefmt x "%d/%m/%y,%H:%M"
-set timefmt y "%d/%m/%y,%H:%M"
-set timefmt z "%d/%m/%y,%H:%M"
-set timefmt x2 "%d/%m/%y,%H:%M"
-set timefmt y2 "%d/%m/%y,%H:%M"
-set timefmt cb "%d/%m/%y,%H:%M"
-set boxwidth
-set style fill empty border
-set dummy x,y
-set format x "% g"
-set format y "% g"
-set format x2 "% g"
-set format y2 "% g"
-set format z "% g"
-set format cb "% g"
-set angles radians
-unset grid
-set key title ""
-set key right top Right noreverse enhanced box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0 height 0 autotitles
-unset label
-unset arrow
-unset style line
-unset style arrow
-unset logscale
-set offsets 0, 0, 0, 0
-set pointsize 1
-set encoding default
-unset polar
-unset parametric
-unset decimalsign
-set view 60, 20, 1, 1
-set samples 100, 100
-set isosamples 10, 10
-set surface
-unset contour
-set clabel '%8.3g'
-set mapping cartesian
-set datafile separator whitespace
-set hidden3d offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
-set cntrparam order 4
-set cntrparam linear
-set cntrparam levels auto 5
-set cntrparam points 5
-set size ratio 0 1,1
-set origin 0,0
-set style data lines
-set style function lines
-set xzeroaxis lt -2 lw 1.000
-set yzeroaxis lt -2 lw 1.000
-set x2zeroaxis lt -2 lw 1.000
-set y2zeroaxis lt -2 lw 1.000
-set tics in
-set ticslevel 0.5
-set ticscale 1 0.5
-set mxtics default
-set mytics default
-set mztics default
-set mx2tics default
-set my2tics default
-set mcbtics default
-set xtics border mirror norotate autofreq
-set ytics border mirror norotate autofreq
-set ztics border nomirror norotate autofreq
-set nox2tics
-set noy2tics
-set cbtics border mirror norotate autofreq
-set title "" 0.000000,0.000000 font ""
-set timestamp "" bottom norotate 0.000000,0.000000 ""
-set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] )
-set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set xlabel "x" 0.000000,0.000000 font ""
-set x2label "" 0.000000,0.000000 font ""
-set xrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set ylabel "y" 0.000000,0.000000 font ""
-set y2label "" 0.000000,0.000000 font ""
-set yrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zlabel "" 0.000000,0.000000 font ""
-set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set cblabel "" 0.000000,0.000000 font ""
-set cbrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zero 1e-08
-set lmargin -1
-set bmargin -1
-set rmargin -1
-set tmargin -1
-set locale "C"
-set pm3d scansautomatic flush begin noftriangles nohidden3d implicit corners2color mean
-unset pm3d
-set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB
-set palette rgbformulae 7, 5, 15
-set colorbox default
-set colorbox vertical origin 0.9,0.2 size 0.1,0.63 bdefault
-set loadpath
-set fontpath
-set fit noerrorvariables
-set output "RT1_00_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:3 title "v0_x"
-set output "RT1_00_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:4 title "v0_y"
-set output "RT1_01_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:5 title "v1_x"
-set output "RT1_01_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:6 title "v1_y"
-set output "RT1_02_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:7 title "v2_x"
-set output "RT1_02_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:8 title "v2_y"
-set output "RT1_03_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:9 title "v3_x"
-set output "RT1_03_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:10 title "v3_y"
-set output "RT1_04_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:11 title "v4_x"
-set output "RT1_04_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:12 title "v4_y"
-set output "RT1_05_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:13 title "v5_x"
-set output "RT1_05_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:14 title "v5_y"
-set output "RT1_06_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:15 title "v6_x"
-set output "RT1_06_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:16 title "v6_y"
-set output "RT1_07_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:17 title "v7_x"
-set output "RT1_07_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:18 title "v7_y"
-set output "RT1_08_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:19 title "v8_x"
-set output "RT1_08_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:20 title "v8_y"
-set output "RT1_09_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:21 title "v9_x"
-set output "RT1_09_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:22 title "v9_y"
-set output "RT1_10_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:23 title "v10_x"
-set output "RT1_10_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:24 title "v10_y"
-set output "RT1_11_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:25 title "v11_x"
-set output "RT1_11_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:26 title "v11_y"
-# EOF
#include <deal.II/fe/fe_raviart_thomas.h>
#include <deal.II/fe/fe_dgq.h>
-std::ofstream logfile ("rt_normal_02/output");
+std::ofstream logfile ("output");
/*
+++ /dev/null
-#!/usr/bin/gnuplot -persist
-#
-#
-# G N U P L O T
-# Version 4.0 patchlevel 0
-# last modified Thu Apr 15 14:44:22 CEST 2004
-# System: Linux 2.6.11.4-21.11-smp
-#
-# Copyright (C) 1986 - 1993, 1998, 2004, 2006
-# Thomas Williams, Colin Kelley and many others
-#
-# This is gnuplot version 4.0. Please refer to the documentation
-# for command syntax changes. The old syntax will be accepted
-# throughout the 4.0 series, but all save files use the new syntax.
-#
-# Type `help` to access the on-line reference manual.
-# The gnuplot FAQ is available from
-# http://www.gnuplot.info/faq/
-#
-# Send comments and requests for help to
-# <gnuplot-info@lists.sourceforge.net>
-# Send bugs, suggestions and mods to
-# <gnuplot-bugs@lists.sourceforge.net>
-#
-set terminal postscript eps color solid enhanced 20
-# set output
-unset clip points
-set clip one
-unset clip two
-set bar 1.000000
-set border 31 lt -1 lw 1.000
-set xdata
-set ydata
-set zdata
-set x2data
-set y2data
-set timefmt x "%d/%m/%y,%H:%M"
-set timefmt y "%d/%m/%y,%H:%M"
-set timefmt z "%d/%m/%y,%H:%M"
-set timefmt x2 "%d/%m/%y,%H:%M"
-set timefmt y2 "%d/%m/%y,%H:%M"
-set timefmt cb "%d/%m/%y,%H:%M"
-set boxwidth
-set style fill empty border
-set dummy x,y
-set format x "% g"
-set format y "% g"
-set format x2 "% g"
-set format y2 "% g"
-set format z "% g"
-set format cb "% g"
-set angles radians
-unset grid
-set key title ""
-set key right top Right noreverse enhanced box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0 height 0 autotitles
-unset label
-unset arrow
-unset style line
-unset style arrow
-unset logscale
-set offsets 0, 0, 0, 0
-set pointsize 1
-set encoding default
-unset polar
-unset parametric
-unset decimalsign
-set view 60, 20, 1, 1
-set samples 100, 100
-set isosamples 10, 10
-set surface
-unset contour
-set clabel '%8.3g'
-set mapping cartesian
-set datafile separator whitespace
-set hidden3d offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
-set cntrparam order 4
-set cntrparam linear
-set cntrparam levels auto 5
-set cntrparam points 5
-set size ratio 0 1,1
-set origin 0,0
-set style data lines
-set style function lines
-set xzeroaxis lt -2 lw 1.000
-set yzeroaxis lt -2 lw 1.000
-set x2zeroaxis lt -2 lw 1.000
-set y2zeroaxis lt -2 lw 1.000
-set tics in
-set ticslevel 0.5
-set ticscale 1 0.5
-set mxtics default
-set mytics default
-set mztics default
-set mx2tics default
-set my2tics default
-set mcbtics default
-set xtics border mirror norotate autofreq
-set ytics border mirror norotate autofreq
-set ztics border nomirror norotate autofreq
-set nox2tics
-set noy2tics
-set cbtics border mirror norotate autofreq
-set title "" 0.000000,0.000000 font ""
-set timestamp "" bottom norotate 0.000000,0.000000 ""
-set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] )
-set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set xlabel "x" 0.000000,0.000000 font ""
-set x2label "" 0.000000,0.000000 font ""
-set xrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set ylabel "y" 0.000000,0.000000 font ""
-set y2label "" 0.000000,0.000000 font ""
-set yrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zlabel "" 0.000000,0.000000 font ""
-set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set cblabel "" 0.000000,0.000000 font ""
-set cbrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zero 1e-08
-set lmargin -1
-set bmargin -1
-set rmargin -1
-set tmargin -1
-set locale "C"
-set pm3d scansautomatic flush begin noftriangles nohidden3d implicit corners2color mean
-unset pm3d
-set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB
-set palette rgbformulae 7, 5, 15
-set colorbox default
-set colorbox vertical origin 0.9,0.2 size 0.1,0.63 bdefault
-set loadpath
-set fontpath
-set fit noerrorvariables
-set output "RT1_00_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:3 title "v0_x"
-set output "RT1_00_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:4 title "v0_y"
-set output "RT1_01_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:5 title "v1_x"
-set output "RT1_01_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:6 title "v1_y"
-set output "RT1_02_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:7 title "v2_x"
-set output "RT1_02_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:8 title "v2_y"
-set output "RT1_03_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:9 title "v3_x"
-set output "RT1_03_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:10 title "v3_y"
-set output "RT1_04_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:11 title "v4_x"
-set output "RT1_04_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:12 title "v4_y"
-set output "RT1_05_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:13 title "v5_x"
-set output "RT1_05_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:14 title "v5_y"
-set output "RT1_06_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:15 title "v6_x"
-set output "RT1_06_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:16 title "v6_y"
-set output "RT1_07_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:17 title "v7_x"
-set output "RT1_07_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:18 title "v7_y"
-set output "RT1_08_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:19 title "v8_x"
-set output "RT1_08_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:20 title "v8_y"
-set output "RT1_09_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:21 title "v9_x"
-set output "RT1_09_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:22 title "v9_y"
-set output "RT1_10_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:23 title "v10_x"
-set output "RT1_10_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:24 title "v10_y"
-set output "RT1_11_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:25 title "v11_x"
-set output "RT1_11_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:26 title "v11_y"
-# EOF
-char logname[] = "rt_projection_01/output";
+char logname[] = "output";
#include "deformed_projection.h"
+++ /dev/null
-#!/usr/bin/gnuplot -persist
-#
-#
-# G N U P L O T
-# Version 4.0 patchlevel 0
-# last modified Thu Apr 15 14:44:22 CEST 2004
-# System: Linux 2.6.11.4-21.11-smp
-#
-# Copyright (C) 1986 - 1993, 1998, 2004, 2006
-# Thomas Williams, Colin Kelley and many others
-#
-# This is gnuplot version 4.0. Please refer to the documentation
-# for command syntax changes. The old syntax will be accepted
-# throughout the 4.0 series, but all save files use the new syntax.
-#
-# Type `help` to access the on-line reference manual.
-# The gnuplot FAQ is available from
-# http://www.gnuplot.info/faq/
-#
-# Send comments and requests for help to
-# <gnuplot-info@lists.sourceforge.net>
-# Send bugs, suggestions and mods to
-# <gnuplot-bugs@lists.sourceforge.net>
-#
-set terminal postscript eps color solid enhanced 20
-# set output
-unset clip points
-set clip one
-unset clip two
-set bar 1.000000
-set border 31 lt -1 lw 1.000
-set xdata
-set ydata
-set zdata
-set x2data
-set y2data
-set timefmt x "%d/%m/%y,%H:%M"
-set timefmt y "%d/%m/%y,%H:%M"
-set timefmt z "%d/%m/%y,%H:%M"
-set timefmt x2 "%d/%m/%y,%H:%M"
-set timefmt y2 "%d/%m/%y,%H:%M"
-set timefmt cb "%d/%m/%y,%H:%M"
-set boxwidth
-set style fill empty border
-set dummy x,y
-set format x "% g"
-set format y "% g"
-set format x2 "% g"
-set format y2 "% g"
-set format z "% g"
-set format cb "% g"
-set angles radians
-unset grid
-set key title ""
-set key right top Right noreverse enhanced box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0 height 0 autotitles
-unset label
-unset arrow
-unset style line
-unset style arrow
-unset logscale
-set offsets 0, 0, 0, 0
-set pointsize 1
-set encoding default
-unset polar
-unset parametric
-unset decimalsign
-set view 60, 20, 1, 1
-set samples 100, 100
-set isosamples 10, 10
-set surface
-unset contour
-set clabel '%8.3g'
-set mapping cartesian
-set datafile separator whitespace
-set hidden3d offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
-set cntrparam order 4
-set cntrparam linear
-set cntrparam levels auto 5
-set cntrparam points 5
-set size ratio 0 1,1
-set origin 0,0
-set style data lines
-set style function lines
-set xzeroaxis lt -2 lw 1.000
-set yzeroaxis lt -2 lw 1.000
-set x2zeroaxis lt -2 lw 1.000
-set y2zeroaxis lt -2 lw 1.000
-set tics in
-set ticslevel 0.5
-set ticscale 1 0.5
-set mxtics default
-set mytics default
-set mztics default
-set mx2tics default
-set my2tics default
-set mcbtics default
-set xtics border mirror norotate autofreq
-set ytics border mirror norotate autofreq
-set ztics border nomirror norotate autofreq
-set nox2tics
-set noy2tics
-set cbtics border mirror norotate autofreq
-set title "" 0.000000,0.000000 font ""
-set timestamp "" bottom norotate 0.000000,0.000000 ""
-set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] )
-set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
-set xlabel "x" 0.000000,0.000000 font ""
-set x2label "" 0.000000,0.000000 font ""
-set xrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set ylabel "y" 0.000000,0.000000 font ""
-set y2label "" 0.000000,0.000000 font ""
-set yrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zlabel "" 0.000000,0.000000 font ""
-set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set cblabel "" 0.000000,0.000000 font ""
-set cbrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
-set zero 1e-08
-set lmargin -1
-set bmargin -1
-set rmargin -1
-set tmargin -1
-set locale "C"
-set pm3d scansautomatic flush begin noftriangles nohidden3d implicit corners2color mean
-unset pm3d
-set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB
-set palette rgbformulae 7, 5, 15
-set colorbox default
-set colorbox vertical origin 0.9,0.2 size 0.1,0.63 bdefault
-set loadpath
-set fontpath
-set fit noerrorvariables
-set output "RT1_00_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:3 title "v0_x"
-set output "RT1_00_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:4 title "v0_y"
-set output "RT1_01_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:5 title "v1_x"
-set output "RT1_01_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:6 title "v1_y"
-set output "RT1_02_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:7 title "v2_x"
-set output "RT1_02_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:8 title "v2_y"
-set output "RT1_03_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:9 title "v3_x"
-set output "RT1_03_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:10 title "v3_y"
-set output "RT1_04_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:11 title "v4_x"
-set output "RT1_04_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:12 title "v4_y"
-set output "RT1_05_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:13 title "v5_x"
-set output "RT1_05_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:14 title "v5_y"
-set output "RT1_06_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:15 title "v6_x"
-set output "RT1_06_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:16 title "v6_y"
-set output "RT1_07_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:17 title "v7_x"
-set output "RT1_07_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:18 title "v7_y"
-set output "RT1_08_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:19 title "v8_x"
-set output "RT1_08_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:20 title "v8_y"
-set output "RT1_09_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:21 title "v9_x"
-set output "RT1_09_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:22 title "v9_y"
-set output "RT1_10_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:23 title "v10_x"
-set output "RT1_10_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:24 title "v10_y"
-set output "RT1_11_x.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:25 title "v11_x"
-set output "RT1_11_y.eps"
-splot "< perl -ne \'print if s/DEAL:RT<2>.1.::value//;\' output" using 1:2:26 title "v11_y"
-# EOF
int main()
{
- std::ofstream logfile ("rtdiff/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile ("rtn_1/output");
+ std::ofstream logfile ("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile ("rtn_2/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("rtn_3/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("shapes_dgp/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("shapes_dgp_monomial/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("shapes_dgp_nonparametric/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("shapes_dgq/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
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(PRECISION) << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("shapes_nedelec/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("shapes_q/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("shapes_q_dg0/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("shapes_q_hierarchical/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("shapes_q_iso_q1/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("shapes_system/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("system_01/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("system_02/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int
main()
{
- std::ofstream logfile ("system_index/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);
int main ()
{
- std::ofstream logfile("traits/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int
main()
{
- std::ofstream logfile("transfer/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog << std::setprecision(3);
deallog.depth_console(0);
int
main()
{
- std::ofstream logfile ("up_and_down/output");
+ std::ofstream logfile ("output");
deallog << std::setprecision(PRECISION);
deallog << std::fixed;
deallog.attach(logfile);