]>
https://gitweb.dealii.org/ - dealii-svn.git/log
bangerth [Sun, 10 Nov 2013 15:28:26 +0000 (15:28 +0000)]
Convert some of the VectorOperation::add into VectorOperation::insert as appropriate.
git-svn-id: https://svn.dealii.org/trunk@31605
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 10 Nov 2013 09:26:32 +0000 (09:26 +0000)]
Revert "Also instantiate DataOutStack for 3D"
git-svn-id: https://svn.dealii.org/trunk@31604
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Nov 2013 22:56:29 +0000 (22:56 +0000)]
Also instantiate DataOutStack for 3D
git-svn-id: https://svn.dealii.org/trunk@31603
0785d39b-7218-0410-832d-
ea1e28bc413d
young [Sat, 9 Nov 2013 15:38:36 +0000 (15:38 +0000)]
Explicitly compress petsc objects with a VectorOperation.
git-svn-id: https://svn.dealii.org/trunk@31602
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 9 Nov 2013 14:00:15 +0000 (14:00 +0000)]
Adjust accuracy so that numdiff can do its work.
git-svn-id: https://svn.dealii.org/trunk@31601
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Nov 2013 08:52:48 +0000 (08:52 +0000)]
Bugfix: Let setup_tests and tests depend on a compiled library again...
git-svn-id: https://svn.dealii.org/trunk@31600
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 9 Nov 2013 02:29:29 +0000 (02:29 +0000)]
fix warning
git-svn-id: https://svn.dealii.org/trunk@31599
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Nov 2013 23:53:04 +0000 (23:53 +0000)]
Try to improve one issue where compilers typically can't quite resolve a function overload.
git-svn-id: https://svn.dealii.org/trunk@31598
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Nov 2013 23:20:11 +0000 (23:20 +0000)]
Reindent the whole file.
git-svn-id: https://svn.dealii.org/trunk@31597
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Nov 2013 23:18:09 +0000 (23:18 +0000)]
Add several more tests.
git-svn-id: https://svn.dealii.org/trunk@31596
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Nov 2013 23:17:44 +0000 (23:17 +0000)]
Reimplement the third option for WorkStream, using the colored graph.
git-svn-id: https://svn.dealii.org/trunk@31595
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Fri, 8 Nov 2013 21:31:09 +0000 (21:31 +0000)]
try to detect hdf5 64bit mode
git-svn-id: https://svn.dealii.org/trunk@31594
0785d39b-7218-0410-832d-
ea1e28bc413d
frohne [Fri, 8 Nov 2013 16:47:28 +0000 (16:47 +0000)]
fix bug for damping
git-svn-id: https://svn.dealii.org/trunk@31592
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Fri, 8 Nov 2013 15:11:41 +0000 (15:11 +0000)]
get rid of some warnings
git-svn-id: https://svn.dealii.org/trunk@31591
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Fri, 8 Nov 2013 14:21:32 +0000 (14:21 +0000)]
fix abandoning threads. Instead of keeping ThreadDescriptor alive using a shared_ptr to self, we just detach() from the c++ thread when destructed.
git-svn-id: https://svn.dealii.org/trunk@31590
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Fri, 8 Nov 2013 14:06:30 +0000 (14:06 +0000)]
mark spinlock variables in tests volatile for release mode
git-svn-id: https://svn.dealii.org/trunk@31589
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Fri, 8 Nov 2013 13:25:28 +0000 (13:25 +0000)]
make multigrid test succeed by switching from CG to GMRES. I have no idea if the problem should be SPD and if CG should work, though.
git-svn-id: https://svn.dealii.org/trunk@31588
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Fri, 8 Nov 2013 13:09:36 +0000 (13:09 +0000)]
fix data type
git-svn-id: https://svn.dealii.org/trunk@31587
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Fri, 8 Nov 2013 12:56:31 +0000 (12:56 +0000)]
fix dead links, add some references to cmake documentation
git-svn-id: https://svn.dealii.org/trunk@31586
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Fri, 8 Nov 2013 12:50:56 +0000 (12:50 +0000)]
mention 'make test'
git-svn-id: https://svn.dealii.org/trunk@31585
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Nov 2013 05:08:26 +0000 (05:08 +0000)]
Remove a TODO that has been taken care of.
git-svn-id: https://svn.dealii.org/trunk@31584
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Nov 2013 05:06:55 +0000 (05:06 +0000)]
Add a few tests.
git-svn-id: https://svn.dealii.org/trunk@31583
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Nov 2013 04:57:45 +0000 (04:57 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@31582
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Nov 2013 04:55:17 +0000 (04:55 +0000)]
Add another test.
git-svn-id: https://svn.dealii.org/trunk@31581
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Nov 2013 00:53:15 +0000 (00:53 +0000)]
Augment the documentation by one additional point.
git-svn-id: https://svn.dealii.org/trunk@31580
0785d39b-7218-0410-832d-
ea1e28bc413d
turcksin [Thu, 7 Nov 2013 22:42:51 +0000 (22:42 +0000)]
Fix a bug in graph_coloring when there is only one partition.
git-svn-id: https://svn.dealii.org/trunk@31579
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Nov 2013 22:09:44 +0000 (22:09 +0000)]
One last minor change.
git-svn-id: https://svn.dealii.org/trunk@31578
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Nov 2013 21:52:09 +0000 (21:52 +0000)]
Add some more comments.
git-svn-id: https://svn.dealii.org/trunk@31577
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Nov 2013 20:27:45 +0000 (20:27 +0000)]
Rename namespace. Add some more documentation.
git-svn-id: https://svn.dealii.org/trunk@31576
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Nov 2013 20:27:31 +0000 (20:27 +0000)]
Rename namespace. Add some more documentation.
git-svn-id: https://svn.dealii.org/trunk@31575
0785d39b-7218-0410-832d-
ea1e28bc413d
turcksin [Thu, 7 Nov 2013 20:16:17 +0000 (20:16 +0000)]
Simplify code in WorkStream when graph coloring is used.
git-svn-id: https://svn.dealii.org/trunk@31574
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Nov 2013 19:41:41 +0000 (19:41 +0000)]
Add another test.
git-svn-id: https://svn.dealii.org/trunk@31573
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Nov 2013 19:41:22 +0000 (19:41 +0000)]
Move a comment to the correct function. Fix an oversight with local namespaces.
git-svn-id: https://svn.dealii.org/trunk@31572
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Nov 2013 01:36:38 +0000 (01:36 +0000)]
Move around a couple of things. Reindent the whole file.
git-svn-id: https://svn.dealii.org/trunk@31571
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Nov 2013 23:14:49 +0000 (23:14 +0000)]
Promote the warning in macro_pickup_tests.cmake to a fatal error
git-svn-id: https://svn.dealii.org/trunk@31570
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 6 Nov 2013 23:06:21 +0000 (23:06 +0000)]
Announce step-42.
git-svn-id: https://svn.dealii.org/trunk@31569
0785d39b-7218-0410-832d-
ea1e28bc413d
turcksin [Wed, 6 Nov 2013 23:03:56 +0000 (23:03 +0000)]
Add test for graph_coloring.
git-svn-id: https://svn.dealii.org/trunk@31568
0785d39b-7218-0410-832d-
ea1e28bc413d
turcksin [Wed, 6 Nov 2013 18:01:36 +0000 (18:01 +0000)]
mmult and Tmmult cannot be used with Trilinos sparse_matrix and 64bit indices.
git-svn-id: https://svn.dealii.org/trunk@31567
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 6 Nov 2013 17:17:35 +0000 (17:17 +0000)]
Add more information to the graph coloring function.
git-svn-id: https://svn.dealii.org/trunk@31566
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Wed, 6 Nov 2013 15:05:14 +0000 (15:05 +0000)]
fix typos
git-svn-id: https://svn.dealii.org/trunk@31565
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Wed, 6 Nov 2013 15:03:17 +0000 (15:03 +0000)]
rewrap comments
git-svn-id: https://svn.dealii.org/trunk@31564
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Wed, 6 Nov 2013 14:47:38 +0000 (14:47 +0000)]
add slepc quicktest, thanks Toby
git-svn-id: https://svn.dealii.org/trunk@31563
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 6 Nov 2013 12:40:36 +0000 (12:40 +0000)]
Initialize a variable to avoid a warning.
git-svn-id: https://svn.dealii.org/trunk@31562
0785d39b-7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 6 Nov 2013 10:25:28 +0000 (10:25 +0000)]
reformat documentation to longer lines
git-svn-id: https://svn.dealii.org/trunk@31560
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Tue, 5 Nov 2013 23:53:08 +0000 (23:53 +0000)]
Clean up application.qrc
git-svn-id: https://svn.dealii.org/trunk@31558
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Tue, 5 Nov 2013 23:50:14 +0000 (23:50 +0000)]
Remove bundled icons from parameter_gui and use system defaults instead
git-svn-id: https://svn.dealii.org/trunk@31557
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Tue, 5 Nov 2013 22:00:02 +0000 (22:00 +0000)]
Bugfix: Be more specific with the warning introduced by the last commit:
Also print "Test dropped". And, finally, rename broken output files
git-svn-id: https://svn.dealii.org/trunk@31555
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Tue, 5 Nov 2013 21:46:03 +0000 (21:46 +0000)]
Bugfix: Do not silently ignore invalid feature constraints, but drop the test and print a warning
git-svn-id: https://svn.dealii.org/trunk@31554
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Tue, 5 Nov 2013 17:42:17 +0000 (17:42 +0000)]
Unify output
git-svn-id: https://svn.dealii.org/trunk@31553
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Tue, 5 Nov 2013 17:20:44 +0000 (17:20 +0000)]
Fix escaping
git-svn-id: https://svn.dealii.org/trunk@31552
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Tue, 5 Nov 2013 16:46:15 +0000 (16:46 +0000)]
Remove debug output
git-svn-id: https://svn.dealii.org/trunk@31551
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Tue, 5 Nov 2013 16:42:19 +0000 (16:42 +0000)]
Quickfix: Do not use the "sed" statement in run_testsuite at all on non GNU platforms
git-svn-id: https://svn.dealii.org/trunk@31550
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Tue, 5 Nov 2013 16:37:13 +0000 (16:37 +0000)]
Revert "Bugfix: Do not try to inject a "\n\t" into xml files"
git-svn-id: https://svn.dealii.org/trunk@31549
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Tue, 5 Nov 2013 16:31:42 +0000 (16:31 +0000)]
quicktest: add debug output
git-svn-id: https://svn.dealii.org/trunk@31548
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Tue, 5 Nov 2013 16:24:21 +0000 (16:24 +0000)]
quicktests: add dependency to target binary, add tbb test
git-svn-id: https://svn.dealii.org/trunk@31547
0785d39b-7218-0410-832d-
ea1e28bc413d
turcksin [Tue, 5 Nov 2013 16:09:05 +0000 (16:09 +0000)]
Fix a bug in WorkStream when the number of cells in a color is small.
git-svn-id: https://svn.dealii.org/trunk@31546
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Tue, 5 Nov 2013 15:47:55 +0000 (15:47 +0000)]
clean up quicktest script
git-svn-id: https://svn.dealii.org/trunk@31545
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 4 Nov 2013 23:39:02 +0000 (23:39 +0000)]
Provide 64-bit output.
git-svn-id: https://svn.dealii.org/trunk@31544
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Mon, 4 Nov 2013 23:03:19 +0000 (23:03 +0000)]
we can not use MUMPS with 64 bits
git-svn-id: https://svn.dealii.org/trunk@31543
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Mon, 4 Nov 2013 23:00:07 +0000 (23:00 +0000)]
compute_block_wise for 64bit: fix one problem and remove ExcNotImplemented. Maybe it works as is.
git-svn-id: https://svn.dealii.org/trunk@31542
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Mon, 4 Nov 2013 22:54:39 +0000 (22:54 +0000)]
fix test with 64bit
git-svn-id: https://svn.dealii.org/trunk@31541
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Mon, 4 Nov 2013 21:54:58 +0000 (21:54 +0000)]
Bugfix: Do not try to inject a "\n\t" into xml files
git-svn-id: https://svn.dealii.org/trunk@31540
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Mon, 4 Nov 2013 20:18:59 +0000 (20:18 +0000)]
remove 2x compress() in step-42
git-svn-id: https://svn.dealii.org/trunk@31539
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Mon, 4 Nov 2013 00:19:03 +0000 (00:19 +0000)]
ignore affinity quick test on mac
git-svn-id: https://svn.dealii.org/trunk@31538
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sun, 3 Nov 2013 20:43:28 +0000 (20:43 +0000)]
fix compilation on intel 13.1
git-svn-id: https://svn.dealii.org/trunk@31537
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 3 Nov 2013 20:40:46 +0000 (20:40 +0000)]
Disable a workaround for icc-13* and aggressive optimization.
The bug is not reproducable any more.
git-svn-id: https://svn.dealii.org/trunk@31536
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 3 Nov 2013 17:51:39 +0000 (17:51 +0000)]
Catch an exception that apparently happens in 64-bit mode.
git-svn-id: https://svn.dealii.org/trunk@31535
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 3 Nov 2013 17:46:24 +0000 (17:46 +0000)]
Only run Parasails test in 32 bit mode.
git-svn-id: https://svn.dealii.org/trunk@31534
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 3 Nov 2013 17:45:00 +0000 (17:45 +0000)]
Only run MUMPS test in 32 bit mode.
git-svn-id: https://svn.dealii.org/trunk@31533
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 3 Nov 2013 17:42:05 +0000 (17:42 +0000)]
Have both 32 and 64 bit tests.
git-svn-id: https://svn.dealii.org/trunk@31532
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sun, 3 Nov 2013 13:36:39 +0000 (13:36 +0000)]
add output function for 64bit tests
git-svn-id: https://svn.dealii.org/trunk@31531
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 3 Nov 2013 12:07:03 +0000 (12:07 +0000)]
run_testsuite.cmake: Provide a possibility to append a string to CTEST_BUILD_NAME
git-svn-id: https://svn.dealii.org/trunk@31530
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 3 Nov 2013 10:56:42 +0000 (10:56 +0000)]
Fix some $Id$s
git-svn-id: https://svn.dealii.org/trunk@31529
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 3 Nov 2013 10:10:14 +0000 (10:10 +0000)]
And svn properties for some forgotten files
git-svn-id: https://svn.dealii.org/trunk@31528
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 3 Nov 2013 09:58:45 +0000 (09:58 +0000)]
update svn properties
git-svn-id: https://svn.dealii.org/trunk@31527
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 3 Nov 2013 09:27:49 +0000 (09:27 +0000)]
Fixup $Id$ statements
git-svn-id: https://svn.dealii.org/trunk@31526
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 3 Nov 2013 00:39:59 +0000 (00:39 +0000)]
Update a comment
git-svn-id: https://svn.dealii.org/trunk@31525
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 3 Nov 2013 00:38:46 +0000 (00:38 +0000)]
A bit more relaxed...
git-svn-id: https://svn.dealii.org/trunk@31524
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 3 Nov 2013 00:33:24 +0000 (00:33 +0000)]
Bugfix/Improvement: Pass down (almost) all possible configuration options down to cmake
git-svn-id: https://svn.dealii.org/trunk@31523
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sun, 3 Nov 2013 00:10:13 +0000 (00:10 +0000)]
Bugfix: We need different delimeters for Windows and CYGWIN. *sigh*
git-svn-id: https://svn.dealii.org/trunk@31522
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 22:16:07 +0000 (22:16 +0000)]
quicktests: make work with mpich
git-svn-id: https://svn.dealii.org/trunk@31521
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 20:55:01 +0000 (20:55 +0000)]
quicktests: only run if supported
git-svn-id: https://svn.dealii.org/trunk@31520
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 20:42:32 +0000 (20:42 +0000)]
quicktests: formatting
git-svn-id: https://svn.dealii.org/trunk@31519
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 20:40:11 +0000 (20:40 +0000)]
quicktest: add step-11 in debug and release
git-svn-id: https://svn.dealii.org/trunk@31518
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 20:20:52 +0000 (20:20 +0000)]
fix quicktest
git-svn-id: https://svn.dealii.org/trunk@31517
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 20:20:01 +0000 (20:20 +0000)]
only run quicktests in debug mode
git-svn-id: https://svn.dealii.org/trunk@31516
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 19:53:49 +0000 (19:53 +0000)]
add another quick test
git-svn-id: https://svn.dealii.org/trunk@31515
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 19:40:03 +0000 (19:40 +0000)]
make quick tests work, add an mpi test
git-svn-id: https://svn.dealii.org/trunk@31514
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 18:54:52 +0000 (18:54 +0000)]
make quicktests work again
git-svn-id: https://svn.dealii.org/trunk@31513
0785d39b-7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 2 Nov 2013 12:28:48 +0000 (12:28 +0000)]
Avoid language that compares the current state with a previous state (which is
of no importance to the person reading the documentation).
git-svn-id: https://svn.dealii.org/trunk@31512
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sat, 2 Nov 2013 12:11:19 +0000 (12:11 +0000)]
Bugfix: Use DEAL_II_EXECUTABLE_RELDIR for Windows targets
git-svn-id: https://svn.dealii.org/trunk@31511
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Sat, 2 Nov 2013 11:33:24 +0000 (11:33 +0000)]
Some more fixes for Win64
git-svn-id: https://svn.dealii.org/trunk@31510
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 11:27:09 +0000 (11:27 +0000)]
add test
git-svn-id: https://svn.dealii.org/trunk@31509
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 11:26:56 +0000 (11:26 +0000)]
allow parallel::distributed::Triangulation::load/save with different number of CPUs
git-svn-id: https://svn.dealii.org/trunk@31508
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Sat, 2 Nov 2013 01:36:12 +0000 (01:36 +0000)]
fix typo
git-svn-id: https://svn.dealii.org/trunk@31507
0785d39b-7218-0410-832d-
ea1e28bc413d
turcksin [Fri, 1 Nov 2013 21:10:58 +0000 (21:10 +0000)]
Add website.
git-svn-id: https://svn.dealii.org/trunk@31506
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Fri, 1 Nov 2013 14:55:48 +0000 (14:55 +0000)]
Fix typo
git-svn-id: https://svn.dealii.org/trunk@31505
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Fri, 1 Nov 2013 14:52:07 +0000 (14:52 +0000)]
Fix some installation paths and the INVOKE_AUTOPILOT macro for Windows, add a news entry
git-svn-id: https://svn.dealii.org/trunk@31504
0785d39b-7218-0410-832d-
ea1e28bc413d
maier [Fri, 1 Nov 2013 12:19:17 +0000 (12:19 +0000)]
Process PETSc after Trilinos
git-svn-id: https://svn.dealii.org/trunk@31503
0785d39b-7218-0410-832d-
ea1e28bc413d
heister [Fri, 1 Nov 2013 11:27:01 +0000 (11:27 +0000)]
add test
git-svn-id: https://svn.dealii.org/trunk@31502
0785d39b-7218-0410-832d-
ea1e28bc413d
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.