]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
12 years agoConvert tabs into spaces so that editors with different notions how many spaces a...
bangerth [Sat, 31 Mar 2012 08:37:04 +0000 (08:37 +0000)]
Convert tabs into spaces so that editors with different notions how many spaces a tab corresponds to still all show our carefully indented code correctly.

git-svn-id: https://svn.dealii.org/trunk@25345 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoConvert tabs into spaces so that editors with different notions how many spaces a...
bangerth [Fri, 30 Mar 2012 21:44:32 +0000 (21:44 +0000)]
Convert tabs into spaces so that editors with different notions how many spaces a tab corresponds to still all show our carefully indented code correctly.

git-svn-id: https://svn.dealii.org/trunk@25343 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoFix indentation.
bangerth [Fri, 30 Mar 2012 21:27:51 +0000 (21:27 +0000)]
Fix indentation.

git-svn-id: https://svn.dealii.org/trunk@25342 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agofixed a small bug
kanschat [Fri, 30 Mar 2012 19:13:54 +0000 (19:13 +0000)]
fixed a small bug

git-svn-id: https://svn.dealii.org/trunk@25341 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAdd a couple of assertions.
bangerth [Thu, 29 Mar 2012 11:08:59 +0000 (11:08 +0000)]
Add a couple of assertions.

git-svn-id: https://svn.dealii.org/trunk@25338 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoRemove PETSC_DEV macro in configure.in and re-generated config.h.in.
bangerth [Mon, 26 Mar 2012 18:59:21 +0000 (18:59 +0000)]
Remove PETSC_DEV macro in configure.in and re-generated config.h.in.

git-svn-id: https://svn.dealii.org/trunk@25333 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoFix image number.
bangerth [Sun, 25 Mar 2012 15:49:25 +0000 (15:49 +0000)]
Fix image number.

git-svn-id: https://svn.dealii.org/trunk@25331 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoShrink image.
bangerth [Sun, 25 Mar 2012 15:42:23 +0000 (15:42 +0000)]
Shrink image.

git-svn-id: https://svn.dealii.org/trunk@25330 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAdd.
bangerth [Sun, 25 Mar 2012 15:41:30 +0000 (15:41 +0000)]
Add.

git-svn-id: https://svn.dealii.org/trunk@25329 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agotypo
kanschat [Fri, 23 Mar 2012 22:40:54 +0000 (22:40 +0000)]
typo

git-svn-id: https://svn.dealii.org/trunk@25324 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agocompute the norm of the divergence
kanschat [Fri, 23 Mar 2012 22:04:50 +0000 (22:04 +0000)]
compute the norm of the divergence

git-svn-id: https://svn.dealii.org/trunk@25323 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agowe indeed checked for a wrong flag here
kanschat [Fri, 23 Mar 2012 21:56:27 +0000 (21:56 +0000)]
we indeed checked for a wrong flag here

git-svn-id: https://svn.dealii.org/trunk@25322 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoadd a function to copy from a transposed matrix
kanschat [Fri, 23 Mar 2012 21:55:11 +0000 (21:55 +0000)]
add a function to copy from a transposed matrix

git-svn-id: https://svn.dealii.org/trunk@25321 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agofix documentation
kanschat [Fri, 23 Mar 2012 17:50:52 +0000 (17:50 +0000)]
fix documentation

git-svn-id: https://svn.dealii.org/trunk@25319 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoMore documentation.
bangerth [Fri, 23 Mar 2012 10:57:49 +0000 (10:57 +0000)]
More documentation.

git-svn-id: https://svn.dealii.org/trunk@25318 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAugment documentation.
bangerth [Fri, 23 Mar 2012 09:21:39 +0000 (09:21 +0000)]
Augment documentation.

git-svn-id: https://svn.dealii.org/trunk@25317 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoFix incorrect description of variables.
bangerth [Thu, 22 Mar 2012 10:06:46 +0000 (10:06 +0000)]
Fix incorrect description of variables.

git-svn-id: https://svn.dealii.org/trunk@25316 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoProvide a target 'all' in all Makefiles that simply builds the application. This...
bangerth [Tue, 20 Mar 2012 19:08:56 +0000 (19:08 +0000)]
Provide a target 'all' in all Makefiles that simply builds the application. This is not strictly necessary, but it is standard for many projects to have such a target, and Eclipse for example automatically does 'make all' before it runs an executable -- which currently of course fails, and then sometimes simply leads to running an executable that isn't up to date. Since this is easily avoided, do so throughout.

git-svn-id: https://svn.dealii.org/trunk@25312 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoConvert tabs into spaces so that editors with different notions how many spaces a...
bangerth [Tue, 20 Mar 2012 18:56:09 +0000 (18:56 +0000)]
Convert tabs into spaces so that editors with different notions how many spaces a tab corresponds to still all show our carefully indented code correctly.

git-svn-id: https://svn.dealii.org/trunk@25311 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAdded missing function (detected by Martin Kronbichler)
pauletti [Tue, 20 Mar 2012 18:09:14 +0000 (18:09 +0000)]
Added missing function (detected by Martin Kronbichler)

git-svn-id: https://svn.dealii.org/trunk@25310 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoUpdate ./configure so that it gets the change to configure.in in r25300.
bangerth [Tue, 20 Mar 2012 16:12:02 +0000 (16:12 +0000)]
Update ./configure so that it gets the change to configure.in in r25300.

git-svn-id: https://svn.dealii.org/trunk@25309 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoSet properties.
bangerth [Tue, 20 Mar 2012 16:07:27 +0000 (16:07 +0000)]
Set properties.

git-svn-id: https://svn.dealii.org/trunk@25308 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoRemove accidentally checked in executables.
bangerth [Tue, 20 Mar 2012 16:06:21 +0000 (16:06 +0000)]
Remove accidentally checked in executables.

git-svn-id: https://svn.dealii.org/trunk@25307 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAdjust test output for the fact that we now run these tests with --with-lapack.
bangerth [Tue, 20 Mar 2012 16:03:57 +0000 (16:03 +0000)]
Adjust test output for the fact that we now run these tests with --with-lapack.

git-svn-id: https://svn.dealii.org/trunk@25306 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAdd an instantiation.
bangerth [Mon, 19 Mar 2012 19:00:11 +0000 (19:00 +0000)]
Add an instantiation.

git-svn-id: https://svn.dealii.org/trunk@25303 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoUpdate mark-up.
bangerth [Mon, 19 Mar 2012 18:47:19 +0000 (18:47 +0000)]
Update mark-up.

git-svn-id: https://svn.dealii.org/trunk@25302 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agotest for lapack eigenvalue solver for symmetric matrices with additional options...
willems [Mon, 19 Mar 2012 13:57:10 +0000 (13:57 +0000)]
test for lapack eigenvalue solver for symmetric matrices with additional options included

git-svn-id: https://svn.dealii.org/trunk@25301 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoeigenvalue solver for symmetric LAPACK matrices included. This eigensolver in particu...
willems [Mon, 19 Mar 2012 13:55:09 +0000 (13:55 +0000)]
eigenvalue solver for symmetric LAPACK matrices included. This eigensolver in particular includes the option of specifying the accuracy used for computing eigenvalues. Additionally, an interval in which eigenvalues are computed can be specified

git-svn-id: https://svn.dealii.org/trunk@25300 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoinclude header to fix compilation in certain configurations (thanks Pearl Flath)
heister [Mon, 19 Mar 2012 13:44:29 +0000 (13:44 +0000)]
include header to fix compilation in certain configurations (thanks Pearl Flath)

git-svn-id: https://svn.dealii.org/trunk@25299 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAugment documentation.
bangerth [Mon, 19 Mar 2012 12:43:36 +0000 (12:43 +0000)]
Augment documentation.

git-svn-id: https://svn.dealii.org/trunk@25298 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoRemove appearance of PETSC_DEV
young [Sun, 18 Mar 2012 18:41:56 +0000 (18:41 +0000)]
Remove appearance of PETSC_DEV

git-svn-id: https://svn.dealii.org/trunk@25297 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoStop petsc-dev from complaining about unknown nonzero off-diagonal entries.
young [Sat, 17 Mar 2012 16:01:07 +0000 (16:01 +0000)]
Stop petsc-dev from complaining about unknown nonzero off-diagonal entries.

git-svn-id: https://svn.dealii.org/trunk@25295 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoDocumentation update
kanschat [Fri, 16 Mar 2012 16:38:20 +0000 (16:38 +0000)]
Documentation update

git-svn-id: https://svn.dealii.org/trunk@25293 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agotests Assembler::MGMatrixSimple
kanschat [Wed, 14 Mar 2012 17:31:45 +0000 (17:31 +0000)]
tests Assembler::MGMatrixSimple

git-svn-id: https://svn.dealii.org/trunk@25281 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agolocal blocks for Assembler::MGMatrixSimple
kanschat [Wed, 14 Mar 2012 17:30:50 +0000 (17:30 +0000)]
local blocks for Assembler::MGMatrixSimple

git-svn-id: https://svn.dealii.org/trunk@25280 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoRemove a test that shows a user error rather than a problem in the library.
bangerth [Wed, 14 Mar 2012 17:03:35 +0000 (17:03 +0000)]
Remove a test that shows a user error rather than a problem in the library.

git-svn-id: https://svn.dealii.org/trunk@25279 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoTwo more typos.
bangerth [Wed, 14 Mar 2012 16:47:47 +0000 (16:47 +0000)]
Two more typos.

git-svn-id: https://svn.dealii.org/trunk@25278 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoReindent and simplify.
bangerth [Wed, 14 Mar 2012 16:45:14 +0000 (16:45 +0000)]
Reindent and simplify.

git-svn-id: https://svn.dealii.org/trunk@25277 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoFix typo and remove documentation of deprecated class
kanschat [Wed, 14 Mar 2012 15:59:41 +0000 (15:59 +0000)]
Fix typo and remove documentation of deprecated class

git-svn-id: https://svn.dealii.org/trunk@25276 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoCorrected typo.
goll [Wed, 14 Mar 2012 14:02:03 +0000 (14:02 +0000)]
Corrected typo.

git-svn-id: https://svn.dealii.org/trunk@25275 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agotest correct local block association
kanschat [Tue, 13 Mar 2012 15:42:31 +0000 (15:42 +0000)]
test correct local block association

git-svn-id: https://svn.dealii.org/trunk@25273 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoremove debug output
kanschat [Tue, 13 Mar 2012 15:40:50 +0000 (15:40 +0000)]
remove debug output

git-svn-id: https://svn.dealii.org/trunk@25272 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoFix glitch with blockwise numbering
kanschat [Tue, 13 Mar 2012 15:29:46 +0000 (15:29 +0000)]
Fix glitch with blockwise numbering

git-svn-id: https://svn.dealii.org/trunk@25271 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoand add assertions
kanschat [Tue, 13 Mar 2012 00:28:44 +0000 (00:28 +0000)]
and add assertions

git-svn-id: https://svn.dealii.org/trunk@25270 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoadd add function like for sparse matrix
kanschat [Tue, 13 Mar 2012 00:27:20 +0000 (00:27 +0000)]
add add function like for sparse matrix

git-svn-id: https://svn.dealii.org/trunk@25269 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agotest initialize_info and reinit
kanschat [Mon, 12 Mar 2012 23:58:08 +0000 (23:58 +0000)]
test initialize_info and reinit

git-svn-id: https://svn.dealii.org/trunk@25268 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agomissing deal.II prefix added
kanschat [Mon, 12 Mar 2012 23:21:27 +0000 (23:21 +0000)]
missing deal.II prefix added

git-svn-id: https://svn.dealii.org/trunk@25267 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agostart testing new block functionality
kanschat [Mon, 12 Mar 2012 23:15:56 +0000 (23:15 +0000)]
start testing new block functionality

git-svn-id: https://svn.dealii.org/trunk@25266 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoadd initialization of local blocks
kanschat [Mon, 12 Mar 2012 22:56:34 +0000 (22:56 +0000)]
add initialization of local blocks

git-svn-id: https://svn.dealii.org/trunk@25265 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoadd function to output debugging information
kanschat [Mon, 12 Mar 2012 22:55:40 +0000 (22:55 +0000)]
add function to output debugging information

git-svn-id: https://svn.dealii.org/trunk@25264 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoimplement new block structure in DoFInfo
kanschat [Mon, 12 Mar 2012 13:43:15 +0000 (13:43 +0000)]
implement new block structure in DoFInfo

git-svn-id: https://svn.dealii.org/trunk@25263 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoRemove unused variable.
bangerth [Mon, 12 Mar 2012 13:18:36 +0000 (13:18 +0000)]
Remove unused variable.

git-svn-id: https://svn.dealii.org/trunk@25262 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoThe configure and config.h.in files produced via autoreconf of autoconf version 2.68
maier [Sun, 11 Mar 2012 22:40:19 +0000 (22:40 +0000)]
The configure and config.h.in files produced via autoreconf of autoconf version 2.68

git-svn-id: https://svn.dealii.org/trunk@25261 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoBugfix: Disable compilation of bundled boost if external boost library is used
maier [Sun, 11 Mar 2012 22:40:00 +0000 (22:40 +0000)]
Bugfix: Disable compilation of bundled boost if external boost library is used

git-svn-id: https://svn.dealii.org/trunk@25260 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoRestrict use of -Wa,--compress-debug-sections to non-cygwin systems.
bangerth [Sun, 11 Mar 2012 16:52:46 +0000 (16:52 +0000)]
Restrict use of -Wa,--compress-debug-sections to non-cygwin systems.

git-svn-id: https://svn.dealii.org/trunk@25257 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoRemove files that were spuriously merged back by accident from Seba's branch in r25229.
bangerth [Sun, 11 Mar 2012 16:34:48 +0000 (16:34 +0000)]
Remove files that were spuriously merged back by accident from Seba's branch in r25229.

git-svn-id: https://svn.dealii.org/trunk@25256 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoGet rid of unused types.
bangerth [Sun, 11 Mar 2012 16:30:32 +0000 (16:30 +0000)]
Get rid of unused types.

git-svn-id: https://svn.dealii.org/trunk@25255 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoList Ralf's contributions.
bangerth [Sun, 11 Mar 2012 16:28:33 +0000 (16:28 +0000)]
List Ralf's contributions.

git-svn-id: https://svn.dealii.org/trunk@25254 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoFix an erroneous assertion. I'm mystified how this could possibly have worked before.
bangerth [Sun, 11 Mar 2012 16:24:14 +0000 (16:24 +0000)]
Fix an erroneous assertion. I'm mystified how this could possibly have worked before.

git-svn-id: https://svn.dealii.org/trunk@25253 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoUse the correct test output.
kronbichler [Sun, 11 Mar 2012 13:11:41 +0000 (13:11 +0000)]
Use the correct test output.

git-svn-id: https://svn.dealii.org/trunk@25250 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoTest inverse Jacobians.
kronbichler [Sun, 11 Mar 2012 13:11:13 +0000 (13:11 +0000)]
Test inverse Jacobians.

git-svn-id: https://svn.dealii.org/trunk@25249 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAdjust output.
bangerth [Sun, 11 Mar 2012 12:44:44 +0000 (12:44 +0000)]
Adjust output.

git-svn-id: https://svn.dealii.org/trunk@25248 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoWeaken an assertion.
bangerth [Sun, 11 Mar 2012 12:43:31 +0000 (12:43 +0000)]
Weaken an assertion.

git-svn-id: https://svn.dealii.org/trunk@25247 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agorerun autoconf to force ./reconfigure for everyone because of changes in common/templ...
heister [Sun, 11 Mar 2012 01:37:12 +0000 (01:37 +0000)]
rerun autoconf to force ./reconfigure for everyone because of changes in common/template-arguments

git-svn-id: https://svn.dealii.org/trunk@25245 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoadd my name in one spot in publications I missed
heister [Sat, 10 Mar 2012 23:45:26 +0000 (23:45 +0000)]
add my name in one spot in publications I missed

git-svn-id: https://svn.dealii.org/trunk@25244 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoadd new failing test for no_normal_flux
heister [Sat, 10 Mar 2012 21:21:54 +0000 (21:21 +0000)]
add new failing test for no_normal_flux

git-svn-id: https://svn.dealii.org/trunk@25243 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoWe're back to mainline now.
bangerth [Sat, 10 Mar 2012 15:00:12 +0000 (15:00 +0000)]
We're back to mainline now.

git-svn-id: https://svn.dealii.org/trunk@25239 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoSolution transfer for hp elements.
kronbichler [Sat, 10 Mar 2012 11:22:23 +0000 (11:22 +0000)]
Solution transfer for hp elements.

git-svn-id: https://svn.dealii.org/trunk@25237 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoRemove rogue define macri (petsc-dev).
young [Sat, 10 Mar 2012 08:27:56 +0000 (08:27 +0000)]
Remove rogue define macri (petsc-dev).

git-svn-id: https://svn.dealii.org/trunk@25234 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agotags
kanschat [Sat, 10 Mar 2012 00:45:24 +0000 (00:45 +0000)]
tags

git-svn-id: https://svn.dealii.org/trunk@25233 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agotest block structure
kanschat [Sat, 10 Mar 2012 00:33:01 +0000 (00:33 +0000)]
test block structure

git-svn-id: https://svn.dealii.org/trunk@25232 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agonew test
kanschat [Fri, 9 Mar 2012 23:20:38 +0000 (23:20 +0000)]
new test

git-svn-id: https://svn.dealii.org/trunk@25231 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAdded instations for codim 2
pauletti [Fri, 9 Mar 2012 22:40:31 +0000 (22:40 +0000)]
Added instations for codim 2

git-svn-id: https://svn.dealii.org/trunk@25230 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoMerge branch_codim_two back into trunk
pauletti [Fri, 9 Mar 2012 18:34:59 +0000 (18:34 +0000)]
Merge branch_codim_two back into trunk

git-svn-id: https://svn.dealii.org/trunk@25229 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoSwitch to types::boundary/material_id_t from 'unsigned char'.
bangerth [Fri, 9 Mar 2012 17:26:39 +0000 (17:26 +0000)]
Switch to types::boundary/material_id_t from 'unsigned char'.

git-svn-id: https://svn.dealii.org/trunk@25227 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAugment documentation.
bangerth [Fri, 9 Mar 2012 17:26:11 +0000 (17:26 +0000)]
Augment documentation.

git-svn-id: https://svn.dealii.org/trunk@25226 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoSwitch to types::boundary/material_id_t from 'unsigned char'.
bangerth [Fri, 9 Mar 2012 17:20:18 +0000 (17:20 +0000)]
Switch to types::boundary/material_id_t from 'unsigned char'.

git-svn-id: https://svn.dealii.org/trunk@25225 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agofix recently introduced error in quarter_hyper_shell()
heister [Thu, 8 Mar 2012 20:21:12 +0000 (20:21 +0000)]
fix recently introduced error in quarter_hyper_shell()

git-svn-id: https://svn.dealii.org/trunk@25224 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoRevert r25212 and 25217 for the moment since it doesn't compile on the autotester.
bangerth [Thu, 8 Mar 2012 19:04:03 +0000 (19:04 +0000)]
Revert r25212 and 25217 for the moment since it doesn't compile on the autotester.

git-svn-id: https://svn.dealii.org/trunk@25223 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoadd a comment to the diag_element () function
frohne [Wed, 7 Mar 2012 18:09:21 +0000 (18:09 +0000)]
add a comment to the diag_element () function

git-svn-id: https://svn.dealii.org/trunk@25219 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agomake Timo a maintainer in various places. Also fix some formatting.
heister [Wed, 7 Mar 2012 15:27:43 +0000 (15:27 +0000)]
make Timo a maintainer in various places. Also fix some formatting.

git-svn-id: https://svn.dealii.org/trunk@25218 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoCompletely stop PETSc from complaining about new nonzero elements in MPI matices...
young [Wed, 7 Mar 2012 12:28:20 +0000 (12:28 +0000)]
Completely stop PETSc from complaining about new nonzero elements in MPI matices; instead, just allocate the memoty (read TODO).

git-svn-id: https://svn.dealii.org/trunk@25217 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoalso mark TrilinosWrappers::Vector::is_non_negative() as not implemented in parallel
heister [Tue, 6 Mar 2012 23:18:23 +0000 (23:18 +0000)]
also mark TrilinosWrappers::Vector::is_non_negative() as not implemented in parallel

git-svn-id: https://svn.dealii.org/trunk@25216 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoFixed: TrilinosWrappers::Vector::all_zero() in parallel.
heister [Tue, 6 Mar 2012 23:17:06 +0000 (23:17 +0000)]
Fixed: TrilinosWrappers::Vector::all_zero() in parallel.

git-svn-id: https://svn.dealii.org/trunk@25215 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoUpdate PETScWrappers for the next backward-compatibility failure...
young [Tue, 6 Mar 2012 09:51:35 +0000 (09:51 +0000)]
Update PETScWrappers for the next backward-compatibility failure...

git-svn-id: https://svn.dealii.org/trunk@25212 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoadd failing test for quarter_hyper_shell & no_normal_flux
heister [Mon, 5 Mar 2012 16:45:00 +0000 (16:45 +0000)]
add failing test for quarter_hyper_shell & no_normal_flux

git-svn-id: https://svn.dealii.org/trunk@25211 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoNew: GridGenerator::quarter_hyper_shell() in 3d.
heister [Mon, 5 Mar 2012 16:42:52 +0000 (16:42 +0000)]
New: GridGenerator::quarter_hyper_shell() in 3d.

git-svn-id: https://svn.dealii.org/trunk@25210 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoUse new scheme for #include paths.
bangerth [Sun, 4 Mar 2012 14:49:54 +0000 (14:49 +0000)]
Use new scheme for #include paths.

git-svn-id: https://svn.dealii.org/trunk@25206 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoclarify comment in test
heister [Fri, 2 Mar 2012 21:11:21 +0000 (21:11 +0000)]
clarify comment in test

git-svn-id: https://svn.dealii.org/trunk@25200 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agofix test output
heister [Fri, 2 Mar 2012 21:08:58 +0000 (21:08 +0000)]
fix test output

git-svn-id: https://svn.dealii.org/trunk@25199 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoFix vtu data output with 0 own cells. Before we wrote an empty file, but then the...
heister [Fri, 2 Mar 2012 21:06:32 +0000 (21:06 +0000)]
Fix vtu data output with 0 own cells. Before we wrote an empty file, but then the collection can not be read in with visit or paraview.

git-svn-id: https://svn.dealii.org/trunk@25198 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoTest that compare the kelly estimator for the same mesh, when consider
pauletti [Thu, 1 Mar 2012 20:48:38 +0000 (20:48 +0000)]
Test that compare the kelly estimator for the same mesh, when consider
as codim 0 or as codim 1

git-svn-id: https://svn.dealii.org/trunk@25196 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoNew: DataOut::write_vtu_in_parallel(). This routine uses MPI I/O to write a big vtu...
heister [Thu, 1 Mar 2012 00:10:18 +0000 (00:10 +0000)]
New: DataOut::write_vtu_in_parallel(). This routine uses MPI I/O to write a big vtu file in parallel.

git-svn-id: https://svn.dealii.org/trunk@25195 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoA couple more notes.
bangerth [Wed, 29 Feb 2012 16:46:22 +0000 (16:46 +0000)]
A couple more notes.

git-svn-id: https://svn.dealii.org/trunk@25194 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoFinal version.
bangerth [Wed, 29 Feb 2012 16:42:54 +0000 (16:42 +0000)]
Final version.

git-svn-id: https://svn.dealii.org/trunk@25193 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoFirst attempt to update 2011 and move it to 2012.
bangerth [Tue, 28 Feb 2012 21:46:10 +0000 (21:46 +0000)]
First attempt to update 2011 and move it to 2012.

git-svn-id: https://svn.dealii.org/trunk@25188 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoAdd another flag necessary for xlC as per email from Basic Kanneth to
bangerth [Tue, 28 Feb 2012 15:38:15 +0000 (15:38 +0000)]
Add another flag necessary for xlC as per email from Basic Kanneth to
WB today.

git-svn-id: https://svn.dealii.org/trunk@25187 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoStep-44: Deleted old pictures
pelteret [Tue, 28 Feb 2012 13:39:22 +0000 (13:39 +0000)]
Step-44: Deleted old pictures

git-svn-id: https://svn.dealii.org/trunk@25186 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agostep:44 minor changes to code and results.dox
mcbride [Tue, 28 Feb 2012 12:35:45 +0000 (12:35 +0000)]
step:44 minor changes to code and results.dox

git-svn-id: https://svn.dealii.org/trunk@25185 0785d39b-7218-0410-832d-ea1e28bc413d

12 years agoMinor editorial changes.
bangerth [Tue, 28 Feb 2012 10:27:53 +0000 (10:27 +0000)]
Minor editorial changes.

git-svn-id: https://svn.dealii.org/trunk@25182 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.