]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
10 years agoAdd a newline to the end of the file, as mandated by the C++ standard.
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.
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.
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.
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...
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.
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.
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.
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.
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.
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...
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
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...
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)
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
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.
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.
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
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.
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
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\
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
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
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
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
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
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
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
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...
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.
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.
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
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
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.
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.
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.
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...
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.
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
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
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.
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.
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.
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

10 years agoResize picture.
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

10 years agoUse pictures from the central repository.
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

10 years agoMore editing. Return some values rather than having functions have several output...
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

10 years agoRemove the original tex version of the introduction.
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

10 years agoRemove the out-of-source check from DEAL_II_INVOKE_AUTOPILOT
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

10 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

10 years agoUse standard indentation scheme.
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

10 years agoMinor edits.
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

10 years agoRename images to standard naming scheme. Add the image that describes the obstacle.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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

11 years agoadd hdf5 test
heister [Thu, 19 Sep 2013 14:58:19 +0000 (14:58 +0000)]
add hdf5 test

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

11 years agotests: move cat_file to other header
heister [Thu, 19 Sep 2013 14:54:21 +0000 (14:54 +0000)]
tests: move cat_file to other header

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

11 years agoDocument the exception that is being thrown.
bangerth [Thu, 19 Sep 2013 14:32:13 +0000 (14:32 +0000)]
Document the exception that is being thrown.

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

11 years agoStep-51 documentation fixes.
scott.miller [Thu, 19 Sep 2013 02:00:54 +0000 (02:00 +0000)]
Step-51 documentation fixes.

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

11 years agoFixed HDF5 multiprocessor bug
heien [Wed, 18 Sep 2013 21:31:52 +0000 (21:31 +0000)]
Fixed HDF5 multiprocessor bug

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

11 years agoAdd test for graph_coloring.
turcksin [Wed, 18 Sep 2013 21:09:09 +0000 (21:09 +0000)]
Add test for graph_coloring.

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

11 years agoadd test
heister [Wed, 18 Sep 2013 16:36:56 +0000 (16:36 +0000)]
add test

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

11 years agofind_active_cell_around_point now throws the exception ExcPointNotFound
heister [Wed, 18 Sep 2013 16:36:32 +0000 (16:36 +0000)]
find_active_cell_around_point now throws the exception ExcPointNotFound

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

11 years agodisable checking MPI_init_thread return value because some implementations always...
heister [Wed, 18 Sep 2013 15:39:17 +0000 (15:39 +0000)]
disable checking MPI_init_thread return value because some implementations always return _SINGLE.

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

11 years agoFixed add_periodity
daniel.arndt [Wed, 18 Sep 2013 15:24:34 +0000 (15:24 +0000)]
Fixed add_periodity

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

11 years agoAdd a test for graph_coloring.
turcksin [Wed, 18 Sep 2013 15:22:33 +0000 (15:22 +0000)]
Add a test for graph_coloring.

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

11 years agoExplain integrals
kronbichler [Wed, 18 Sep 2013 14:48:18 +0000 (14:48 +0000)]
Explain integrals

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

11 years agoStep-51 documentation updates.
scott.miller [Wed, 18 Sep 2013 14:28:19 +0000 (14:28 +0000)]
Step-51 documentation updates.

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

11 years agoupdate ignores
heister [Wed, 18 Sep 2013 14:00:08 +0000 (14:00 +0000)]
update ignores

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

11 years agofix asserttion in test
heister [Wed, 18 Sep 2013 13:31:23 +0000 (13:31 +0000)]
fix asserttion in test

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

11 years agofix r30770
heister [Wed, 18 Sep 2013 13:16:32 +0000 (13:16 +0000)]
fix r30770

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

11 years agoWent through the complete tutorial and made the presentation consistent.
kronbichler [Wed, 18 Sep 2013 12:10:58 +0000 (12:10 +0000)]
Went through the complete tutorial and made the presentation consistent.

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

11 years agoImprove documentation of positive entries for constrained entries.
kronbichler [Wed, 18 Sep 2013 07:07:32 +0000 (07:07 +0000)]
Improve documentation of positive entries for constrained entries.

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

11 years agoFix typos in documentation.
scott.miller [Wed, 18 Sep 2013 02:20:23 +0000 (02:20 +0000)]
Fix typos in documentation.

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

11 years agoStart graph coloring abilities for work_stream.
turcksin [Tue, 17 Sep 2013 23:23:55 +0000 (23:23 +0000)]
Start graph coloring abilities for work_stream.

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

11 years agoWrite section on results with solution pictures and convergence graphs. Now we only...
kronbichler [Tue, 17 Sep 2013 19:55:00 +0000 (19:55 +0000)]
Write section on results with solution pictures and convergence graphs. Now we only need to upload the images

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

11 years agoreplace mpi_init by mpi_init_thread
heister [Tue, 17 Sep 2013 18:49:23 +0000 (18:49 +0000)]
replace mpi_init by mpi_init_thread

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

11 years agoMore comments. One more test
kronbichler [Tue, 17 Sep 2013 14:38:55 +0000 (14:38 +0000)]
More comments. One more test

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

11 years agoFix subface interpolation.
kronbichler [Tue, 17 Sep 2013 14:24:00 +0000 (14:24 +0000)]
Fix subface interpolation.

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

11 years agoFix a few issues. Still not correct.
kronbichler [Tue, 17 Sep 2013 13:29:50 +0000 (13:29 +0000)]
Fix a few issues. Still not correct.

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

11 years agoHelp non-C++11 compilers.
bangerth [Tue, 17 Sep 2013 12:08:04 +0000 (12:08 +0000)]
Help non-C++11 compilers.

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

11 years agoFirst step towards implementing FE_FaceP in analogy to FE_FaceQ. Cleanup some code.
kronbichler [Tue, 17 Sep 2013 11:26:58 +0000 (11:26 +0000)]
First step towards implementing FE_FaceP in analogy to FE_FaceQ. Cleanup some code.

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

11 years agoFix list
kronbichler [Tue, 17 Sep 2013 08:03:18 +0000 (08:03 +0000)]
Fix list

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

11 years agoRemove 'typename'.
bangerth [Tue, 17 Sep 2013 01:57:18 +0000 (01:57 +0000)]
Remove 'typename'.

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

11 years agoFix signature disparaty in 64-bit mode.
bangerth [Mon, 16 Sep 2013 21:34:46 +0000 (21:34 +0000)]
Fix signature disparaty in 64-bit mode.

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