]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
12 years agoStep 3: Also break out the computation of the prolongation matrices.
bangerth [Fri, 14 Sep 2012 12:58:04 +0000 (12:58 +0000)]
Step 3: Also break out the computation of the prolongation matrices.

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

12 years agoStep 2: break the restriction matrices out of the 'internals' test.
bangerth [Fri, 14 Sep 2012 12:53:49 +0000 (12:53 +0000)]
Step 2: break the restriction matrices out of the 'internals' test.

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

12 years agoStep one in breaking apart our monster testcase 'internals'. That testcase had an...
bangerth [Fri, 14 Sep 2012 12:32:17 +0000 (12:32 +0000)]
Step one in breaking apart our monster testcase 'internals'. That testcase had an output of over 6MB with more than 12000 lines, a good fraction of which is susceptible to round-off errors. It is time to split this testcase by finite element to be able to tell more easily what is going on. These new testcases take over the part where we test support points.

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

12 years agoExplicitly say so if a gmsh file being read contains triangles or tetrahedra.
bangerth [Fri, 14 Sep 2012 11:08:57 +0000 (11:08 +0000)]
Explicitly say so if a gmsh file being read contains triangles or tetrahedra.

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

12 years agoadd news
kanschat [Fri, 14 Sep 2012 08:39:51 +0000 (08:39 +0000)]
add news

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

12 years agoadd a simplified interface for MeshWorker::loop()
kanschat [Fri, 14 Sep 2012 08:37:12 +0000 (08:37 +0000)]
add a simplified interface for MeshWorker::loop()

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

12 years agoWait for processor 0 to be done with data files before deleting them.
bangerth [Thu, 13 Sep 2012 15:16:50 +0000 (15:16 +0000)]
Wait for processor 0 to be done with data files before deleting them.

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

12 years agoOnly delete tmp files created on the current processor.
bangerth [Thu, 13 Sep 2012 12:06:11 +0000 (12:06 +0000)]
Only delete tmp files created on the current processor.

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

12 years agoDelete tmp files again.
bangerth [Thu, 13 Sep 2012 01:43:34 +0000 (01:43 +0000)]
Delete tmp files again.

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

12 years agoAdjust whitespace change related to r26325.
bangerth [Thu, 13 Sep 2012 01:31:49 +0000 (01:31 +0000)]
Adjust whitespace change related to r26325.

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

12 years agoMinor edits related to using '\n' instead of std::endl.
bangerth [Wed, 12 Sep 2012 19:25:44 +0000 (19:25 +0000)]
Minor edits related to using '\n' instead of std::endl.

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

12 years agoremove specializations in TriaObjects
kanschat [Wed, 12 Sep 2012 15:26:51 +0000 (15:26 +0000)]
remove specializations in TriaObjects

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

12 years agoonly base class is required for initialization
kanschat [Wed, 12 Sep 2012 12:44:34 +0000 (12:44 +0000)]
only base class is required for initialization

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

12 years agointroduce Hermite interpolation polynomials
kanschat [Wed, 12 Sep 2012 12:35:57 +0000 (12:35 +0000)]
introduce Hermite interpolation polynomials

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

12 years agoUpdate one.
bangerth [Wed, 12 Sep 2012 11:08:48 +0000 (11:08 +0000)]
Update one.

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

12 years agoMake project_boundary_values_curl_conforming work for distributed grids.
buerg [Wed, 12 Sep 2012 10:38:29 +0000 (10:38 +0000)]
Make project_boundary_values_curl_conforming work for distributed grids.

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

12 years agotest Hermite interpolation polynomials
kanschat [Wed, 12 Sep 2012 08:59:34 +0000 (08:59 +0000)]
test Hermite interpolation polynomials

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

12 years agoavoid specializations
kanschat [Wed, 12 Sep 2012 08:13:09 +0000 (08:13 +0000)]
avoid specializations

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

12 years agoavoid specializations
kanschat [Wed, 12 Sep 2012 08:06:41 +0000 (08:06 +0000)]
avoid specializations

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

12 years agoAssume that std::numeric_limits is available. This has been the case for a very long...
bangerth [Tue, 11 Sep 2012 13:31:52 +0000 (13:31 +0000)]
Assume that std::numeric_limits is available. This has been the case for a very long time already.

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

12 years agoCompilers have had std::i/ostringstream for a long time. Remove alternative.
bangerth [Tue, 11 Sep 2012 13:13:13 +0000 (13:13 +0000)]
Compilers have had std::i/ostringstream for a long time. Remove alternative.

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

12 years agostd::iterator has been in compilers for a long time, so remove the #ifdefs that provi...
bangerth [Tue, 11 Sep 2012 13:11:08 +0000 (13:11 +0000)]
std::iterator has been in compilers for a long time, so remove the #ifdefs that provide alternate solutions.

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

12 years agomove parts from numbers.h into types.h to fix circular inclusion of types, numbers...
heister [Mon, 10 Sep 2012 15:23:17 +0000 (15:23 +0000)]
move parts from numbers.h into types.h to fix circular inclusion of types, numbers, and config.

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

12 years agotest TextOutputFormat::simple_table_with_separate_column_description
heister [Mon, 10 Sep 2012 14:26:05 +0000 (14:26 +0000)]
test TextOutputFormat::simple_table_with_separate_column_description

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

12 years agonew TextOutputFormat::simple_table_with_separate_column_description
heister [Mon, 10 Sep 2012 14:25:52 +0000 (14:25 +0000)]
new TextOutputFormat::simple_table_with_separate_column_description

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

12 years agoDo not even make petscall if not needed (PETSc>3.0.0).
young [Sat, 8 Sep 2012 16:18:53 +0000 (16:18 +0000)]
Do not even make petscall if not needed (PETSc>3.0.0).

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

12 years agoAdd -Wno-unused-local-typedefs to the list of compiler flags as necessary.
bangerth [Sat, 8 Sep 2012 12:25:30 +0000 (12:25 +0000)]
Add -Wno-unused-local-typedefs to the list of compiler flags as necessary.

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

12 years agoRemove some commented out code that is apparently no longer necessary.
bangerth [Sat, 8 Sep 2012 12:16:58 +0000 (12:16 +0000)]
Remove some commented out code that is apparently no longer necessary.

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

12 years agoAvoid a number of warnings about unused function arguments.
bangerth [Sat, 8 Sep 2012 12:13:13 +0000 (12:13 +0000)]
Avoid a number of warnings about unused function arguments.

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

12 years agoDisambiguate call to vector::push_back to make gcc 4.8 happy.
bangerth [Sat, 8 Sep 2012 11:56:15 +0000 (11:56 +0000)]
Disambiguate call to vector::push_back to make gcc 4.8 happy.

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

12 years agoRemove unused local typedefs along with lengthy documentation that is no longer accurate.
bangerth [Sat, 8 Sep 2012 11:55:48 +0000 (11:55 +0000)]
Remove unused local typedefs along with lengthy documentation that is no longer accurate.

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

12 years agoAdjust whitespace in output file to account for r26251.
bangerth [Fri, 7 Sep 2012 23:11:55 +0000 (23:11 +0000)]
Adjust whitespace in output file to account for r26251.

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

12 years agoYet another test.
bangerth [Fri, 7 Sep 2012 22:04:44 +0000 (22:04 +0000)]
Yet another test.

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

12 years agoAdd a test.
bangerth [Fri, 7 Sep 2012 22:03:06 +0000 (22:03 +0000)]
Add a test.

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

12 years agomake diffs not ignore whitespace for all tests.
heister [Fri, 7 Sep 2012 21:42:43 +0000 (21:42 +0000)]
make diffs not ignore whitespace for all tests.

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

12 years agoUse '\n' instead of std::endl and add a std::flush at the end.
bangerth [Fri, 7 Sep 2012 20:07:42 +0000 (20:07 +0000)]
Use '\n' instead of std::endl and add a std::flush at the end.

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

12 years agoIncrease precision even more. There are still numbers that are printed as 0.xxxx7...
bangerth [Fri, 7 Sep 2012 02:31:03 +0000 (02:31 +0000)]
Increase precision even more. There are still numbers that are printed as 0.xxxx7 or 0.xxxx8 as they are 0.xxxx75.

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

12 years agoDocument the Clang fix for Threads::Task when accessing the return value. The corresp...
bangerth [Thu, 6 Sep 2012 21:36:36 +0000 (21:36 +0000)]
Document the Clang fix for Threads::Task when accessing the return value. The corresponding patch accidentally got committed as part of r26233.

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

12 years agoMake clang++ happy by ensuring that operator== is actually declared in the same names...
bangerth [Thu, 6 Sep 2012 21:02:37 +0000 (21:02 +0000)]
Make clang++ happy by ensuring that operator== is actually declared in the same namespace as its arguments (namely, namespace dealii).

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

12 years agoThrow away small entries rather than printing them as 0.000 (or as a blank space...
bangerth [Thu, 6 Sep 2012 20:42:45 +0000 (20:42 +0000)]
Throw away small entries rather than printing them as 0.000 (or as a blank space) if they are truly zero.

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

12 years agoThrow away small entries rather than printing them as 0.000 (or as a blank space...
bangerth [Thu, 6 Sep 2012 20:42:23 +0000 (20:42 +0000)]
Throw away small entries rather than printing them as 0.000 (or as a blank space) if they are truly zero.

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

12 years agoThrow away entries in the matrix with a more generous threshold. This test is rather...
bangerth [Wed, 5 Sep 2012 20:41:23 +0000 (20:41 +0000)]
Throw away entries in the matrix with a more generous threshold. This test is rather instable at a tolerance of 1e-16 and doesn't allow for good comparisons.

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

12 years agostart simplification of DoFHandler; remove dimension-dependent names in DoFLevels
kanschat [Tue, 4 Sep 2012 21:02:17 +0000 (21:02 +0000)]
start simplification of DoFHandler; remove dimension-dependent names in DoFLevels

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

12 years agoadd and document the new make report+summary in the testsuite
heister [Tue, 4 Sep 2012 17:44:43 +0000 (17:44 +0000)]
add and document the new make report+summary in the testsuite

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

12 years agoMake code the same in debug and optimized mode. Otherwise this is a
bangerth [Tue, 4 Sep 2012 13:47:56 +0000 (13:47 +0000)]
Make code the same in debug and optimized mode. Otherwise this is a
prescription for subtle bugs.

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

12 years agoFix a bug where we try to access elements in a matrix that are beyond the end.
bangerth [Tue, 4 Sep 2012 13:46:12 +0000 (13:46 +0000)]
Fix a bug where we try to access elements in a matrix that are beyond the end.

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

12 years agoFix assertion.
bangerth [Tue, 4 Sep 2012 11:59:18 +0000 (11:59 +0000)]
Fix assertion.

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

12 years agoImplement advection operators in weak form
kanschat [Tue, 4 Sep 2012 08:42:26 +0000 (08:42 +0000)]
Implement advection operators in weak form

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

12 years agoChange OpenMPI output and add comment
kanschat [Tue, 4 Sep 2012 07:17:36 +0000 (07:17 +0000)]
Change OpenMPI output and add comment

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

12 years agoSuppress an erroneous warning by pgCC.
bangerth [Tue, 4 Sep 2012 01:49:13 +0000 (01:49 +0000)]
Suppress an erroneous warning by pgCC.

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

12 years agoMake code slightly more elegant and also make it work with the PGI compiler at the...
bangerth [Tue, 4 Sep 2012 01:45:06 +0000 (01:45 +0000)]
Make code slightly more elegant and also make it work with the PGI compiler at the same time.

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

12 years agoAdd to the documentation.
bangerth [Mon, 3 Sep 2012 23:13:12 +0000 (23:13 +0000)]
Add to the documentation.

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

12 years agoupdate ignores
heister [Mon, 3 Sep 2012 22:34:40 +0000 (22:34 +0000)]
update ignores

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

12 years agoupdate ignores for eclipse files
heister [Mon, 3 Sep 2012 22:32:55 +0000 (22:32 +0000)]
update ignores for eclipse files

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

12 years agoremove offset parameter from DoFHandler::distribute_dofs() (was never tested/working...
heister [Mon, 3 Sep 2012 22:31:24 +0000 (22:31 +0000)]
remove offset parameter from DoFHandler::distribute_dofs() (was never tested/working correctly)

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

12 years agoreplace URL by branch
kanschat [Mon, 3 Sep 2012 14:26:58 +0000 (14:26 +0000)]
replace URL by branch

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

12 years agoFix URL bug
kanschat [Mon, 3 Sep 2012 14:13:28 +0000 (14:13 +0000)]
Fix URL bug

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

12 years agoMake font in table smaller
kanschat [Mon, 3 Sep 2012 13:47:49 +0000 (13:47 +0000)]
Make font in table smaller

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

12 years agoreport additional libraries
kanschat [Mon, 3 Sep 2012 13:30:00 +0000 (13:30 +0000)]
report additional libraries

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

12 years agoOutput the deal.II URL to be able to detect branches
kanschat [Mon, 3 Sep 2012 11:35:33 +0000 (11:35 +0000)]
Output the deal.II URL to be able to detect branches

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

12 years agoadd missing scaling factor
kanschat [Mon, 3 Sep 2012 07:58:50 +0000 (07:58 +0000)]
add missing scaling factor

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

12 years agoadd missing -f in remove command
kanschat [Mon, 3 Sep 2012 07:58:15 +0000 (07:58 +0000)]
add missing -f in remove command

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

12 years agoFix link.
bangerth [Sun, 2 Sep 2012 17:59:28 +0000 (17:59 +0000)]
Fix link.

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

12 years agoFix one more markup problem.
bangerth [Sun, 2 Sep 2012 17:58:27 +0000 (17:58 +0000)]
Fix one more markup problem.

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

12 years agoFix it in 3 more places.
bangerth [Sun, 2 Sep 2012 17:58:07 +0000 (17:58 +0000)]
Fix it in 3 more places.

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

12 years agoFix spelling: @pre instead of @precondition.
bangerth [Sun, 2 Sep 2012 17:57:36 +0000 (17:57 +0000)]
Fix spelling: @pre instead of @precondition.

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

12 years agoRemove template argument in hopes that doxygen can resolve the link.
bangerth [Sun, 2 Sep 2012 17:56:38 +0000 (17:56 +0000)]
Remove template argument in hopes that doxygen can resolve the link.

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

12 years agofix wrong link to step in comment
heister [Fri, 31 Aug 2012 20:18:27 +0000 (20:18 +0000)]
fix wrong link to step in comment

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

12 years agoRe-add link to changes post-7.2.
bangerth [Fri, 31 Aug 2012 19:29:34 +0000 (19:29 +0000)]
Re-add link to changes post-7.2.

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

12 years agoupdate tests (release task step 7)
heister [Fri, 31 Aug 2012 19:10:06 +0000 (19:10 +0000)]
update tests (release task step 7)

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

12 years agoupdate autoconf (release task step 6)
heister [Fri, 31 Aug 2012 19:07:41 +0000 (19:07 +0000)]
update autoconf (release task step 6)

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

12 years agoupdate deal version for pending release (release step 6)
heister [Fri, 31 Aug 2012 19:02:20 +0000 (19:02 +0000)]
update deal version for pending release (release step 6)

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

12 years agoGo through steps 1-3 in the release task list.
bangerth [Fri, 31 Aug 2012 18:28:51 +0000 (18:28 +0000)]
Go through steps 1-3 in the release task list.

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

12 years agoFix a problem where the wrong file was deleted in r26004.
bangerth [Fri, 31 Aug 2012 18:28:04 +0000 (18:28 +0000)]
Fix a problem where the wrong file was deleted in r26004.

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

12 years agodocument ghosted vectors
heister [Fri, 31 Aug 2012 18:22:48 +0000 (18:22 +0000)]
document ghosted vectors

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

12 years agoMake tmp files in different make targets unique. Maybe that helps with
bangerth [Fri, 31 Aug 2012 18:12:06 +0000 (18:12 +0000)]
Make tmp files in different make targets unique. Maybe that helps with
occasional cases where one library gets built but the other apparently doesn't...

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

12 years agoupdate svn:ignore in tests
heister [Fri, 31 Aug 2012 18:03:44 +0000 (18:03 +0000)]
update svn:ignore in tests

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

12 years agoFormat the HTML.
bangerth [Fri, 31 Aug 2012 15:57:33 +0000 (15:57 +0000)]
Format the HTML.

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

12 years agoFix markup.
bangerth [Fri, 31 Aug 2012 15:55:18 +0000 (15:55 +0000)]
Fix markup.

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

12 years agoUpdate.
bangerth [Fri, 31 Aug 2012 15:51:04 +0000 (15:51 +0000)]
Update.

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

12 years agoAdd mention of step-41.
bangerth [Fri, 31 Aug 2012 15:44:42 +0000 (15:44 +0000)]
Add mention of step-41.

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

12 years agostep-32: fix sadd with ghosted vectors
heister [Fri, 31 Aug 2012 15:21:43 +0000 (15:21 +0000)]
step-32: fix sadd with ghosted vectors

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

12 years agoRemove a link. Add a note.
bangerth [Fri, 31 Aug 2012 14:20:58 +0000 (14:20 +0000)]
Remove a link. Add a note.

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

12 years agoAdd missing anchor.
bangerth [Fri, 31 Aug 2012 14:08:25 +0000 (14:08 +0000)]
Add missing anchor.

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

12 years agoRemove link to deleted report.
bangerth [Fri, 31 Aug 2012 14:07:47 +0000 (14:07 +0000)]
Remove link to deleted report.

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

12 years agoRemove link to a hopelessly outdated report.
bangerth [Thu, 30 Aug 2012 21:18:13 +0000 (21:18 +0000)]
Remove link to a hopelessly outdated report.

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

12 years agomove working tests from fail to lac
heister [Thu, 30 Aug 2012 16:24:26 +0000 (16:24 +0000)]
move working tests from fail to lac

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

12 years agoreturn from ConstraintMatrix::close() in case of a cycle so we can test this.
heister [Wed, 29 Aug 2012 21:27:03 +0000 (21:27 +0000)]
return from ConstraintMatrix::close() in case of a cycle so we can test this.

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

12 years agoupdate tests
heister [Wed, 29 Aug 2012 21:26:11 +0000 (21:26 +0000)]
update tests

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

12 years agoimprove handling of HDF5 (patch from Eric Heien)
heister [Wed, 29 Aug 2012 21:14:38 +0000 (21:14 +0000)]
improve handling of HDF5 (patch from Eric Heien)

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

12 years agoRename types::invalid_material_id to numbers::invalid_material_id and similar for...
bangerth [Wed, 29 Aug 2012 20:54:41 +0000 (20:54 +0000)]
Rename types::invalid_material_id to numbers::invalid_material_id and similar for boundary_id.

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

12 years agoimprove cycle detection
heister [Wed, 29 Aug 2012 20:14:13 +0000 (20:14 +0000)]
improve cycle detection

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

12 years agolimit the number of entries in a ConstraintMatrix generated while close()ing to detec...
heister [Wed, 29 Aug 2012 18:55:32 +0000 (18:55 +0000)]
limit the number of entries in a ConstraintMatrix generated while close()ing to detect complicated cycles.

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

12 years agomake test compi;e
heister [Wed, 29 Aug 2012 16:17:38 +0000 (16:17 +0000)]
make test compi;e

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

12 years agokeep types in types and numbers in numbers
kanschat [Wed, 29 Aug 2012 13:10:23 +0000 (13:10 +0000)]
keep types in types and numbers in numbers

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

12 years agoadd a TODO
kanschat [Wed, 29 Aug 2012 11:51:32 +0000 (11:51 +0000)]
add a TODO

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

12 years agoadd missing inheritance
kanschat [Wed, 29 Aug 2012 11:46:49 +0000 (11:46 +0000)]
add missing inheritance

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

12 years agoApparently made a mistake in re-setting the output file...
bangerth [Wed, 29 Aug 2012 11:41:37 +0000 (11:41 +0000)]
Apparently made a mistake in re-setting the output file...

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

12 years agoadd hdf5/xdmf output (work from Eric Heien)
heister [Tue, 28 Aug 2012 18:21:41 +0000 (18:21 +0000)]
add hdf5/xdmf output (work from Eric Heien)

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

12 years agoFigure out a flag that can be used to deprecate functions.
bangerth [Tue, 28 Aug 2012 17:50:13 +0000 (17:50 +0000)]
Figure out a flag that can be used to deprecate functions.

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