]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Sun, 18 Jul 2010 19:55:08 +0000 (19:55 +0000)]
Copy over file from release branch.
git-svn-id: https://svn.dealii.org/trunk@21528
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sun, 18 Jul 2010 19:54:18 +0000 (19:54 +0000)]
add deprecated style
git-svn-id: https://svn.dealii.org/trunk@21527
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 18 Jul 2010 19:47:22 +0000 (19:47 +0000)]
Don't use 'using namespace std;'. As it turns out, this wasn't necessary in these files anyway.
git-svn-id: https://svn.dealii.org/trunk@21525
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sun, 18 Jul 2010 19:41:26 +0000 (19:41 +0000)]
lighter
git-svn-id: https://svn.dealii.org/trunk@21524
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sun, 18 Jul 2010 19:36:35 +0000 (19:36 +0000)]
Add weak style
git-svn-id: https://svn.dealii.org/trunk@21523
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 18 Jul 2010 18:44:30 +0000 (18:44 +0000)]
Document one of the problems and the fix in step-33.
git-svn-id: https://svn.dealii.org/trunk@21521
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 18 Jul 2010 18:10:31 +0000 (18:10 +0000)]
Don't use std::make_pair with explicit template arguments.
git-svn-id: https://svn.dealii.org/trunk@21520
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 18 Jul 2010 17:30:11 +0000 (17:30 +0000)]
Regenerate.
git-svn-id: https://svn.dealii.org/trunk@21519
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 18 Jul 2010 17:29:38 +0000 (17:29 +0000)]
Provide output if no MUMPS.
git-svn-id: https://svn.dealii.org/trunk@21518
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sun, 18 Jul 2010 15:20:53 +0000 (15:20 +0000)]
allow for more parallel compiling
git-svn-id: https://svn.dealii.org/trunk@21517
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sun, 18 Jul 2010 05:11:48 +0000 (05:11 +0000)]
fix filename
git-svn-id: https://svn.dealii.org/trunk@21516
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sun, 18 Jul 2010 05:02:58 +0000 (05:02 +0000)]
BDM elements
git-svn-id: https://svn.dealii.org/trunk@21515
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sun, 18 Jul 2010 04:08:12 +0000 (04:08 +0000)]
re-add deprecated header files
git-svn-id: https://svn.dealii.org/trunk@21514
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sun, 18 Jul 2010 04:00:43 +0000 (04:00 +0000)]
move algorithms to lac
git-svn-id: https://svn.dealii.org/trunk@21513
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 17 Jul 2010 03:21:58 +0000 (03:21 +0000)]
Make sure the FEValues::get_cell is usable. Right now it wasn't because it used the CellIteratorBase class that is now only forward declared and had been moved into the .cc file.
git-svn-id: https://svn.dealii.org/trunk@21511
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 16 Jul 2010 18:19:21 +0000 (18:19 +0000)]
Remove an unused variable.
git-svn-id: https://svn.dealii.org/trunk@21510
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 16 Jul 2010 18:17:46 +0000 (18:17 +0000)]
Remove a couple unused variables.
git-svn-id: https://svn.dealii.org/trunk@21509
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 16 Jul 2010 14:14:08 +0000 (14:14 +0000)]
Escape 'numbers'.
git-svn-id: https://svn.dealii.org/trunk@21508
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 16 Jul 2010 12:10:18 +0000 (12:10 +0000)]
Initialize variable.
git-svn-id: https://svn.dealii.org/trunk@21507
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 16 Jul 2010 12:09:14 +0000 (12:09 +0000)]
Compare shared_ptr against 0 in a way so that it also works with
current gcc mainline.
git-svn-id: https://svn.dealii.org/trunk@21506
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 15 Jul 2010 17:21:56 +0000 (17:21 +0000)]
Make things compiler with gcc 3.4.0.
git-svn-id: https://svn.dealii.org/trunk@21504
0785d39b -7218-0410-832d-
ea1e28bc413d
Toby D. Young [Wed, 14 Jul 2010 15:59:41 +0000 (15:59 +0000)]
Make use of PETSc and SLEPc versions in deal.II report features.
git-svn-id: https://svn.dealii.org/trunk@21503
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 14 Jul 2010 13:50:13 +0000 (13:50 +0000)]
Avoid a couple warnings about converting from double to int.
git-svn-id: https://svn.dealii.org/trunk@21497
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 14 Jul 2010 13:45:37 +0000 (13:45 +0000)]
Work around a problem with gcc3.3.x in step-34.
git-svn-id: https://svn.dealii.org/trunk@21495
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 14 Jul 2010 12:55:06 +0000 (12:55 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@21494
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 14 Jul 2010 02:13:49 +0000 (02:13 +0000)]
remove old logos
git-svn-id: https://svn.dealii.org/trunk@21493
0785d39b -7218-0410-832d-
ea1e28bc413d
Markus Buerg [Tue, 13 Jul 2010 14:52:55 +0000 (14:52 +0000)]
Documentation and style changes.
git-svn-id: https://svn.dealii.org/trunk@21492
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 13 Jul 2010 13:52:18 +0000 (13:52 +0000)]
Also use the more modern form of a using declaration in one other place.
git-svn-id: https://svn.dealii.org/trunk@21490
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 13 Jul 2010 13:37:19 +0000 (13:37 +0000)]
Mention the CygWin problem.
git-svn-id: https://svn.dealii.org/trunk@21488
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 13 Jul 2010 13:35:08 +0000 (13:35 +0000)]
Markup fix.
git-svn-id: https://svn.dealii.org/trunk@21487
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 13 Jul 2010 13:28:30 +0000 (13:28 +0000)]
More replacements to make gcc 3.3.x work.
git-svn-id: https://svn.dealii.org/trunk@21485
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 13 Jul 2010 13:05:57 +0000 (13:05 +0000)]
Reindent and style changes.
git-svn-id: https://svn.dealii.org/trunk@21484
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 13 Jul 2010 12:56:51 +0000 (12:56 +0000)]
Replace "faculty" by "factorial".
git-svn-id: https://svn.dealii.org/trunk@21483
0785d39b -7218-0410-832d-
ea1e28bc413d
Markus Buerg [Tue, 13 Jul 2010 09:25:09 +0000 (09:25 +0000)]
Documentation and style changes.
git-svn-id: https://svn.dealii.org/trunk@21482
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 13 Jul 2010 04:55:47 +0000 (04:55 +0000)]
make clean faster and change some dependencies in master Makefile
git-svn-id: https://svn.dealii.org/trunk@21481
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 13 Jul 2010 00:44:33 +0000 (00:44 +0000)]
Make documentation generic rather than assuming that we work with gcc.
git-svn-id: https://svn.dealii.org/trunk@21479
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 13 Jul 2010 00:25:32 +0000 (00:25 +0000)]
add exeext
git-svn-id: https://svn.dealii.org/trunk@21478
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 12 Jul 2010 21:45:47 +0000 (21:45 +0000)]
Use an alternative form of a command that gcc3.3.x trips over.
git-svn-id: https://svn.dealii.org/trunk@21476
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 12 Jul 2010 21:45:02 +0000 (21:45 +0000)]
Use an alternative form of a command that gcc3.3.x trips over.
git-svn-id: https://svn.dealii.org/trunk@21475
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 12 Jul 2010 20:28:12 +0000 (20:28 +0000)]
Use the modern form of using declarations, rather than the implicit
listing of names. This works around a problem with gcc 3.3.x.
git-svn-id: https://svn.dealii.org/trunk@21473
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 12 Jul 2010 20:26:14 +0000 (20:26 +0000)]
Use the modern form of using declarations, rather than the implicit
listing of names. This works around a problem with gcc 3.3.x.
git-svn-id: https://svn.dealii.org/trunk@21472
0785d39b -7218-0410-832d-
ea1e28bc413d
Markus Buerg [Mon, 12 Jul 2010 18:56:38 +0000 (18:56 +0000)]
Documentation and style changes.
git-svn-id: https://svn.dealii.org/trunk@21471
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sun, 11 Jul 2010 20:08:36 +0000 (20:08 +0000)]
fix problem with make on cygwin
git-svn-id: https://svn.dealii.org/trunk@21469
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 9 Jul 2010 20:31:10 +0000 (20:31 +0000)]
One more publication.
git-svn-id: https://svn.dealii.org/trunk@21468
0785d39b -7218-0410-832d-
ea1e28bc413d
Toby D. Young [Fri, 9 Jul 2010 19:53:28 +0000 (19:53 +0000)]
Prepare for slepc-3.1 release by making necessary trivial changes to slepcwrappers
git-svn-id: https://svn.dealii.org/trunk@21467
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 9 Jul 2010 01:30:48 +0000 (01:30 +0000)]
Add a sentence.
git-svn-id: https://svn.dealii.org/trunk@21466
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 8 Jul 2010 23:41:10 +0000 (23:41 +0000)]
use new GrowingVectorMemory functionality
git-svn-id: https://svn.dealii.org/trunk@21465
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 8 Jul 2010 19:44:18 +0000 (19:44 +0000)]
work example for ThetaTimestepping into documentation
git-svn-id: https://svn.dealii.org/trunk@21464
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 8 Jul 2010 19:43:10 +0000 (19:43 +0000)]
@ref does not allow newlines
git-svn-id: https://svn.dealii.org/trunk@21463
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 8 Jul 2010 04:50:45 +0000 (04:50 +0000)]
make theta_timestepping.cc work and make OutputOperator gnuplot compatible
git-svn-id: https://svn.dealii.org/trunk@21462
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 8 Jul 2010 02:51:47 +0000 (02:51 +0000)]
A few minor text issues.
git-svn-id: https://svn.dealii.org/trunk@21460
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 7 Jul 2010 23:16:09 +0000 (23:16 +0000)]
working on ThetaTimestepping
git-svn-id: https://svn.dealii.org/trunk@21459
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 7 Jul 2010 14:56:48 +0000 (14:56 +0000)]
ThetaTimestepping is running
git-svn-id: https://svn.dealii.org/trunk@21458
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 6 Jul 2010 17:55:58 +0000 (17:55 +0000)]
add reinit function
git-svn-id: https://svn.dealii.org/trunk@21457
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 6 Jul 2010 16:48:33 +0000 (16:48 +0000)]
fix documentation
git-svn-id: https://svn.dealii.org/trunk@21456
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 5 Jul 2010 18:16:56 +0000 (18:16 +0000)]
Oops!
git-svn-id: https://svn.dealii.org/trunk@21455
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 5 Jul 2010 18:14:15 +0000 (18:14 +0000)]
working on new example
git-svn-id: https://svn.dealii.org/trunk@21454
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 5 Jul 2010 18:10:20 +0000 (18:10 +0000)]
remove output files
git-svn-id: https://svn.dealii.org/trunk@21453
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 2 Jul 2010 20:30:37 +0000 (20:30 +0000)]
use library class instead of hand woven thingy
git-svn-id: https://svn.dealii.org/trunk@21452
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 2 Jul 2010 20:27:02 +0000 (20:27 +0000)]
improve documentation on user data
git-svn-id: https://svn.dealii.org/trunk@21451
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 2 Jul 2010 18:17:17 +0000 (18:17 +0000)]
IterativeInverse replaces PreconditionLACSolver
git-svn-id: https://svn.dealii.org/trunk@21447
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 2 Jul 2010 16:28:07 +0000 (16:28 +0000)]
move/add SolverSelector tests
git-svn-id: https://svn.dealii.org/trunk@21446
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 2 Jul 2010 16:22:12 +0000 (16:22 +0000)]
fix problems with solver selector
git-svn-id: https://svn.dealii.org/trunk@21445
0785d39b -7218-0410-832d-
ea1e28bc413d
Baerbel Jannsen [Fri, 2 Jul 2010 13:47:18 +0000 (13:47 +0000)]
some SmartPointers needed a second template. wrote the function ste_output in ThetaTimestepping
git-svn-id: https://svn.dealii.org/trunk@21444
0785d39b -7218-0410-832d-
ea1e28bc413d
Markus Buerg [Fri, 2 Jul 2010 13:44:24 +0000 (13:44 +0000)]
Documentation and style changes.
git-svn-id: https://svn.dealii.org/trunk@21443
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 2 Jul 2010 12:16:09 +0000 (12:16 +0000)]
Augment documentation.
git-svn-id: https://svn.dealii.org/trunk@21442
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 1 Jul 2010 21:47:24 +0000 (21:47 +0000)]
improve SolverSelector
git-svn-id: https://svn.dealii.org/trunk@21441
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 1 Jul 2010 21:41:42 +0000 (21:41 +0000)]
Work around a problem where some gcc 3.x versions did not accept boost graph code.
git-svn-id: https://svn.dealii.org/trunk@21439
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 1 Jul 2010 20:35:06 +0000 (20:35 +0000)]
Trilinos detection in cc file
git-svn-id: https://svn.dealii.org/trunk@21438
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 1 Jul 2010 19:27:46 +0000 (19:27 +0000)]
add MPI detection
git-svn-id: https://svn.dealii.org/trunk@21437
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 1 Jul 2010 18:42:50 +0000 (18:42 +0000)]
update build script example
git-svn-id: https://svn.dealii.org/trunk@21436
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 1 Jul 2010 18:05:26 +0000 (18:05 +0000)]
gcc 3.3.6 complains about 'inline static'. Use 'static inline' instead.
git-svn-id: https://svn.dealii.org/trunk@21435
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 1 Jul 2010 17:54:04 +0000 (17:54 +0000)]
Put an 'inline' into the right place.
git-svn-id: https://svn.dealii.org/trunk@21434
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 1 Jul 2010 17:53:12 +0000 (17:53 +0000)]
Put an 'inline' into the right place.
git-svn-id: https://svn.dealii.org/trunk@21433
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 1 Jul 2010 16:49:36 +0000 (16:49 +0000)]
Work around problems with static libs.
git-svn-id: https://svn.dealii.org/trunk@21431
0785d39b -7218-0410-832d-
ea1e28bc413d
Baerbel Jannsen [Thu, 1 Jul 2010 12:54:21 +0000 (12:54 +0000)]
MeshWorker can be used to assemble multilevel matrices for continuous finite elements
git-svn-id: https://svn.dealii.org/trunk@21430
0785d39b -7218-0410-832d-
ea1e28bc413d
Baerbel Jannsen [Thu, 1 Jul 2010 12:40:12 +0000 (12:40 +0000)]
include multigrid assembling for continuous elements to the MeshWorker
git-svn-id: https://svn.dealii.org/trunk@21429
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 1 Jul 2010 04:02:06 +0000 (04:02 +0000)]
Update to boost 1.43.
git-svn-id: https://svn.dealii.org/trunk@21428
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 1 Jul 2010 03:35:26 +0000 (03:35 +0000)]
Re-apply patch 20228 to new version of boost.
git-svn-id: https://svn.dealii.org/trunk@21427
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 1 Jul 2010 03:33:28 +0000 (03:33 +0000)]
Upgrade to the current BOOST version 1.43.
git-svn-id: https://svn.dealii.org/trunk@21426
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 30 Jun 2010 22:10:03 +0000 (22:10 +0000)]
add documentation, fix missing initializations and fix strange name
git-svn-id: https://svn.dealii.org/trunk@21425
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 30 Jun 2010 22:05:40 +0000 (22:05 +0000)]
Add event for the inital run of a function
git-svn-id: https://svn.dealii.org/trunk@21424
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 30 Jun 2010 22:05:05 +0000 (22:05 +0000)]
a little less pink
git-svn-id: https://svn.dealii.org/trunk@21423
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 30 Jun 2010 21:24:52 +0000 (21:24 +0000)]
obtain SLEPc version for build test
git-svn-id: https://svn.dealii.org/trunk@21422
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 30 Jun 2010 20:39:34 +0000 (20:39 +0000)]
Work around an internal compiler error in gcc 4.0.1.
git-svn-id: https://svn.dealii.org/trunk@21420
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 30 Jun 2010 17:39:25 +0000 (17:39 +0000)]
strange things happening
git-svn-id: https://svn.dealii.org/trunk@21419
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 30 Jun 2010 17:33:18 +0000 (17:33 +0000)]
wrong directory
git-svn-id: https://svn.dealii.org/trunk@21418
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 30 Jun 2010 17:27:38 +0000 (17:27 +0000)]
Determine version numbers and features in a C++ program instead of gessing in Makefile; fix some output
git-svn-id: https://svn.dealii.org/trunk@21417
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 30 Jun 2010 15:57:44 +0000 (15:57 +0000)]
lighten up colors for better reading
git-svn-id: https://svn.dealii.org/trunk@21416
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 30 Jun 2010 12:03:19 +0000 (12:03 +0000)]
Add an entry.
git-svn-id: https://svn.dealii.org/trunk@21415
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 30 Jun 2010 11:57:32 +0000 (11:57 +0000)]
Add an item.
git-svn-id: https://svn.dealii.org/trunk@21413
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 30 Jun 2010 11:55:05 +0000 (11:55 +0000)]
List mesh conversion tools.
git-svn-id: https://svn.dealii.org/trunk@21412
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 30 Jun 2010 11:50:34 +0000 (11:50 +0000)]
Trilinos issues.
git-svn-id: https://svn.dealii.org/trunk@21409
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 30 Jun 2010 11:48:38 +0000 (11:48 +0000)]
Bradley Froehle's fix for BOOST vs RPATH.
git-svn-id: https://svn.dealii.org/trunk@21408
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 30 Jun 2010 11:45:52 +0000 (11:45 +0000)]
Move BOOST test after RPATH test.
git-svn-id: https://svn.dealii.org/trunk@21407
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 29 Jun 2010 14:59:33 +0000 (14:59 +0000)]
Patch by Martin Kronbichler: Make things work for Trilinos 9 and 10 at the same time.
git-svn-id: https://svn.dealii.org/trunk@21406
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 29 Jun 2010 12:21:34 +0000 (12:21 +0000)]
Add.
git-svn-id: https://svn.dealii.org/trunk@21401
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 29 Jun 2010 12:20:39 +0000 (12:20 +0000)]
Update.
git-svn-id: https://svn.dealii.org/trunk@21400
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 29 Jun 2010 03:24:44 +0000 (03:24 +0000)]
Add new version from Jean Paul.
git-svn-id: https://svn.dealii.org/trunk@21399
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 28 Jun 2010 21:44:27 +0000 (21:44 +0000)]
Remove step-44 since the empty directory breaks automated builds.
git-svn-id: https://svn.dealii.org/trunk@21398
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.