]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 years agochangelog 1123/head
Timo Heister [Sat, 11 Jul 2015 23:04:39 +0000 (19:04 -0400)]
changelog

9 years agofix handling of whitespace in ParameterHandler
Timo Heister [Sat, 11 Jul 2015 23:02:02 +0000 (19:02 -0400)]
fix handling of whitespace in ParameterHandler

No longer remove multiple spaces inside the 'set' expression, but only
at the beginning and end of the lines and before after '='.

9 years agoadd Utilities::trim()
Timo Heister [Sat, 11 Jul 2015 22:44:17 +0000 (18:44 -0400)]
add Utilities::trim()

9 years agoimprove documentation
Timo Heister [Sat, 11 Jul 2015 21:57:02 +0000 (17:57 -0400)]
improve documentation

9 years agotest ParameterHandler::MultipleSelection
Timo Heister [Sat, 11 Jul 2015 21:40:28 +0000 (17:40 -0400)]
test ParameterHandler::MultipleSelection

9 years agoMerge pull request #1121 from simonsticko/EigSortingGMRES
Martin Kronbichler [Sat, 11 Jul 2015 18:42:04 +0000 (20:42 +0200)]
Merge pull request #1121 from simonsticko/EigSortingGMRES

Add sorting to eigenvalues in SolverGMRES

9 years agoAdd sorting to eigenvalues in SolverGMRES 1121/head
Simon Sticko [Sat, 11 Jul 2015 18:21:54 +0000 (20:21 +0200)]
Add sorting to eigenvalues in SolverGMRES

The eigenvalues output through the eigenvalues signals was not sorted
previously. Add sorting according to
internal::SolverGMRES::complex_less_pred.

9 years agoMerge pull request #1118 from kronbichler/master
Martin Kronbichler [Sat, 11 Jul 2015 17:00:27 +0000 (19:00 +0200)]
Merge pull request #1118 from kronbichler/master

Simplify Chebyshev preconditioner setup by using signals

9 years agoSimplify Chebyshev preconditioner setup by using signals 1118/head
Martin Kronbichler [Sat, 11 Jul 2015 09:59:15 +0000 (11:59 +0200)]
Simplify Chebyshev preconditioner setup by using signals

9 years agoMerge pull request #1112 from drwells/fix-code-intercalation
Wolfgang Bangerth [Sat, 11 Jul 2015 15:26:59 +0000 (11:26 -0400)]
Merge pull request #1112 from drwells/fix-code-intercalation

Fix code intercalation

9 years agoMerge pull request #1120 from drwells/update-include-guards-2
Guido Kanschat [Sat, 11 Jul 2015 15:05:46 +0000 (17:05 +0200)]
Merge pull request #1120 from drwells/update-include-guards-2

Update two more nonstandard include guards.

9 years agoUpdate two more nonstandard include guards. 1120/head
David Wells [Sat, 11 Jul 2015 12:42:46 +0000 (08:42 -0400)]
Update two more nonstandard include guards.

9 years agoFix comments on a code sample. 1112/head
David Wells [Sat, 4 Jul 2015 12:27:51 +0000 (08:27 -0400)]
Fix comments on a code sample.
The comments and code were intercalated in an incorrect manner, where
some comments were uncommented and some code was (incorrectly)
commented. I also fixed a small error in the example code (the dof
handler was not associated a triangulation).

9 years agoMerge pull request #1093 from davydden/MPI_sum_Vector
Wolfgang Bangerth [Sat, 11 Jul 2015 10:54:20 +0000 (06:54 -0400)]
Merge pull request #1093 from davydden/MPI_sum_Vector

Utilities::MPI::sum() for Vector<number>

9 years agoMerge pull request #1111 from bangerth/move-IsBlockMatrix
Martin Kronbichler [Sat, 11 Jul 2015 08:52:08 +0000 (10:52 +0200)]
Merge pull request #1111 from bangerth/move-IsBlockMatrix

Move IsBlockMatrix from block_indices.h to constraint_matrix.h.

9 years agoMerge pull request #1116 from drwells/fix-code-quote-line-split
Martin Kronbichler [Sat, 11 Jul 2015 08:50:44 +0000 (10:50 +0200)]
Merge pull request #1116 from drwells/fix-code-quote-line-split

Correctly format a code quote.

9 years agoMerge pull request #1115 from drwells/use-tt-not-TT
Martin Kronbichler [Sat, 11 Jul 2015 08:50:03 +0000 (10:50 +0200)]
Merge pull request #1115 from drwells/use-tt-not-TT

Consistently use '<tt>', not '<TT>', so show code.

9 years agoMerge pull request #1114 from drwells/update-include-guards
Martin Kronbichler [Sat, 11 Jul 2015 08:48:56 +0000 (10:48 +0200)]
Merge pull request #1114 from drwells/update-include-guards

Update header guard symbols to the new style.

9 years agoMerge pull request #1113 from drwells/fix-small-typos
Martin Kronbichler [Sat, 11 Jul 2015 08:47:56 +0000 (10:47 +0200)]
Merge pull request #1113 from drwells/fix-small-typos

Fix some small typos.

9 years agoMerge pull request #703 from simonsticko/signalsSolverCG
Martin Kronbichler [Sat, 11 Jul 2015 08:41:30 +0000 (10:41 +0200)]
Merge pull request #703 from simonsticko/signalsSolverCG

Add signals for retrieving additional data from solver_cg

9 years agoCorrectly format a code quote. 1116/head
David Wells [Sat, 4 Jul 2015 12:34:23 +0000 (08:34 -0400)]
Correctly format a code quote.

9 years agoConsistently use '<tt>', not '<TT>', so show code. 1115/head
David Wells [Sat, 4 Jul 2015 12:30:27 +0000 (08:30 -0400)]
Consistently use '<tt>', not '<TT>', so show code.

9 years agoUpdate header guard symbols to the new style. 1114/head
David Wells [Sat, 4 Jul 2015 12:29:54 +0000 (08:29 -0400)]
Update header guard symbols to the new style.

9 years agoFix some small typos. 1113/head
David Wells [Mon, 29 Jun 2015 01:21:05 +0000 (21:21 -0400)]
Fix some small typos.

9 years agoMove IsBlockMatrix from block_indices.h to constraint_matrix.h. 1111/head
Wolfgang Bangerth [Fri, 10 Jul 2015 22:28:06 +0000 (17:28 -0500)]
Move IsBlockMatrix from block_indices.h to constraint_matrix.h.

The latter is the only file where it is actually used, so we may as well have it there.

9 years agoMerge pull request #1101 from tjhei/fix_tests
Wolfgang Bangerth [Fri, 10 Jul 2015 21:37:33 +0000 (17:37 -0400)]
Merge pull request #1101 from tjhei/fix_tests

cleanup test

9 years agoMerge pull request #1110 from kronbichler/master
Wolfgang Bangerth [Fri, 10 Jul 2015 21:36:50 +0000 (17:36 -0400)]
Merge pull request #1110 from kronbichler/master

One more fix for gcc-4.4

9 years agocleanup test 1101/head
Timo Heister [Thu, 9 Jul 2015 20:00:59 +0000 (16:00 -0400)]
cleanup test

- correct push/pop
- don't use \n
- format output
- maybe fix mac os by using more long double?

9 years agoMerge pull request #1108 from bangerth/fix-test-7
Timo Heister [Fri, 10 Jul 2015 19:59:29 +0000 (15:59 -0400)]
Merge pull request #1108 from bangerth/fix-test-7

Adjust the precision of the output of a test.

9 years agoAdd signals for retrieving additional data from solver_cg and solver_gmres. 703/head
Simon Sticko [Sun, 29 Mar 2015 11:25:18 +0000 (13:25 +0200)]
Add signals for retrieving additional data from solver_cg and solver_gmres.

SolverCG and SolverGMRES compute quantities such as eigenvalues, condition numbers
and coefficients during the solution process. Add boost::signals2 to be able to
communicate these estimates back to the caller.

9 years agoOne more fix for gcc-4.4 1110/head
Martin Kronbichler [Fri, 10 Jul 2015 19:43:15 +0000 (21:43 +0200)]
One more fix for gcc-4.4

9 years agoMerge pull request #1102 from bangerth/cpp11-and-laoperators
Timo Heister [Fri, 10 Jul 2015 18:50:29 +0000 (14:50 -0400)]
Merge pull request #1102 from bangerth/cpp11-and-laoperators

Add references between C++11 and the LA Operators.

9 years agoMerge pull request #1109 from tjhei/speed_up_test
Wolfgang Bangerth [Fri, 10 Jul 2015 18:49:37 +0000 (14:49 -0400)]
Merge pull request #1109 from tjhei/speed_up_test

simplify test

9 years agosimplify test 1109/head
Timo Heister [Fri, 10 Jul 2015 18:47:22 +0000 (14:47 -0400)]
simplify test

This avoid timeouts on the tester by speeding up the computation by a
factor of about 4.

9 years agoAdjust the precision of the output of a test. 1108/head
Wolfgang Bangerth [Fri, 10 Jul 2015 18:34:13 +0000 (13:34 -0500)]
Adjust the precision of the output of a test.

9 years agoMerge pull request #1092 from guidokanschat/block_indices_string
Wolfgang Bangerth [Fri, 10 Jul 2015 17:58:58 +0000 (13:58 -0400)]
Merge pull request #1092 from guidokanschat/block_indices_string

Block indices string

9 years agoMerge pull request #1107 from kronbichler/master
Timo Heister [Fri, 10 Jul 2015 17:20:23 +0000 (13:20 -0400)]
Merge pull request #1107 from kronbichler/master

Make compile gcc-4.4

9 years agoMake compile gcc-4.4 1107/head
Martin Kronbichler [Fri, 10 Jul 2015 16:59:15 +0000 (18:59 +0200)]
Make compile gcc-4.4

9 years agoadd string conversion for BlockIndices 1092/head
Guido Kanschat [Wed, 8 Jul 2015 07:59:04 +0000 (09:59 +0200)]
add string conversion for BlockIndices

9 years agoMerge pull request #1105 from drwells/fix-step-32-references
Timo Heister [Fri, 10 Jul 2015 16:07:54 +0000 (12:07 -0400)]
Merge pull request #1105 from drwells/fix-step-32-references

Fix some minor doxygen issues in step-32.

9 years agoMerge pull request #1106 from tjhei/fix_tests2
Wolfgang Bangerth [Fri, 10 Jul 2015 16:07:05 +0000 (10:07 -0600)]
Merge pull request #1106 from tjhei/fix_tests2

fix tests

9 years agofix tests 1106/head
Timo Heister [Fri, 10 Jul 2015 16:06:07 +0000 (12:06 -0400)]
fix tests

- 2 tests require functionparser
- update another libc++ typename string replacement

9 years agoFix some minor doxygen issues in step-32. 1105/head
David Wells [Fri, 10 Jul 2015 14:19:19 +0000 (10:19 -0400)]
Fix some minor doxygen issues in step-32.
Doxygen did not pick up the quoted text next to a @ref correctly, so I
reworded the paragraph to not need the quoted text.

9 years agoMerge pull request #1104 from kronbichler/master
Wolfgang Bangerth [Fri, 10 Jul 2015 11:39:58 +0000 (05:39 -0600)]
Merge pull request #1104 from kronbichler/master

Avoid compile error on gcc-4.6 (and probably older).

9 years agoAvoid compile error on gcc-4.6 (and probably older). 1104/head
Martin Kronbichler [Fri, 10 Jul 2015 11:29:42 +0000 (13:29 +0200)]
Avoid compile error on gcc-4.6 (and probably older).

9 years agoMerge pull request #1103 from drwells/remove-wrapcomments-string-import
Bruno Turcksin [Fri, 10 Jul 2015 02:17:39 +0000 (21:17 -0500)]
Merge pull request #1103 from drwells/remove-wrapcomments-string-import

Remove a deprecated function usage.

9 years agoRemove a deprecated function usage. 1103/head
David Wells [Fri, 10 Jul 2015 00:53:26 +0000 (20:53 -0400)]
Remove a deprecated function usage.
This function (string.find) was deprecated in python 2.4 in favor of the
.find() method of strings and was and removed in python 3.

9 years agoAdd references between C++11 and the LA Operators. 1102/head
Wolfgang Bangerth [Thu, 9 Jul 2015 20:42:30 +0000 (15:42 -0500)]
Add references between C++11 and the LA Operators.

9 years agoMerge pull request #1099 from tjhei/formatting
Wolfgang Bangerth [Thu, 9 Jul 2015 20:20:37 +0000 (14:20 -0600)]
Merge pull request #1099 from tjhei/formatting

Formatting

9 years agorun wrapcomments.py 1099/head
Timo Heister [Thu, 9 Jul 2015 20:07:22 +0000 (16:07 -0400)]
run wrapcomments.py

Conflicts:

include/deal.II/numerics/error_estimator.h

9 years agofix to wrapcomments.py
Timo Heister [Thu, 9 Jul 2015 18:29:59 +0000 (14:29 -0400)]
fix to wrapcomments.py

9 years agofix doxygen errors
Timo Heister [Thu, 9 Jul 2015 16:55:40 +0000 (12:55 -0400)]
fix doxygen errors

9 years agomanual formatting
Timo Heister [Thu, 9 Jul 2015 16:31:36 +0000 (12:31 -0400)]
manual formatting

This makes doxygen and wrapcomments.py happy

9 years agoMerge pull request #1097 from tjhei/grid_distort_random_boost
Wolfgang Bangerth [Thu, 9 Jul 2015 19:58:30 +0000 (13:58 -0600)]
Merge pull request #1097 from tjhei/grid_distort_random_boost

switch GridTools::distort_random to boost::random

9 years agoMerge pull request #1100 from tjhei/muelu_in_doxygen
Bruno Turcksin [Thu, 9 Jul 2015 19:41:11 +0000 (14:41 -0500)]
Merge pull request #1100 from tjhei/muelu_in_doxygen

make muelu preconditioner appear in doxygen

9 years agomake muelu preconditioner appear in doxygen 1100/head
Timo Heister [Thu, 9 Jul 2015 19:38:10 +0000 (15:38 -0400)]
make muelu preconditioner appear in doxygen

9 years agoMerge pull request #1083 from tjhei/cell_id_to_str
Timo Heister [Thu, 9 Jul 2015 19:25:49 +0000 (15:25 -0400)]
Merge pull request #1083 from tjhei/cell_id_to_str

add CellId::to_string()

9 years agomove implementation to .cc 1083/head
Timo Heister [Thu, 9 Jul 2015 18:52:28 +0000 (14:52 -0400)]
move implementation to .cc

9 years agoclean up tests and use to_string()
Timo Heister [Sun, 5 Jul 2015 17:33:34 +0000 (13:33 -0400)]
clean up tests and use to_string()

9 years agoadd CellID::to_string()
Timo Heister [Sat, 4 Jul 2015 11:23:24 +0000 (07:23 -0400)]
add CellID::to_string()

9 years agoswitch GridTools::distort_random to boost::random 1097/head
Timo Heister [Thu, 9 Jul 2015 15:54:20 +0000 (11:54 -0400)]
switch GridTools::distort_random to boost::random

Use boost::random instead of std::rand(). This makes calls to the
function deterministic (distortion will always be the same for the same
mesh) and hopefully makes the testsuite more robust (differences in
rand() on MAC OS).

9 years agoMerge pull request #1096 from tjhei/fix_tests
Wolfgang Bangerth [Thu, 9 Jul 2015 14:55:43 +0000 (08:55 -0600)]
Merge pull request #1096 from tjhei/fix_tests

MAC: maybe fix test

9 years agoMAC: maybe fix test 1096/head
Timo Heister [Thu, 9 Jul 2015 14:31:47 +0000 (10:31 -0400)]
MAC: maybe fix test

Forcing all computations to be done as long double with the hope that
this fixes the numerical differences on the MAC tester.

9 years agoMerge pull request #1072 from kronbichler/master
Martin Kronbichler [Thu, 9 Jul 2015 13:46:50 +0000 (15:46 +0200)]
Merge pull request #1072 from kronbichler/master

Introduce vectorized transposition for array-to-structure conversions

9 years agoIntroduce vectorized transposition for array-to-structure conversions
Martin Kronbichler [Thu, 2 Jul 2015 15:47:55 +0000 (17:47 +0200)]
Introduce vectorized transposition for array-to-structure conversions

9 years agoIntroduce vectorized transposition for array-to-structure conversions 1072/head
Martin Kronbichler [Thu, 2 Jul 2015 15:47:55 +0000 (17:47 +0200)]
Introduce vectorized transposition for array-to-structure conversions

9 years agoimplement Utilities::MPI::sum for Vector<number> 1093/head
Denis Davydov [Thu, 9 Jul 2015 11:10:54 +0000 (13:10 +0200)]
implement Utilities::MPI::sum for Vector<number>

9 years agoMerge pull request #1094 from tjhei/fix_tests
Martin Kronbichler [Thu, 9 Jul 2015 12:57:52 +0000 (14:57 +0200)]
Merge pull request #1094 from tjhei/fix_tests

fix tests

9 years agoMerge pull request #1087 from tjhei/clang_warnings
Timo Heister [Thu, 9 Jul 2015 12:54:52 +0000 (14:54 +0200)]
Merge pull request #1087 from tjhei/clang_warnings

disable clang warnings with cxx11 disabled

9 years agodisable clang warnings 1087/head
Timo Heister [Mon, 6 Jul 2015 08:27:28 +0000 (04:27 -0400)]
disable clang warnings

compiling the bundled boost with clang without cxx11 causes hundreds of
warnings.

9 years agofix tests 1094/head
Timo Heister [Thu, 9 Jul 2015 12:51:53 +0000 (08:51 -0400)]
fix tests

9 years agoinstantiate internal::Vector::copy_vector<int,int>()
Denis Davydov [Thu, 9 Jul 2015 11:09:05 +0000 (13:09 +0200)]
instantiate internal::Vector::copy_vector<int,int>()

9 years agoMerge pull request #1091 from drwells/fix-single-digit-output-time
Wolfgang Bangerth [Tue, 7 Jul 2015 20:20:53 +0000 (14:20 -0600)]
Merge pull request #1091 from drwells/fix-single-digit-output-time

Fix single digit output time

9 years agoRemove 'if (true)' statements. 1091/head
David Wells [Tue, 7 Jul 2015 11:40:41 +0000 (07:40 -0400)]
Remove 'if (true)' statements.
These are redundant and the related comment is no longer correct (there
are, as of the previous commit, no new variables declared in that
scope).

9 years agoFix strange VTK timestamps with refactoring.
David Wells [Tue, 7 Jul 2015 01:39:16 +0000 (21:39 -0400)]
Fix strange VTK timestamps with refactoring.
VTK files, based on when they are written, may save output with text
like

This file was generated by the deal.II library on 2015/7/6 at 17: 3:49

which, while correct, is a bit strange to read. This behavior may occur
in other output file formats. I fixed this by calling utility functions
with the correct behavior.

9 years agoMerge pull request #1088 from tjhei/remove_warnings
Wolfgang Bangerth [Tue, 7 Jul 2015 03:16:04 +0000 (21:16 -0600)]
Merge pull request #1088 from tjhei/remove_warnings

disable muparser warnings

9 years agoMerge pull request #1086 from tjhei/fix_test_output
Guido Kanschat [Mon, 6 Jul 2015 14:19:12 +0000 (16:19 +0200)]
Merge pull request #1086 from tjhei/fix_test_output

fix test output

9 years agoMerge pull request #1085 from tjhei/mac_fix_tests
Guido Kanschat [Mon, 6 Jul 2015 14:17:09 +0000 (16:17 +0200)]
Merge pull request #1085 from tjhei/mac_fix_tests

fix tests on MAC OS

9 years agoMerge pull request #1089 from tjhei/clang_warning_pragma_warnings
Guido Kanschat [Mon, 6 Jul 2015 14:15:39 +0000 (16:15 +0200)]
Merge pull request #1089 from tjhei/clang_warning_pragma_warnings

fix pragma warnings warnings... sigh :-(

9 years agofix pragma warnings warnings 1089/head
Timo Heister [Mon, 6 Jul 2015 09:31:34 +0000 (05:31 -0400)]
fix pragma warnings warnings

PR #1076 disabled warnings due to disabling unknown warnings with a
pragma. This causes the warning

src.cxx:4:3: error: unknown warning group '-Wpragmas', ignored [-Werror,-Wunknown-pragmas]
  _Pragma("GCC diagnostic ignored \"-Wpragmas\"")

with Clang 3.4.0. It seems it supports Wunknown-pragmas which is okay to be
used with gcc too. Sigh.

9 years agofix tests 1085/head
Timo Heister [Mon, 6 Jul 2015 07:41:14 +0000 (03:41 -0400)]
fix tests

- do not use pow(int, int)
- fix unify_pretty_function()
- replace typenames

9 years agodisable muparser warnings 1088/head
Timo Heister [Mon, 6 Jul 2015 08:36:11 +0000 (04:36 -0400)]
disable muparser warnings

suppress -Wnested-anon-types warning with clang 3.6 in muParser.

9 years agofix test output 1086/head
Timo Heister [Mon, 6 Jul 2015 08:07:22 +0000 (04:07 -0400)]
fix test output

This due to the recent changes in the vtk GridOut

9 years agoMerge pull request #1084 from guidokanschat/fix_2_multigrid_tests
Timo Heister [Sun, 5 Jul 2015 17:06:38 +0000 (13:06 -0400)]
Merge pull request #1084 from guidokanschat/fix_2_multigrid_tests

Fix the ordering of renumbering in two tests

9 years agoFix the ordering of renumbering in two tests 1084/head
Guido Kanschat [Sun, 5 Jul 2015 16:44:40 +0000 (18:44 +0200)]
Fix the ordering of renumbering in two tests

9 years agoMerge pull request #1082 from tjhei/string_replace
Guido Kanschat [Sun, 5 Jul 2015 15:40:05 +0000 (17:40 +0200)]
Merge pull request #1082 from tjhei/string_replace

new Utilities::replace_in_string() which returns a string with all occurrences of one substring replaced by another

9 years agonew Utilities::replace_in_string() 1082/head
Timo Heister [Sun, 5 Jul 2015 15:16:07 +0000 (11:16 -0400)]
new Utilities::replace_in_string()

9 years agoMerge pull request #1077 from guidokanschat/improve_svg
Timo Heister [Sun, 5 Jul 2015 15:27:03 +0000 (11:27 -0400)]
Merge pull request #1077 from guidokanschat/improve_svg

Fix font sizes in SVG output

The font scaling in GridOut::write_svg() was broken since the units were missing. It has been fixed and an additional parameter GridOutFlags::Svg::cell_font_scaling has been introduced for tuning.

9 years agoadjust test output 1077/head
Guido Kanschat [Sat, 4 Jul 2015 07:19:11 +0000 (09:19 +0200)]
adjust test output

9 years agoFix font sizes in SVG output
Guido Kanschat [Sat, 4 Jul 2015 06:45:24 +0000 (08:45 +0200)]
Fix font sizes in SVG output

9 years agoMerge pull request #1076 from guidokanschat/diagnostic_pragmas
Guido Kanschat [Sun, 5 Jul 2015 15:19:10 +0000 (17:19 +0200)]
Merge pull request #1076 from guidokanschat/diagnostic_pragmas

Remove warnings due to disabling unknown warnings

9 years agoreduce pragma test to the necessary 1076/head
Guido Kanschat [Sun, 5 Jul 2015 15:06:39 +0000 (17:06 +0200)]
reduce pragma test to the necessary

9 years agoMerge pull request #1081 from guidokanschat/fix_vtu_tests
Timo Heister [Sun, 5 Jul 2015 14:55:38 +0000 (10:55 -0400)]
Merge pull request #1081 from guidokanschat/fix_vtu_tests

Adjust test output for VTU tests to additional manifold id

9 years agotest for all the pramas used in DEAL_II_DISABLE_EXTRA_DIAGNOSTICS to avoid warnings...
Guido Kanschat [Sat, 4 Jul 2015 05:22:31 +0000 (07:22 +0200)]
test for all the pramas used in DEAL_II_DISABLE_EXTRA_DIAGNOSTICS to avoid warnings in clang 3.4

9 years agoAdjust test output for VTU tests to additional manifold id 1081/head
Guido Kanschat [Sun, 5 Jul 2015 14:50:00 +0000 (16:50 +0200)]
Adjust test output for VTU tests to additional manifold id

9 years agoMerge pull request #1078 from guidokanschat/partial_grid_out
Luca Heltai [Sun, 5 Jul 2015 14:22:26 +0000 (16:22 +0200)]
Merge pull request #1078 from guidokanschat/partial_grid_out

VTK and VTU output with level number, material id, and subdomain ids

9 years agoastyle 1078/head
Guido Kanschat [Sun, 5 Jul 2015 11:46:06 +0000 (13:46 +0200)]
astyle

9 years agoadd manifold id to output and adjust output files
Guido Kanschat [Sun, 5 Jul 2015 11:38:17 +0000 (13:38 +0200)]
add manifold id to output and adjust output files

9 years agoremove include
Guido Kanschat [Sun, 5 Jul 2015 11:34:35 +0000 (13:34 +0200)]
remove include

9 years agoignore mpirun tests without mpi
Guido Kanschat [Sun, 5 Jul 2015 10:56:38 +0000 (12:56 +0200)]
ignore mpirun tests without mpi


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.