]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
14 years agoUse boost 1.41.
bangerth [Fri, 11 Dec 2009 01:08:21 +0000 (01:08 +0000)]
Use boost 1.41.

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

14 years agoImport boost 1.41.
bangerth [Fri, 11 Dec 2009 01:06:50 +0000 (01:06 +0000)]
Import boost 1.41.

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

14 years agoOne more output file that is different now with the corrected counting of dofs per...
kronbichler [Thu, 10 Dec 2009 16:17:50 +0000 (16:17 +0000)]
One more output file that is different now with the corrected counting of dofs per component.

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

14 years agoFix include file.
kronbichler [Wed, 9 Dec 2009 18:18:37 +0000 (18:18 +0000)]
Fix include file.

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

14 years agoFix output of tests that produced wrong results with the old counting function of...
kronbichler [Wed, 9 Dec 2009 18:18:12 +0000 (18:18 +0000)]
Fix output of tests that produced wrong results with the old counting function of DoFs on certain components.

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

14 years agoCleanup of operator = (double).
kronbichler [Wed, 9 Dec 2009 18:12:05 +0000 (18:12 +0000)]
Cleanup of operator = (double).

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

14 years agoCorrect counting of dofs per component. Improve speed of counting dofs per component...
kronbichler [Wed, 9 Dec 2009 18:11:22 +0000 (18:11 +0000)]
Correct counting of dofs per component. Improve speed of counting dofs per component. Correct bug in extract_constant_modes.

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

14 years agoFix stupid bug in operator=(double).
kronbichler [Wed, 9 Dec 2009 10:29:32 +0000 (10:29 +0000)]
Fix stupid bug in operator=(double).

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

14 years agoFix error with IndexSet.
kronbichler [Tue, 8 Dec 2009 17:07:06 +0000 (17:07 +0000)]
Fix error with IndexSet.

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

14 years agoImplement an interface row_begin and row_end that all the non-blocked sparsity patter...
kronbichler [Tue, 8 Dec 2009 16:02:22 +0000 (16:02 +0000)]
Implement an interface row_begin and row_end that all the non-blocked sparsity patterns share. This simplifies some copy_from functions, where we now only need one implementation and no specializations. Also use an empty IndexSet for CompressedSimpleSparsity when we work in serial.

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

14 years agoAdd an initialization function of a Trilinos AMG preconditioner with Teuchos::Paramet...
kronbichler [Tue, 8 Dec 2009 08:19:24 +0000 (08:19 +0000)]
Add an initialization function of a Trilinos AMG preconditioner with Teuchos::ParameterList for setting all the ML parameters.

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

14 years agoConditionalize the workaround for the Trilinos crash on not being on Mac OS X.
bangerth [Tue, 8 Dec 2009 04:28:19 +0000 (04:28 +0000)]
Conditionalize the workaround for the Trilinos crash on not being on Mac OS X.

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

14 years agomake base class public
kanschat [Mon, 7 Dec 2009 22:39:12 +0000 (22:39 +0000)]
make base class public

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

14 years agoadd missing clone to FE_FaceQ
kanschat [Mon, 7 Dec 2009 21:18:36 +0000 (21:18 +0000)]
add missing clone to FE_FaceQ

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

14 years agoFix include guard.
bangerth [Fri, 4 Dec 2009 15:12:15 +0000 (15:12 +0000)]
Fix include guard.

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

14 years agoSet svn properties on hp/fe_nothing_03. Do not output the results of deal.II/mesh_wor...
kronbichler [Fri, 4 Dec 2009 14:48:02 +0000 (14:48 +0000)]
Set svn properties on hp/fe_nothing_03. Do not output the results of deal.II/mesh_worker_01.

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

14 years agoFix the distclean command.
kronbichler [Fri, 4 Dec 2009 11:49:50 +0000 (11:49 +0000)]
Fix the distclean command.

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

14 years agoAvoid compiler warning.
kronbichler [Fri, 4 Dec 2009 08:45:54 +0000 (08:45 +0000)]
Avoid compiler warning.

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

14 years agoMake sure it also compiles :-(
bangerth [Thu, 3 Dec 2009 23:16:26 +0000 (23:16 +0000)]
Make sure it also compiles :-(

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

14 years agoOptimize get_view a bit.
bangerth [Thu, 3 Dec 2009 23:15:55 +0000 (23:15 +0000)]
Optimize get_view a bit.

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

14 years agoFix bug.
bangerth [Wed, 2 Dec 2009 19:24:48 +0000 (19:24 +0000)]
Fix bug.

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

14 years agostep 39 running
kanschat [Wed, 2 Dec 2009 04:12:15 +0000 (04:12 +0000)]
step 39 running

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

14 years agoMark an input argument as const.
bangerth [Mon, 30 Nov 2009 20:04:54 +0000 (20:04 +0000)]
Mark an input argument as const.

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

14 years agoMeshWorker::Assembler::MGMatrixSimple bug fixed
kanschat [Sat, 28 Nov 2009 04:42:33 +0000 (04:42 +0000)]
MeshWorker::Assembler::MGMatrixSimple bug fixed

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

14 years agoMake output look more uniform.
bangerth [Fri, 27 Nov 2009 17:05:45 +0000 (17:05 +0000)]
Make output look more uniform.

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

14 years agoFix problem in debug mode with block matrices. Further simplify the data structures...
kronbichler [Fri, 27 Nov 2009 14:35:22 +0000 (14:35 +0000)]
Fix problem in debug mode with block matrices. Further simplify the data structures for collecting the local constraints.

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

14 years agoApply changes from the distributed grid branch: Improve functions in IndexSet. Constr...
kronbichler [Thu, 26 Nov 2009 12:28:34 +0000 (12:28 +0000)]
Apply changes from the distributed grid branch: Improve functions in IndexSet. Constructor for ConstraintMatrix with IndexSet. Rewrote code for local_to_global functions in order to make it more accessible. Provide some shortcut for deal.II matrices.

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

14 years agoMake program compile with gcc4.4.
kronbichler [Wed, 25 Nov 2009 19:01:30 +0000 (19:01 +0000)]
Make program compile with gcc4.4.

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

14 years agoSmall fix in collective add operation that does not crash when writing non-existing...
kronbichler [Wed, 25 Nov 2009 16:46:01 +0000 (16:46 +0000)]
Small fix in collective add operation that does not crash when writing non-existing entries.

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

14 years agoL-shaped domain again
kanschat [Wed, 25 Nov 2009 06:49:06 +0000 (06:49 +0000)]
L-shaped domain again

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

14 years agoadd group MeshWorker
kanschat [Wed, 25 Nov 2009 06:46:09 +0000 (06:46 +0000)]
add group MeshWorker

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

14 years agoconsistency bug removed
kanschat [Wed, 25 Nov 2009 06:45:10 +0000 (06:45 +0000)]
consistency bug removed

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

14 years agoadd FE_FaceQ and FE_PolyFace for testing
kanschat [Wed, 25 Nov 2009 05:22:16 +0000 (05:22 +0000)]
add FE_FaceQ and FE_PolyFace for testing

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

14 years agoadd QProjector::project_to_all_children
kanschat [Wed, 25 Nov 2009 04:25:16 +0000 (04:25 +0000)]
add QProjector::project_to_all_children

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

14 years agoadd dimension info
kanschat [Wed, 25 Nov 2009 04:24:45 +0000 (04:24 +0000)]
add dimension info

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

14 years agointroduce dimension variable in polynomial spaces and use in FE_Poly
kanschat [Tue, 24 Nov 2009 22:54:51 +0000 (22:54 +0000)]
introduce dimension variable in polynomial spaces and use in FE_Poly

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

14 years agofix MGMatrixSimple::assemble
kanschat [Tue, 24 Nov 2009 22:31:23 +0000 (22:31 +0000)]
fix MGMatrixSimple::assemble

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

14 years agoAugment documentation.
bangerth [Tue, 24 Nov 2009 03:25:41 +0000 (03:25 +0000)]
Augment documentation.

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

14 years agoAdd a check for translation of vertices by mapping. Use this to improve DataOut.
kronbichler [Tue, 24 Nov 2009 00:03:32 +0000 (00:03 +0000)]
Add a check for translation of vertices by mapping. Use this to improve DataOut.

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

14 years agoUndo previous checkin: I had not quite realized the meaning of the open_mode parameter.
bangerth [Mon, 23 Nov 2009 23:05:40 +0000 (23:05 +0000)]
Undo previous checkin: I had not quite realized the meaning of the open_mode parameter.

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

14 years agoFix comments.
kronbichler [Mon, 23 Nov 2009 22:25:27 +0000 (22:25 +0000)]
Fix comments.

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

14 years agoRemove an implementation of a Stokes preconditioner that was too specific and never...
kronbichler [Mon, 23 Nov 2009 18:15:25 +0000 (18:15 +0000)]
Remove an implementation of a Stokes preconditioner that was too specific and never really worked.

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

14 years agoImprove description of set function and say that setting can only be done once if...
kronbichler [Mon, 23 Nov 2009 05:37:07 +0000 (05:37 +0000)]
Improve description of set function and say that setting can only be done once if there is no sparsity pattern.

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

14 years agoFix some more Trilinos tests. Currently, the Bicgstab and the TFQMR solver fail,...
kronbichler [Mon, 23 Nov 2009 05:36:02 +0000 (05:36 +0000)]
Fix some more Trilinos tests. Currently, the Bicgstab and the TFQMR solver fail, but that seems to be Trilinos' fault.

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

14 years agoIn n_active_cells(), use the cached values.
bangerth [Mon, 23 Nov 2009 04:45:01 +0000 (04:45 +0000)]
In n_active_cells(), use the cached values.

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

14 years agoCache Triangulation::n_levels().
bangerth [Mon, 23 Nov 2009 04:06:17 +0000 (04:06 +0000)]
Cache Triangulation::n_levels().

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

14 years agoFix one more output.
kronbichler [Mon, 23 Nov 2009 02:42:08 +0000 (02:42 +0000)]
Fix one more output.

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

14 years agoFix some compiling problems. Fix sparse matrix iterator.
kronbichler [Mon, 23 Nov 2009 02:35:34 +0000 (02:35 +0000)]
Fix some compiling problems. Fix sparse matrix iterator.

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

14 years agoCleanup Trilinos tests.
kronbichler [Mon, 23 Nov 2009 02:35:00 +0000 (02:35 +0000)]
Cleanup Trilinos tests.

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

14 years agoRemove a few compiler warnings.
kronbichler [Sun, 22 Nov 2009 15:46:46 +0000 (15:46 +0000)]
Remove a few compiler warnings.

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

14 years agoCan use a smarter process for creating an IndexSet. Use this in step-32. Provide...
kronbichler [Thu, 19 Nov 2009 20:48:41 +0000 (20:48 +0000)]
Can use a smarter process for creating an IndexSet. Use this in step-32. Provide initializations of block vectors and matrices with std::vector<IndexSet>.

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

14 years agoAdd missing include file.
bangerth [Thu, 19 Nov 2009 04:51:25 +0000 (04:51 +0000)]
Add missing include file.

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

14 years agoAnother test.
bangerth [Thu, 19 Nov 2009 04:25:56 +0000 (04:25 +0000)]
Another test.

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

14 years agoIndexSet::operator==/!= and operator &.
bangerth [Thu, 19 Nov 2009 04:20:31 +0000 (04:20 +0000)]
IndexSet::operator==/!= and operator &.

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

14 years agoA simpler way to deal with testing a file's existence.
bangerth [Thu, 19 Nov 2009 04:19:56 +0000 (04:19 +0000)]
A simpler way to deal with testing a file's existence.

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

14 years agoAdd parentheses around expressions to avoid warning.
bangerth [Thu, 19 Nov 2009 01:17:26 +0000 (01:17 +0000)]
Add parentheses around expressions to avoid warning.

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

14 years agoForgot to fix one more problem.
kronbichler [Thu, 19 Nov 2009 01:15:06 +0000 (01:15 +0000)]
Forgot to fix one more problem.

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

14 years agoAvoid compile problem with std::pow by static_cast of the exponent to int.
kronbichler [Thu, 19 Nov 2009 01:08:24 +0000 (01:08 +0000)]
Avoid compile problem with std::pow by static_cast of the exponent to int.

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

14 years agoUse numbers::PI instead of M_PI.
bangerth [Wed, 18 Nov 2009 19:09:57 +0000 (19:09 +0000)]
Use numbers::PI instead of M_PI.

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

14 years agoAdd to xrefs.
bangerth [Wed, 18 Nov 2009 18:38:41 +0000 (18:38 +0000)]
Add to xrefs.

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

14 years agoInclude missing inline declaration of function.
kronbichler [Wed, 18 Nov 2009 16:58:22 +0000 (16:58 +0000)]
Include missing inline declaration of function.

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

14 years agoUse IndexSet instead of Epetra_Map. This avoids using Trilinos-specific structures...
kronbichler [Wed, 18 Nov 2009 02:14:36 +0000 (02:14 +0000)]
Use IndexSet instead of Epetra_Map. This avoids using Trilinos-specific structures and makes the code more generic.

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

14 years agoUse a different variable name to avoid hiding a member of the class (and
bangerth [Mon, 16 Nov 2009 14:19:50 +0000 (14:19 +0000)]
Use a different variable name to avoid hiding a member of the class (and
generating a warning with Sun CC).

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

14 years agoQualify fabs and sqrt properly with std::.
bangerth [Mon, 16 Nov 2009 14:08:09 +0000 (14:08 +0000)]
Qualify fabs and sqrt properly with std::.

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

14 years agoInclude missing header file.
bangerth [Mon, 16 Nov 2009 14:07:23 +0000 (14:07 +0000)]
Include missing header file.

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

14 years agoQualify sscanf properly with std::.
bangerth [Mon, 16 Nov 2009 14:05:26 +0000 (14:05 +0000)]
Qualify sscanf properly with std::.

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

14 years agoQualify fabs properly with std::.
bangerth [Mon, 16 Nov 2009 14:00:55 +0000 (14:00 +0000)]
Qualify fabs properly with std::.

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

14 years agoQualify fabs properly with std::.
bangerth [Mon, 16 Nov 2009 14:00:07 +0000 (14:00 +0000)]
Qualify fabs properly with std::.

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

14 years agoClean up parts of the code.
kronbichler [Fri, 13 Nov 2009 22:07:05 +0000 (22:07 +0000)]
Clean up parts of the code.

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

14 years agoCleanup Trilinos matrix: Small update in comments. Do not provide functions that...
kronbichler [Fri, 13 Nov 2009 21:13:36 +0000 (21:13 +0000)]
Cleanup Trilinos matrix: Small update in comments. Do not provide functions that cannot reasonably implemented like the check for symmetry. Implement memory consumption.

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

14 years agoCleanup Trilinos sparsity pattern. Make Slepc compile again.
kronbichler [Fri, 13 Nov 2009 16:04:45 +0000 (16:04 +0000)]
Cleanup Trilinos sparsity pattern. Make Slepc compile again.

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

14 years agoApply some updates that have been developed in the distributed grid branch: reinit...
kronbichler [Fri, 13 Nov 2009 15:40:05 +0000 (15:40 +0000)]
Apply some updates that have been developed in the distributed grid branch: reinit option with IndexSet for Trilinos vectors and matrices. Rearrangements of header files for Trilinos and PETSc.

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

14 years agoMove Quadrature::get_points() ad Quadrature::get_weights() functions to .h-file....
kronbichler [Thu, 12 Nov 2009 23:16:40 +0000 (23:16 +0000)]
Move Quadrature::get_points() ad Quadrature::get_weights() functions to .h-file. This resolves a linker problem.

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

14 years agoFixed an error message. If SLEPc was not detected, we say so here
young [Thu, 12 Nov 2009 16:23:25 +0000 (16:23 +0000)]
Fixed an error message. If SLEPc was not detected, we say so here

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

14 years agoAdd.
bangerth [Thu, 12 Nov 2009 14:56:26 +0000 (14:56 +0000)]
Add.

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

14 years agoTwo tiny updates.
kronbichler [Wed, 11 Nov 2009 20:25:51 +0000 (20:25 +0000)]
Two tiny updates.

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

14 years agoAdd new tests. They may fail currently, but my machine is wiped clean and so I want...
bangerth [Wed, 11 Nov 2009 16:03:55 +0000 (16:03 +0000)]
Add new tests. They may fail currently, but my machine is wiped clean and so I want to get them into the archive. Will look later what to do with them.

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

14 years agoworking on inconsistency
kanschat [Wed, 11 Nov 2009 13:23:09 +0000 (13:23 +0000)]
working on inconsistency

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

14 years agoAdd.
bangerth [Tue, 10 Nov 2009 19:31:33 +0000 (19:31 +0000)]
Add.

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

14 years agoassemble global system without adaptivity
kanschat [Tue, 10 Nov 2009 04:11:40 +0000 (04:11 +0000)]
assemble global system without adaptivity

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

14 years agocreate directory and file for step 39
kanschat [Tue, 10 Nov 2009 02:27:08 +0000 (02:27 +0000)]
create directory and file for step 39

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

14 years agoAvoid double instantiations in case vector iterators are just plain pointers.
kronbichler [Mon, 9 Nov 2009 18:50:16 +0000 (18:50 +0000)]
Avoid double instantiations in case vector iterators are just plain pointers.

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

14 years agoAdd a test to see if vector iterators are just plain pointers.
bangerth [Mon, 9 Nov 2009 17:20:07 +0000 (17:20 +0000)]
Add a test to see if vector iterators are just plain pointers.

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

14 years agoFix comment.
bangerth [Mon, 9 Nov 2009 17:14:32 +0000 (17:14 +0000)]
Fix comment.

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

14 years agoRemove nonsensical "inline".
kronbichler [Mon, 9 Nov 2009 16:47:40 +0000 (16:47 +0000)]
Remove nonsensical "inline".

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

14 years agoUse similar names for entering/leaving sectios in TimerOutput as ParameterHandler...
kronbichler [Mon, 9 Nov 2009 15:29:24 +0000 (15:29 +0000)]
Use similar names for entering/leaving sectios in TimerOutput as ParameterHandler does. Fix output issue.

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

14 years agoAvoid ambiguity in calculation of square root in Chebyshev preconditioner.
kronbichler [Sun, 8 Nov 2009 20:12:21 +0000 (20:12 +0000)]
Avoid ambiguity in calculation of square root in Chebyshev preconditioner.

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

14 years agoExtend the results section. Show comparison with sparse matrices.
kronbichler [Sun, 8 Nov 2009 16:14:23 +0000 (16:14 +0000)]
Extend the results section. Show comparison with sparse matrices.

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

14 years agoClarify.
bangerth [Sun, 8 Nov 2009 04:56:36 +0000 (04:56 +0000)]
Clarify.

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

14 years agoI liked the reference to the Copenhagen interpretation, so leave it in.
bangerth [Sun, 8 Nov 2009 04:55:50 +0000 (04:55 +0000)]
I liked the reference to the Copenhagen interpretation, so leave it in.

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

14 years agoApply patch 20058 even on mainline.
kronbichler [Sat, 7 Nov 2009 19:50:55 +0000 (19:50 +0000)]
Apply patch 20058 even on mainline.

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

14 years agoGenerate output with the new implementation of inner products and norms.
kronbichler [Sat, 7 Nov 2009 15:57:11 +0000 (15:57 +0000)]
Generate output with the new implementation of inner products and norms.

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

14 years agoRemove register declaration of variables altogether. The compiler certainly knows...
kronbichler [Sat, 7 Nov 2009 15:32:50 +0000 (15:32 +0000)]
Remove register declaration of variables altogether. The compiler certainly knows that better than we.

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

14 years agoDo not use register declarations for variables that might be complex numbers. This...
kronbichler [Sat, 7 Nov 2009 14:59:09 +0000 (14:59 +0000)]
Do not use register declarations for variables that might be complex numbers. This avoids compiler warnings.

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

14 years agoFix small heading issue with tt font.
kronbichler [Sat, 7 Nov 2009 14:48:30 +0000 (14:48 +0000)]
Fix small heading issue with tt font.

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

14 years agoAdded a comment pointing out the fact that step-36 is not MPI-ready and a note on...
young [Sat, 7 Nov 2009 12:38:52 +0000 (12:38 +0000)]
Added a comment pointing out the fact that step-36 is not MPI-ready and a note on how to make it so. Also fixed a bad reference in intro.

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

14 years agoImprove comments a bit further.
kronbichler [Fri, 6 Nov 2009 23:06:37 +0000 (23:06 +0000)]
Improve comments a bit further.

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

14 years agoRemove a variable that is now no longer necessary.
bangerth [Fri, 6 Nov 2009 22:58:57 +0000 (22:58 +0000)]
Remove a variable that is now no longer necessary.

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

14 years agoAdd one paragraph.
bangerth [Fri, 6 Nov 2009 00:31:46 +0000 (00:31 +0000)]
Add one paragraph.

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

14 years agoAvoid a warning.
bangerth [Fri, 6 Nov 2009 00:00:42 +0000 (00:00 +0000)]
Avoid a warning.

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