]>
https://gitweb.dealii.org/ - dealii-svn.git/log
bangerth [Mon, 14 Oct 2013 00:57:34 +0000 (00:57 +0000)]
Remove unused variable.
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@31218
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 14 Oct 2013 00:56:31 +0000 (00:56 +0000)]
Also list manifold_lib.inst.in.
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@31217
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Fri, 20 Sep 2013 21:50:33 +0000 (21:50 +0000)]
Merged from trunk.
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30875
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Mon, 16 Sep 2013 21:53:47 +0000 (21:53 +0000)]
Merged from trunk
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30750
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Wed, 4 Sep 2013 12:52:20 +0000 (12:52 +0000)]
Merged from trunk
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30589
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Thu, 29 Aug 2013 10:34:57 +0000 (10:34 +0000)]
Merged from trunk
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30524
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Tue, 27 Aug 2013 12:57:08 +0000 (12:57 +0000)]
Modified only comments in tria.h
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30502
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Sun, 25 Aug 2013 21:04:04 +0000 (21:04 +0000)]
Merged from trunk.
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30486
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Sun, 25 Aug 2013 17:29:50 +0000 (17:29 +0000)]
Removed reference to Boundary from MappingQ
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30482
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Sun, 25 Aug 2013 14:23:33 +0000 (14:23 +0000)]
Reverted local change to CMakeLists.txt instep-1
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30481
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Sun, 25 Aug 2013 14:20:31 +0000 (14:20 +0000)]
Merged from trunk
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30480
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Sun, 25 Aug 2013 13:39:16 +0000 (13:39 +0000)]
Better documented the Manifold class
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30479
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Sun, 25 Aug 2013 11:35:07 +0000 (11:35 +0000)]
Added get_intermediate_points interface to Manifold<spacedim>.
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30478
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Thu, 22 Aug 2013 14:24:48 +0000 (14:24 +0000)]
Fixed all examples, so that they use manifold instead of boundary. Only the code is fixed, not the documentation....
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30417
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Thu, 22 Aug 2013 03:05:52 +0000 (03:05 +0000)]
Default manifold is set to boundary_id when that one is set and manifold_id is invalid. Added implementation of CylindricalManifold.
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30403
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Wed, 21 Aug 2013 22:30:46 +0000 (22:30 +0000)]
First working PolarManifold
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30391
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Wed, 21 Aug 2013 18:45:49 +0000 (18:45 +0000)]
Fixed compilation issue
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30379
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Wed, 21 Aug 2013 16:09:41 +0000 (16:09 +0000)]
Added manifold_lib and ManifoldChart
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30376
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Wed, 21 Aug 2013 15:59:11 +0000 (15:59 +0000)]
Added manifold_lib.cc
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30375
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Wed, 21 Aug 2013 14:28:40 +0000 (14:28 +0000)]
Fixed two tiny bugs in tria to deal with flat manifolds.
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30372
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Tue, 20 Aug 2013 15:35:27 +0000 (15:35 +0000)]
Added Manifold interface. The branch compiles, no tests have been performed. Documentation needs to be fixed.
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30358
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Sun, 18 Aug 2013 22:02:27 +0000 (22:02 +0000)]
merged from trunk
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30338
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Sun, 18 Aug 2013 16:48:15 +0000 (16:48 +0000)]
merged from trunk
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30335
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Tue, 23 Jul 2013 13:01:18 +0000 (13:01 +0000)]
Merged from mainline
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30130
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Sat, 25 May 2013 18:05:46 +0000 (18:05 +0000)]
Merged from trunk
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@29600
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Thu, 25 Apr 2013 17:27:25 +0000 (17:27 +0000)]
Merged from trunk to branch_manifold_id
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@29387
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Tue, 23 Apr 2013 14:14:32 +0000 (14:14 +0000)]
Merged from trunk
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@29375
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Tue, 23 Apr 2013 13:18:24 +0000 (13:18 +0000)]
Added instantiation of TriaAccessor<3,3,3>::set_all_manifold_ids and fixed inheritance of manifold ids for 3d meshes.
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@29374
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Tue, 23 Apr 2013 13:17:16 +0000 (13:17 +0000)]
Added some tests for manifold ids
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@29373
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Tue, 16 Apr 2013 18:18:41 +0000 (18:18 +0000)]
Backward compatible manifold_id branch
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@29311
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Tue, 16 Apr 2013 16:19:58 +0000 (16:19 +0000)]
Created manifold id branch
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@29309
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 16 Apr 2013 16:10:44 +0000 (16:10 +0000)]
Uncomment accidentally commented code.
git-svn-id: https://svn.dealii.org/trunk@29308
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 16 Apr 2013 16:05:21 +0000 (16:05 +0000)]
Remove output.
git-svn-id: https://svn.dealii.org/trunk@29307
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 16 Apr 2013 16:04:36 +0000 (16:04 +0000)]
Fix expected program output.
git-svn-id: https://svn.dealii.org/trunk@29306
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 16 Apr 2013 15:56:15 +0000 (15:56 +0000)]
Add test for mass matrix evaluation in matrix-free for some elements. Avoid deprecated function.
git-svn-id: https://svn.dealii.org/trunk@29305
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 16 Apr 2013 15:01:20 +0000 (15:01 +0000)]
Mark a place that's obviously wrong with a abort to trace which tests
actually run into this. This will be removed again as part of the fix.
git-svn-id: https://svn.dealii.org/trunk@29304
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Tue, 16 Apr 2013 14:42:55 +0000 (14:42 +0000)]
Reindent
git-svn-id: https://svn.dealii.org/trunk@29303
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Tue, 16 Apr 2013 14:42:54 +0000 (14:42 +0000)]
Add a note in changes.h
git-svn-id: https://svn.dealii.org/trunk@29302
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Tue, 16 Apr 2013 14:42:52 +0000 (14:42 +0000)]
Adjust the testsuite to the changes in Exception handling
git-svn-id: https://svn.dealii.org/trunk@29301
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Tue, 16 Apr 2013 14:42:49 +0000 (14:42 +0000)]
Refactor ExceptionBase as well as the Assert and AssertThrow macros
git-svn-id: https://svn.dealii.org/trunk@29300
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Tue, 16 Apr 2013 14:42:48 +0000 (14:42 +0000)]
Remove obsolete exceptions
git-svn-id: https://svn.dealii.org/trunk@29299
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Tue, 16 Apr 2013 14:42:47 +0000 (14:42 +0000)]
Reindent exceptions.cc
git-svn-id: https://svn.dealii.org/trunk@29298
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Tue, 16 Apr 2013 08:09:23 +0000 (08:09 +0000)]
Switch back to bundled tbb version 3.0 for now.
git-svn-id: https://svn.dealii.org/trunk@29297
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 16 Apr 2013 04:24:22 +0000 (04:24 +0000)]
Add to the documentation.
git-svn-id: https://svn.dealii.org/trunk@29296
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 16 Apr 2013 04:22:28 +0000 (04:22 +0000)]
Avoid double reference.
git-svn-id: https://svn.dealii.org/trunk@29295
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 16 Apr 2013 04:06:32 +0000 (04:06 +0000)]
Make FEFieldFunction work in parallel as well.
git-svn-id: https://svn.dealii.org/trunk@29294
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 16 Apr 2013 02:59:11 +0000 (02:59 +0000)]
Optimize function. Modify testcase so that there is a row with more than one entry.
git-svn-id: https://svn.dealii.org/trunk@29292
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 16 Apr 2013 01:23:18 +0000 (01:23 +0000)]
New version of SparseMatrix::copy_from for TrilinosWrappers::SparseMatrix.
git-svn-id: https://svn.dealii.org/trunk@29291
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Mon, 15 Apr 2013 15:27:26 +0000 (15:27 +0000)]
Fixed bug with restrictive gcc.
git-svn-id: https://svn.dealii.org/trunk@29288
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 15:18:01 +0000 (15:18 +0000)]
enums are still no classes
git-svn-id: https://svn.dealii.org/trunk@29287
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 15:04:32 +0000 (15:04 +0000)]
enums are no classes
git-svn-id: https://svn.dealii.org/trunk@29286
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 14:25:12 +0000 (14:25 +0000)]
indentation
git-svn-id: https://svn.dealii.org/trunk@29285
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 14:23:33 +0000 (14:23 +0000)]
indentation
git-svn-id: https://svn.dealii.org/trunk@29284
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 14:21:43 +0000 (14:21 +0000)]
fixing indentation
git-svn-id: https://svn.dealii.org/trunk@29283
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 14:20:43 +0000 (14:20 +0000)]
another try
git-svn-id: https://svn.dealii.org/trunk@29282
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 14:19:29 +0000 (14:19 +0000)]
fixing indentation
git-svn-id: https://svn.dealii.org/trunk@29281
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 14:18:27 +0000 (14:18 +0000)]
testing hook
git-svn-id: https://svn.dealii.org/trunk@29280
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 13:57:37 +0000 (13:57 +0000)]
testing hook
git-svn-id: https://svn.dealii.org/trunk@29279
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 13:35:34 +0000 (13:35 +0000)]
indentation
git-svn-id: https://svn.dealii.org/trunk@29278
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 15 Apr 2013 13:25:31 +0000 (13:25 +0000)]
notes on indentation
git-svn-id: https://svn.dealii.org/trunk@29277
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 15 Apr 2013 12:18:17 +0000 (12:18 +0000)]
Remove page feed characters
git-svn-id: https://svn.dealii.org/trunk@29276
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 15 Apr 2013 12:10:47 +0000 (12:10 +0000)]
Bump tbb to version newest version
git-svn-id: https://svn.dealii.org/trunk@29275
0785d39b -7218-0410-832d-
ea1e28bc413d
christian.wuelker [Mon, 15 Apr 2013 11:21:24 +0000 (11:21 +0000)]
Added a perspective view to GridOut::write_svg
git-svn-id: https://svn.dealii.org/trunk@29274
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 14 Apr 2013 17:13:36 +0000 (17:13 +0000)]
Make clear that a word refers to the name of a directory.
git-svn-id: https://svn.dealii.org/trunk@29269
0785d39b -7218-0410-832d-
ea1e28bc413d
young [Sun, 14 Apr 2013 13:42:44 +0000 (13:42 +0000)]
Very important back-slash in out header.
git-svn-id: https://svn.dealii.org/trunk@29268
0785d39b -7218-0410-832d-
ea1e28bc413d
young [Sun, 14 Apr 2013 12:57:32 +0000 (12:57 +0000)]
Basic building block for exporting grids in MathGL format (Known bug: Not standard cell orientations are not properly implemented).
git-svn-id: https://svn.dealii.org/trunk@29267
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sun, 14 Apr 2013 07:05:05 +0000 (07:05 +0000)]
CMake: Bugfixes in FindTBB.cmake
git-svn-id: https://svn.dealii.org/trunk@29266
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 12 Apr 2013 22:52:07 +0000 (22:52 +0000)]
Improve wording in LICENSE
git-svn-id: https://svn.dealii.org/trunk@29265
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 12 Apr 2013 21:04:44 +0000 (21:04 +0000)]
Mention removal of deprecated header files.
git-svn-id: https://svn.dealii.org/trunk@29264
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 12 Apr 2013 20:54:29 +0000 (20:54 +0000)]
Leave a note. This probably also explains what is going wrong in this program
at the moment.
git-svn-id: https://svn.dealii.org/trunk@29263
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Fri, 12 Apr 2013 17:31:16 +0000 (17:31 +0000)]
remove obsolete files
git-svn-id: https://svn.dealii.org/trunk@29262
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 12 Apr 2013 16:07:17 +0000 (16:07 +0000)]
A couple more.
git-svn-id: https://svn.dealii.org/trunk@29261
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Fri, 12 Apr 2013 08:15:28 +0000 (08:15 +0000)]
license information and global readme
git-svn-id: https://svn.dealii.org/trunk@29260
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 11 Apr 2013 19:24:59 +0000 (19:24 +0000)]
Put a note at the top of this file linking back to the 7.3 readme.html.
git-svn-id: https://svn.dealii.org/trunk@29259
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Thu, 11 Apr 2013 18:31:48 +0000 (18:31 +0000)]
give a hint on what tutorials to start with
git-svn-id: https://svn.dealii.org/trunk@29258
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Thu, 11 Apr 2013 11:55:31 +0000 (11:55 +0000)]
CG with PreconditionIdentity behaves slightly differently with the change in 29254 which on border cases makes iteration number different (but not less correct).
git-svn-id: https://svn.dealii.org/trunk@29256
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Thu, 11 Apr 2013 06:03:30 +0000 (06:03 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@29255
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Thu, 11 Apr 2013 05:36:29 +0000 (05:36 +0000)]
Reduce number of auxiliary vectors in CG by one.
git-svn-id: https://svn.dealii.org/trunk@29254
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Thu, 11 Apr 2013 05:34:10 +0000 (05:34 +0000)]
Remove warning.
git-svn-id: https://svn.dealii.org/trunk@29253
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 10 Apr 2013 22:54:28 +0000 (22:54 +0000)]
Do not use 'step-23' in the alt= text of an image link since our
filter scripts replaces it with something that contains double quotes
and the result is something that doxygen converts into HTML that
browsers can no longer parse -- i.e., the result no longer shows the
image we want here.
git-svn-id: https://svn.dealii.org/trunk@29251
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 10 Apr 2013 22:53:10 +0000 (22:53 +0000)]
Do not use 'step-23' in the alt= text of an image link since our
filter scripts replaces it with something that contains double quotes
and the result is something that doxygen converts into HTML that
browsers can no longer parse -- i.e., the result no longer shows the
image we want here.
git-svn-id: https://svn.dealii.org/trunk@29250
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 22:01:29 +0000 (22:01 +0000)]
Remove contrib/boost-1.49.0 folder structure
git-svn-id: https://svn.dealii.org/trunk@29249
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 14:40:51 +0000 (14:40 +0000)]
Bugfix, also build matrix_tools.cc
git-svn-id: https://svn.dealii.org/trunk@29247
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 14:02:17 +0000 (14:02 +0000)]
Do the same for algorithms as well
git-svn-id: https://svn.dealii.org/trunk@29246
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 14:02:16 +0000 (14:02 +0000)]
Complete the separation of numerics and meshworker and matrix_free and move
*.cc and *.inst.in files to their corresponding places
git-svn-id: https://svn.dealii.org/trunk@29245
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 10 Apr 2013 11:42:47 +0000 (11:42 +0000)]
Rename two variables.
git-svn-id: https://svn.dealii.org/trunk@29244
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 11:25:33 +0000 (11:25 +0000)]
CMake: Well, yes. Third attempt to fix this rpath thing
git-svn-id: https://svn.dealii.org/trunk@29243
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 11:18:09 +0000 (11:18 +0000)]
What a typo...
git-svn-id: https://svn.dealii.org/trunk@29242
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 10:27:15 +0000 (10:27 +0000)]
CMake: Bugfix
git-svn-id: https://svn.dealii.org/trunk@29241
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 10:05:08 +0000 (10:05 +0000)]
CMake: Improve construction of the rpath directive for Make.global_options
git-svn-id: https://svn.dealii.org/trunk@29240
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 09:52:41 +0000 (09:52 +0000)]
CMake: Sanitize the include path given by TrilinosConfig.cmake...
git-svn-id: https://svn.dealii.org/trunk@29239
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 09:44:09 +0000 (09:44 +0000)]
CMake: Deduplicate entries in DEAL_II_USER_INCLUDE_DIRS
git-svn-id: https://svn.dealii.org/trunk@29238
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 09:39:35 +0000 (09:39 +0000)]
CMake: Export Mumps headers to User as well
git-svn-id: https://svn.dealii.org/trunk@29237
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 09:25:18 +0000 (09:25 +0000)]
CMake: Only specify targets that are full paths in Make.global_options
git-svn-id: https://svn.dealii.org/trunk@29236
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 10 Apr 2013 07:58:05 +0000 (07:58 +0000)]
CMake: Bugfix: Export Boost_INCLUDE_DIRS to the user as well
git-svn-id: https://svn.dealii.org/trunk@29235
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Wed, 10 Apr 2013 04:20:39 +0000 (04:20 +0000)]
added first test for a script to generate an offline documentation
git-svn-id: https://svn.dealii.org/trunk@29234
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 10 Apr 2013 03:15:07 +0000 (03:15 +0000)]
New test.
git-svn-id: https://svn.dealii.org/trunk@29233
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Tue, 9 Apr 2013 23:25:45 +0000 (23:25 +0000)]
CMake: Fix two typos
git-svn-id: https://svn.dealii.org/trunk@29232
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Tue, 9 Apr 2013 21:16:53 +0000 (21:16 +0000)]
Instantiate VectorTools::subtract_mean_value for all serial vector types. Throw an error if a distributed one is used.
git-svn-id: https://svn.dealii.org/trunk@29231
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 9 Apr 2013 19:48:19 +0000 (19:48 +0000)]
Add a 1d mesh worker test.
git-svn-id: https://svn.dealii.org/trunk@29230
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.