]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
10 years agoImprove error message.
Wolfgang Bangerth [Tue, 1 Oct 2013 18:49:50 +0000 (18:49 +0000)]
Improve error message.

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

10 years agoFix a bug in graph coloring and add a test for it.
Bruno Turcksin [Tue, 1 Oct 2013 17:12:43 +0000 (17:12 +0000)]
Fix a bug in graph coloring and add a test for it.

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

10 years agoLink in step-51 tutorial program.
Martin Kronbichler [Tue, 1 Oct 2013 15:18:37 +0000 (15:18 +0000)]
Link in step-51 tutorial program.

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

10 years agoDo some operations in parallel on tasks.
Wolfgang Bangerth [Tue, 1 Oct 2013 00:25:23 +0000 (00:25 +0000)]
Do some operations in parallel on tasks.

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

10 years agoWork around an issue in a copy constructor we needed for C++11 compatibility and...
Wolfgang Bangerth [Tue, 1 Oct 2013 00:24:55 +0000 (00:24 +0000)]
Work around an issue in a copy constructor we needed for C++11 compatibility and Intel's ICC.

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

10 years agoTake over revisions 31045 - 31051 from branch_port_the_testsuite
Matthias Maier [Mon, 30 Sep 2013 23:49:41 +0000 (23:49 +0000)]
Take over revisions 31045 - 31051 from branch_port_the_testsuite

Cleanup GridTools::collect_periodic_*:

 - Remove GridTools::collect_periodic_face_pairs
 - Unify interface for remaining GridTools::collect_periodic_faces
 - Remove deprecated functions that aren't even released
 - Bugfix: Instantiate collect_periodic_faces, this resolves a compilation
   issue with icc

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

10 years agoFix a couple of assertions.
Wolfgang Bangerth [Mon, 30 Sep 2013 22:40:01 +0000 (22:40 +0000)]
Fix a couple of assertions.

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

10 years agoDisable warning 327 for Intel compilers. This leads to (correct)
Wolfgang Bangerth [Mon, 30 Sep 2013 18:40:42 +0000 (18:40 +0000)]
Disable warning 327 for Intel compilers. This leads to (correct)
warnings of the kind

File: source/fe/fe_values.cc Line: 430

/.../deal.II/source/fe/fe_values.cc(430): warning #327: NULL reference is not allowed

      fe_values(*static_cast<dealii::FEValuesBase<dim, spacedim>*> (0)),
                ^
          detected during instantiation of "dealii::FEValuesViews::Tensor<2, dim, spacedim>::Tensor() [with dim=1, spacedim=1]" at line 76 of "/usr/include/c++/4.6/bits/stl_construct.h"

But we'd like to use this construct anyway.

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

10 years agoProvide a copy constructor.
Wolfgang Bangerth [Mon, 30 Sep 2013 15:45:54 +0000 (15:45 +0000)]
Provide a copy constructor.

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

10 years agoLeave a TODO.
Wolfgang Bangerth [Mon, 30 Sep 2013 14:36:13 +0000 (14:36 +0000)]
Leave a TODO.

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

10 years agoAdd a copy constructor in hopes of making Intel's ICC happy.
Wolfgang Bangerth [Mon, 30 Sep 2013 14:15:20 +0000 (14:15 +0000)]
Add a copy constructor in hopes of making Intel's ICC happy.

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

10 years agoSuppress output to console.
Wolfgang Bangerth [Mon, 30 Sep 2013 13:38:56 +0000 (13:38 +0000)]
Suppress output to console.

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

10 years agoMove declaration of std::vector out of a loop.
Wolfgang Bangerth [Mon, 30 Sep 2013 13:36:31 +0000 (13:36 +0000)]
Move declaration of std::vector out of a loop.

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

10 years agoTry to make older gccs happy.
Wolfgang Bangerth [Mon, 30 Sep 2013 13:32:52 +0000 (13:32 +0000)]
Try to make older gccs happy.

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

10 years agoProvide a copy constructor for the Task class. This should make
Wolfgang Bangerth [Mon, 30 Sep 2013 13:26:55 +0000 (13:26 +0000)]
Provide a copy constructor for the Task class. This should make
Intel ICC happy.

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

10 years agoProvide a copy constructor for the accessor class. This should make
Wolfgang Bangerth [Mon, 30 Sep 2013 13:26:36 +0000 (13:26 +0000)]
Provide a copy constructor for the accessor class. This should make
Intel ICC happy.

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

10 years agoMove comment into the right place.
Wolfgang Bangerth [Mon, 30 Sep 2013 13:16:11 +0000 (13:16 +0000)]
Move comment into the right place.

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

10 years agoDocument geometry generation.
Wolfgang Bangerth [Mon, 30 Sep 2013 03:52:45 +0000 (03:52 +0000)]
Document geometry generation.

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

10 years agoSome more updates.
Wolfgang Bangerth [Mon, 30 Sep 2013 03:39:53 +0000 (03:39 +0000)]
Some more updates.

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

10 years agochange const bool& parameter to not be a reference in write_hdf5_parallel
Timo Heister [Mon, 30 Sep 2013 01:16:24 +0000 (01:16 +0000)]
change const bool& parameter to not be a reference in write_hdf5_parallel

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

10 years agoremove hdf5 related compiler warning
Timo Heister [Mon, 30 Sep 2013 00:50:21 +0000 (00:50 +0000)]
remove hdf5 related compiler warning

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

10 years agoFix typo in documentation.
Scott Miller [Mon, 30 Sep 2013 00:13:51 +0000 (00:13 +0000)]
Fix typo in documentation.

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

10 years agoTry to align instantiations to declarations, in hopes of fixing bug #122.
Wolfgang Bangerth [Sun, 29 Sep 2013 23:19:32 +0000 (23:19 +0000)]
Try to align instantiations to declarations, in hopes of fixing bug #122.

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

10 years agoProvide copy constructors for iterators.
Wolfgang Bangerth [Sun, 29 Sep 2013 23:18:26 +0000 (23:18 +0000)]
Provide copy constructors for iterators.

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

10 years agoMore small mods.
Wolfgang Bangerth [Sun, 29 Sep 2013 22:55:32 +0000 (22:55 +0000)]
More small mods.

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

10 years agoFurther cleanups.
Wolfgang Bangerth [Sun, 29 Sep 2013 22:44:59 +0000 (22:44 +0000)]
Further cleanups.

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

10 years agoClean up member variable list somewhat. As far as possible, initialize member variabl...
Wolfgang Bangerth [Sun, 29 Sep 2013 18:48:12 +0000 (18:48 +0000)]
Clean up member variable list somewhat. As far as possible, initialize member variables in the initializer list and then mark them as const.

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

10 years agoAdd a few comments. Fix a couple of oversights where the same function is used for...
Wolfgang Bangerth [Sun, 29 Sep 2013 14:58:31 +0000 (14:58 +0000)]
Add a few comments. Fix a couple of oversights where the same function is used for both cell integrals and boundary integrals (though the evaluated function values are, in fact, only used for the boundary integrals).

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

10 years agofix sphere obstacle function
Joerg Frohne [Sat, 28 Sep 2013 23:20:10 +0000 (23:20 +0000)]
fix sphere obstacle function

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

10 years agoAdd a newline to the end of the file, as mandated by the C++ standard.
Wolfgang Bangerth [Sat, 28 Sep 2013 21:55:29 +0000 (21:55 +0000)]
Add a newline to the end of the file, as mandated by the C++ standard.

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

10 years agoAdd a newline to the end of the file, as mandated by the C++ standard.
Wolfgang Bangerth [Sat, 28 Sep 2013 21:55:12 +0000 (21:55 +0000)]
Add a newline to the end of the file, as mandated by the C++ standard.

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

10 years agoMake compile with 64-bit.
Wolfgang Bangerth [Sat, 28 Sep 2013 21:42:33 +0000 (21:42 +0000)]
Make compile with 64-bit.

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

10 years agoMore minor changes.
Wolfgang Bangerth [Sat, 28 Sep 2013 11:59:19 +0000 (11:59 +0000)]
More minor changes.

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

10 years agoSlightly more cleanup.
Wolfgang Bangerth [Sat, 28 Sep 2013 11:40:39 +0000 (11:40 +0000)]
Slightly more cleanup.

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

10 years agoAdded DataOutFilter class to remove duplicate vertices/values and serialization for...
Eric Heien [Fri, 27 Sep 2013 23:48:07 +0000 (23:48 +0000)]
Added DataOutFilter class to remove duplicate vertices/values and serialization for XDMFEntry class

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

10 years agoReindent.
Wolfgang Bangerth [Fri, 27 Sep 2013 20:57:56 +0000 (20:57 +0000)]
Reindent.

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

10 years agoRename a couple of things.
Wolfgang Bangerth [Fri, 27 Sep 2013 20:56:43 +0000 (20:56 +0000)]
Rename a couple of things.

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

10 years agoUpdate.
Wolfgang Bangerth [Fri, 27 Sep 2013 20:54:58 +0000 (20:54 +0000)]
Update.

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

10 years agoMove around a bit of stuff. More documentation.
Wolfgang Bangerth [Fri, 27 Sep 2013 20:49:39 +0000 (20:49 +0000)]
Move around a bit of stuff. More documentation.

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

10 years agoMove initialization of obstacle into constructor of main class.
Wolfgang Bangerth [Fri, 27 Sep 2013 13:10:22 +0000 (13:10 +0000)]
Move initialization of obstacle into constructor of main class.

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

10 years agoLet the main class only store a pointer to the obstacle, not the object that reads...
Wolfgang Bangerth [Fri, 27 Sep 2013 13:04:43 +0000 (13:04 +0000)]
Let the main class only store a pointer to the obstacle, not the object that reads in the file.

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

10 years agoadd
Wolfgang Bangerth [Fri, 27 Sep 2013 13:02:54 +0000 (13:02 +0000)]
add

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

10 years agoCMake: Bugfix - nice try...
Matthias Maier [Fri, 27 Sep 2013 12:49:42 +0000 (12:49 +0000)]
CMake: Bugfix - nice try...

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

10 years agofix crash in ConstraintMatrix constructor taking IndexSet (release mode only)
Timo Heister [Fri, 27 Sep 2013 12:48:12 +0000 (12:48 +0000)]
fix crash in ConstraintMatrix constructor taking IndexSet (release mode only)

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

10 years agoCMake: Bugfix: Also include 3rd party include directories in FindPETSC.conf
Matthias Maier [Fri, 27 Sep 2013 12:43:26 +0000 (12:43 +0000)]
CMake: Bugfix: Also include 3rd party include directories in FindPETSC.conf

It is really necessary to use all exported include directories from a PETSc
installation.

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

10 years agoAvoid infinite loop.
Wolfgang Bangerth [Fri, 27 Sep 2013 12:34:23 +0000 (12:34 +0000)]
Avoid infinite loop.

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

10 years agoMake compile again.
Wolfgang Bangerth [Fri, 27 Sep 2013 12:21:55 +0000 (12:21 +0000)]
Make compile again.

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

10 years agosmall change in update_solution_and_constraints
Joerg Frohne [Thu, 26 Sep 2013 21:39:35 +0000 (21:39 +0000)]
small change in update_solution_and_constraints

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

10 years agoUse std_cxx1x::function for graph_coloring.
Bruno Turcksin [Thu, 26 Sep 2013 20:37:50 +0000 (20:37 +0000)]
Use std_cxx1x::function for graph_coloring.

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

10 years agofix elasticity test
Guido Kanschat [Thu, 26 Sep 2013 18:42:50 +0000 (18:42 +0000)]
fix elasticity test

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

10 years agonew residual Divergence::u_times_n\
Guido Kanschat [Thu, 26 Sep 2013 18:42:28 +0000 (18:42 +0000)]
new residual Divergence::u_times_n\
fixed elasticity residuals

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

10 years agofix typo
Guido Kanschat [Thu, 26 Sep 2013 15:49:18 +0000 (15:49 +0000)]
fix typo

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

10 years agosplitting obstacle class into two classes
Joerg Frohne [Thu, 26 Sep 2013 15:26:10 +0000 (15:26 +0000)]
splitting obstacle class into two classes

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

10 years agodoc/users: fix some broken links
Felix Gruber [Thu, 26 Sep 2013 12:24:50 +0000 (12:24 +0000)]
doc/users: fix some broken links

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

10 years agoFix a lot of links
Matthias Maier [Thu, 26 Sep 2013 09:28:52 +0000 (09:28 +0000)]
Fix a lot of links

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

10 years agoAdd a second link for the reports
Matthias Maier [Thu, 26 Sep 2013 09:18:00 +0000 (09:18 +0000)]
Add a second link for the reports

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

10 years agoFix typos
Matthias Maier [Thu, 26 Sep 2013 09:15:15 +0000 (09:15 +0000)]
Fix typos

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

10 years agoadvection residuals fixed
Guido Kanschat [Thu, 26 Sep 2013 08:58:02 +0000 (08:58 +0000)]
advection residuals fixed

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

10 years agoweak residuals
Guido Kanschat [Thu, 26 Sep 2013 08:19:33 +0000 (08:19 +0000)]
weak residuals

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

10 years agoFix name of type...
Wolfgang Bangerth [Thu, 26 Sep 2013 01:22:38 +0000 (01:22 +0000)]
Fix name of type...

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

10 years agoUse types::global_dof_indices.
Wolfgang Bangerth [Wed, 25 Sep 2013 22:49:59 +0000 (22:49 +0000)]
Use types::global_dof_indices.

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

10 years agoUse types::global_dof_indices.
Wolfgang Bangerth [Wed, 25 Sep 2013 22:48:53 +0000 (22:48 +0000)]
Use types::global_dof_indices.

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

10 years agoThe big documentation overhaul
Matthias Maier [Wed, 25 Sep 2013 22:33:26 +0000 (22:33 +0000)]
The big documentation overhaul

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

10 years agoFinish documentation
Matthias Maier [Wed, 25 Sep 2013 20:30:34 +0000 (20:30 +0000)]
Finish documentation

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

10 years agoFix a bug in work_stream when using graph_coloring.
Bruno Turcksin [Wed, 25 Sep 2013 17:28:47 +0000 (17:28 +0000)]
Fix a bug in work_stream when using graph_coloring.

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

10 years agoUse graph coloring whith work_stream.
Bruno Turcksin [Wed, 25 Sep 2013 16:12:27 +0000 (16:12 +0000)]
Use graph coloring whith work_stream.

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

10 years agoAdd note about yesterday's change to PETSc wrappers.
Wolfgang Bangerth [Wed, 25 Sep 2013 14:57:51 +0000 (14:57 +0000)]
Add note about yesterday's change to PETSc wrappers.

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

10 years agoFix typo in documentation.
Scott Miller [Wed, 25 Sep 2013 12:44:32 +0000 (12:44 +0000)]
Fix typo in documentation.

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

10 years agoAvoid outputting 'number-number' since ./normalize might turn that into numbernumber...
Wolfgang Bangerth [Tue, 24 Sep 2013 18:25:07 +0000 (18:25 +0000)]
Avoid outputting 'number-number' since ./normalize might turn that into numbernumber if the second number just so happens to be zero -- and then consequently completely confuse numdiff.

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

10 years agoWork around a change in PETSc 3.4.
Wolfgang Bangerth [Tue, 24 Sep 2013 18:12:47 +0000 (18:12 +0000)]
Work around a change in PETSc 3.4.

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

10 years agoinstantiate selectors for const vectors
Guido Kanschat [Tue, 24 Sep 2013 16:12:47 +0000 (16:12 +0000)]
instantiate selectors for const vectors

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

10 years agoFixed bug in add_periodicity. There were errors when the mesh is not immediately...
Daniel Arndt [Tue, 24 Sep 2013 14:37:29 +0000 (14:37 +0000)]
Fixed bug in add_periodicity. There were errors when the mesh is not immediately refined.

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

10 years agoadd homogeneous boundary operator
Guido Kanschat [Tue, 24 Sep 2013 09:04:36 +0000 (09:04 +0000)]
add homogeneous boundary operator

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

10 years agoMore work.
Wolfgang Bangerth [Tue, 24 Sep 2013 00:35:14 +0000 (00:35 +0000)]
More work.

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

10 years agoSome more work.
Wolfgang Bangerth [Mon, 23 Sep 2013 23:56:21 +0000 (23:56 +0000)]
Some more work.

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

10 years agoMore small rewrites.
Wolfgang Bangerth [Mon, 23 Sep 2013 21:15:23 +0000 (21:15 +0000)]
More small rewrites.

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

11 years agoResize picture.
Wolfgang Bangerth [Mon, 23 Sep 2013 16:11:26 +0000 (16:11 +0000)]
Resize picture.

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

11 years agoUse pictures from the central repository.
Wolfgang Bangerth [Mon, 23 Sep 2013 15:58:51 +0000 (15:58 +0000)]
Use pictures from the central repository.

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

11 years agoMore editing. Return some values rather than having functions have several output...
Wolfgang Bangerth [Mon, 23 Sep 2013 15:58:27 +0000 (15:58 +0000)]
More editing. Return some values rather than having functions have several output arguments.

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

11 years agoRemove the original tex version of the introduction.
Wolfgang Bangerth [Mon, 23 Sep 2013 15:48:30 +0000 (15:48 +0000)]
Remove the original tex version of the introduction.

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

11 years agoRemove the out-of-source check from DEAL_II_INVOKE_AUTOPILOT
Matthias Maier [Mon, 23 Sep 2013 15:23:24 +0000 (15:23 +0000)]
Remove the out-of-source check from DEAL_II_INVOKE_AUTOPILOT

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

11 years agoFix typos and set diffusion in step-51.
Scott Miller [Mon, 23 Sep 2013 14:02:09 +0000 (14:02 +0000)]
Fix typos and set diffusion in step-51.

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

11 years agoUse standard indentation scheme.
Wolfgang Bangerth [Mon, 23 Sep 2013 13:41:10 +0000 (13:41 +0000)]
Use standard indentation scheme.

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

11 years agoMinor edits.
Wolfgang Bangerth [Mon, 23 Sep 2013 13:39:34 +0000 (13:39 +0000)]
Minor edits.

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

11 years agoRename images to standard naming scheme. Add the image that describes the obstacle.
Wolfgang Bangerth [Mon, 23 Sep 2013 13:39:18 +0000 (13:39 +0000)]
Rename images to standard naming scheme. Add the image that describes the obstacle.

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

11 years agoWork on the introduction.
Wolfgang Bangerth [Mon, 23 Sep 2013 03:18:31 +0000 (03:18 +0000)]
Work on the introduction.

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

11 years agomodified dealii/data_out.cc to test both write_visit_record functions
Fahad Alrashed [Sat, 21 Sep 2013 16:23:32 +0000 (16:23 +0000)]
modified dealii/data_out.cc to test both write_visit_record functions

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

11 years agoforgot to add a new entry in changes.h
Fahad Alrashed [Sat, 21 Sep 2013 16:05:02 +0000 (16:05 +0000)]
forgot to add a new entry in changes.h

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

11 years agoadded write_visit_record that allows for multiple blocks and more than one time step
Fahad Alrashed [Sat, 21 Sep 2013 15:52:05 +0000 (15:52 +0000)]
added write_visit_record that allows for multiple blocks and more than one time step

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

11 years agoFix grammar of message.
Wolfgang Bangerth [Sat, 21 Sep 2013 12:29:40 +0000 (12:29 +0000)]
Fix grammar of message.

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

11 years agoMinor markup improvements.
Wolfgang Bangerth [Sat, 21 Sep 2013 12:03:54 +0000 (12:03 +0000)]
Minor markup improvements.

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

11 years agoFix leftover note.
Wolfgang Bangerth [Sat, 21 Sep 2013 12:03:40 +0000 (12:03 +0000)]
Fix leftover note.

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

11 years agoFix two tests.
Wolfgang Bangerth [Fri, 20 Sep 2013 23:12:29 +0000 (23:12 +0000)]
Fix two tests.

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

11 years agoAdd an instantiation that was previous missing in optimized mode.
Wolfgang Bangerth [Fri, 20 Sep 2013 23:00:53 +0000 (23:00 +0000)]
Add an instantiation that was previous missing in optimized mode.

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

11 years agoFix typo.
Wolfgang Bangerth [Fri, 20 Sep 2013 22:21:54 +0000 (22:21 +0000)]
Fix typo.

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

11 years agoAdd two.
Wolfgang Bangerth [Fri, 20 Sep 2013 13:06:08 +0000 (13:06 +0000)]
Add two.

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

11 years agoChange graph_coloring to accept an user-defined function to get the conflict_indices.
Bruno Turcksin [Thu, 19 Sep 2013 20:39:37 +0000 (20:39 +0000)]
Change graph_coloring to accept an user-defined function to get the conflict_indices.

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

11 years agofix test
Timo Heister [Thu, 19 Sep 2013 18:30:26 +0000 (18:30 +0000)]
fix test

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

11 years agoAdded new tests for collect_periodic_face_pairs
Daniel Arndt [Thu, 19 Sep 2013 16:45:08 +0000 (16:45 +0000)]
Added new tests for collect_periodic_face_pairs

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

11 years agoAdded tests for collect_periodic_face_pairs and unified code in make_periodicity_cons...
Daniel Arndt [Thu, 19 Sep 2013 16:33:50 +0000 (16:33 +0000)]
Added tests for collect_periodic_face_pairs and unified code in make_periodicity_constraints

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