]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
12 years agoAugment documentation.
bangerth [Mon, 13 Aug 2012 08:27:12 +0000 (08:27 +0000)]
Augment documentation.

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

12 years agoFix typo.
bangerth [Mon, 13 Aug 2012 08:24:00 +0000 (08:24 +0000)]
Fix typo.

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

12 years agoAdd some documentation.
bangerth [Mon, 13 Aug 2012 08:23:44 +0000 (08:23 +0000)]
Add some documentation.

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

12 years agoAdd a presumably missing 'typename'.
bangerth [Mon, 13 Aug 2012 08:07:26 +0000 (08:07 +0000)]
Add a presumably missing 'typename'.

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

12 years agoOne more test.
bangerth [Mon, 13 Aug 2012 08:02:50 +0000 (08:02 +0000)]
One more test.

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

12 years agocleanup test output
heister [Mon, 13 Aug 2012 07:39:22 +0000 (07:39 +0000)]
cleanup test output

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

12 years agoAdd some comments.
bangerth [Sat, 11 Aug 2012 14:05:27 +0000 (14:05 +0000)]
Add some comments.

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

12 years agoAdd a reference to the glossary.
bangerth [Sat, 11 Aug 2012 14:02:05 +0000 (14:02 +0000)]
Add a reference to the glossary.

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

12 years agoReplace by less offensive latex
kanschat [Fri, 10 Aug 2012 14:12:06 +0000 (14:12 +0000)]
Replace by less offensive latex

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

12 years agoMinor edit.
bangerth [Fri, 10 Aug 2012 12:25:50 +0000 (12:25 +0000)]
Minor edit.

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

12 years agoFix link.
bangerth [Fri, 10 Aug 2012 10:03:34 +0000 (10:03 +0000)]
Fix link.

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

12 years agoPart II of: Convert a bunch of bare 'unsigned's into 'unsigned int's to make the...
bangerth [Fri, 10 Aug 2012 09:19:42 +0000 (09:19 +0000)]
Part II of: Convert a bunch of bare 'unsigned's into 'unsigned int's to make the replacement by types::global_dof_index simpler.

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

12 years agoConvert matrices.h and vectors.h into matrix_tools.h/vector_tools.h.
bangerth [Fri, 10 Aug 2012 09:18:34 +0000 (09:18 +0000)]
Convert matrices.h and vectors.h into matrix_tools.h/vector_tools.h.

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

12 years agoIndentation fixes.
bangerth [Fri, 10 Aug 2012 09:18:03 +0000 (09:18 +0000)]
Indentation fixes.

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

12 years agoConvert a bunch of bare 'unsigned's into 'unsigned int's to make the replacement...
bangerth [Fri, 10 Aug 2012 09:07:59 +0000 (09:07 +0000)]
Convert a bunch of bare 'unsigned's into 'unsigned int's to make the replacement by types::global_dof_index simpler.

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

12 years agoadd missing files
heister [Fri, 10 Aug 2012 08:46:58 +0000 (08:46 +0000)]
add missing files

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

12 years agoConvert an input argument with default value into a const reference.
bangerth [Fri, 10 Aug 2012 08:27:28 +0000 (08:27 +0000)]
Convert an input argument with default value into a const reference.

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

12 years agoUse the now correct name for a header file.
bangerth [Fri, 10 Aug 2012 06:59:55 +0000 (06:59 +0000)]
Use the now correct name for a header file.

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

12 years agoFix up include files to new format.
bangerth [Thu, 9 Aug 2012 20:22:00 +0000 (20:22 +0000)]
Fix up include files to new format.

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

12 years agoAdd an endline at the end of the file...
bangerth [Thu, 9 Aug 2012 20:15:48 +0000 (20:15 +0000)]
Add an endline at the end of the file...

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

12 years agoimprove intro
kanschat [Thu, 9 Aug 2012 17:54:22 +0000 (17:54 +0000)]
improve intro

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

12 years agodoc
kanschat [Thu, 9 Aug 2012 17:47:31 +0000 (17:47 +0000)]
doc

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

12 years agomore tests
kanschat [Thu, 9 Aug 2012 17:47:00 +0000 (17:47 +0000)]
more tests

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

12 years agoAdd residuals
kanschat [Thu, 9 Aug 2012 17:44:04 +0000 (17:44 +0000)]
Add residuals

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

12 years agouse new include files matrix_tools.h and vector_tools.h
heister [Thu, 9 Aug 2012 17:39:58 +0000 (17:39 +0000)]
use new include files matrix_tools.h and vector_tools.h

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

12 years agoFix input file
kanschat [Thu, 9 Aug 2012 17:16:21 +0000 (17:16 +0000)]
Fix input file

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

12 years agoFix input file
kanschat [Thu, 9 Aug 2012 17:14:26 +0000 (17:14 +0000)]
Fix input file

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

12 years agoFix input files
kanschat [Thu, 9 Aug 2012 17:08:27 +0000 (17:08 +0000)]
Fix input files

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

12 years agoFix input file
kanschat [Thu, 9 Aug 2012 17:04:06 +0000 (17:04 +0000)]
Fix input file

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

12 years agoalso rename matrices.* to matrix_tools.*
heister [Thu, 9 Aug 2012 16:59:49 +0000 (16:59 +0000)]
also rename matrices.* to matrix_tools.*

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

12 years agodecribtion of the active set method
frohne [Thu, 9 Aug 2012 16:59:02 +0000 (16:59 +0000)]
decribtion of the active set method

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

12 years agokeywords
kanschat [Thu, 9 Aug 2012 16:53:07 +0000 (16:53 +0000)]
keywords

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

12 years agofirst version of diergence tests
kanschat [Thu, 9 Aug 2012 14:42:03 +0000 (14:42 +0000)]
first version of diergence tests

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

12 years agoadditional error check in Trilinos SparseMatrix in debug mode
heister [Thu, 9 Aug 2012 13:41:07 +0000 (13:41 +0000)]
additional error check in Trilinos SparseMatrix in debug mode

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

12 years agotypo in comment
heister [Thu, 9 Aug 2012 13:31:51 +0000 (13:31 +0000)]
typo in comment

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

12 years agoThomas Carraro's publications.
bangerth [Thu, 9 Aug 2012 13:07:23 +0000 (13:07 +0000)]
Thomas Carraro's publications.

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

12 years agorename vectors to vector_tools
heister [Thu, 9 Aug 2012 13:07:12 +0000 (13:07 +0000)]
rename vectors to vector_tools

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

12 years agoFix markup problem.
bangerth [Thu, 9 Aug 2012 12:56:11 +0000 (12:56 +0000)]
Fix markup problem.

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

12 years agomove mpi namespace from trilinos_block_vector.h into new trilinos_parallel_block_vector.h
heister [Thu, 9 Aug 2012 11:38:01 +0000 (11:38 +0000)]
move mpi namespace from trilinos_block_vector.h into new trilinos_parallel_block_vector.h

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

12 years agoFix typo.
bangerth [Thu, 9 Aug 2012 08:39:30 +0000 (08:39 +0000)]
Fix typo.

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

12 years agoFix a typo.
bangerth [Thu, 9 Aug 2012 07:11:25 +0000 (07:11 +0000)]
Fix a typo.

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

12 years agoUpdate.
bangerth [Wed, 8 Aug 2012 16:43:55 +0000 (16:43 +0000)]
Update.

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

12 years agoadd ip residuals
kanschat [Wed, 8 Aug 2012 16:33:45 +0000 (16:33 +0000)]
add ip residuals

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

12 years agoip residuals
kanschat [Wed, 8 Aug 2012 16:33:29 +0000 (16:33 +0000)]
ip residuals

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

12 years agorename files for Matthias
kanschat [Wed, 8 Aug 2012 15:57:25 +0000 (15:57 +0000)]
rename files for Matthias

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

12 years agoadd cell residuals
kanschat [Wed, 8 Aug 2012 15:48:19 +0000 (15:48 +0000)]
add cell residuals

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

12 years agoadd cell residual
kanschat [Wed, 8 Aug 2012 15:47:32 +0000 (15:47 +0000)]
add cell residual

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

12 years agoMake sure people read step-40 before step-32.
bangerth [Wed, 8 Aug 2012 15:09:39 +0000 (15:09 +0000)]
Make sure people read step-40 before step-32.

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

12 years agoscalar boundary residuals
kanschat [Wed, 8 Aug 2012 14:36:32 +0000 (14:36 +0000)]
scalar boundary residuals

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

12 years agoboundary residuals
kanschat [Wed, 8 Aug 2012 14:28:23 +0000 (14:28 +0000)]
boundary residuals

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

12 years agoAllow some matrix-vector ops to run on distributed objects.
young [Wed, 8 Aug 2012 13:25:52 +0000 (13:25 +0000)]
Allow some matrix-vector ops to run on distributed objects.

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

12 years agoReindent and minor text edits.
bangerth [Wed, 8 Aug 2012 06:48:17 +0000 (06:48 +0000)]
Reindent and minor text edits.

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

12 years agoUpdating tests for the point_value_history class
rapson [Tue, 7 Aug 2012 21:47:41 +0000 (21:47 +0000)]
Updating tests for the point_value_history class
Two new tests have been added, point_value_history_02 tests the added functionality for vector fields.
point_value_history_03 tests the added functionality for scala fields.
point_value_history_01 tests backwards compatibility of the class. Note that the .cc file is unchanged. The output has changed slightly due to the new format of data files and status output, hence cmp/generic is updated.

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

12 years agoChanged the method of specifying components from a list to a component mask.
rapson [Tue, 7 Aug 2012 21:31:47 +0000 (21:31 +0000)]
Changed the method of specifying components from a list to a component mask.
Documented above changes, and provided comments clarifying that GridTools::find_active_cell_around_point can be used in the add_point(s) methods.
White space changes to improve the code structure.

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

12 years agoa first version of the documentation
frohne [Tue, 7 Aug 2012 14:59:24 +0000 (14:59 +0000)]
a first version of the documentation

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

12 years agodocument support for clang
heister [Tue, 7 Aug 2012 14:27:05 +0000 (14:27 +0000)]
document support for clang

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

12 years agoAvoid modifying a vector that has ghost elements.
bangerth [Tue, 7 Aug 2012 14:18:39 +0000 (14:18 +0000)]
Avoid modifying a vector that has ghost elements.

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

12 years agoAugment documentation.
bangerth [Tue, 7 Aug 2012 14:16:36 +0000 (14:16 +0000)]
Augment documentation.

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

12 years agolink PETSc 3.1+ to libpetsc instead of libpetsccall to fix linking on gcc 4.7
heister [Tue, 7 Aug 2012 13:40:23 +0000 (13:40 +0000)]
link PETSc 3.1+ to libpetsc instead of libpetsccall to fix linking on gcc 4.7

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

12 years agoUpdate refs.
hartmann [Tue, 7 Aug 2012 11:00:51 +0000 (11:00 +0000)]
Update refs.

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

12 years agostart testing laplacian
kanschat [Mon, 6 Aug 2012 16:53:25 +0000 (16:53 +0000)]
start testing laplacian

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

12 years agoDisallow modifying operations on vectors with ghost elements.
bangerth [Mon, 6 Aug 2012 09:47:20 +0000 (09:47 +0000)]
Disallow modifying operations on vectors with ghost elements.

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

12 years agoMore links into the glossary.
bangerth [Sat, 4 Aug 2012 21:40:00 +0000 (21:40 +0000)]
More links into the glossary.

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

12 years agoClarify a glossary entry.
bangerth [Sat, 4 Aug 2012 21:39:26 +0000 (21:39 +0000)]
Clarify a glossary entry.

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

12 years agoBe more verbose in the description of parameters.
bangerth [Thu, 2 Aug 2012 13:43:12 +0000 (13:43 +0000)]
Be more verbose in the description of parameters.

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

12 years agoadd Frobenius inner product of two Tensor of rank 2
kanschat [Wed, 1 Aug 2012 16:58:57 +0000 (16:58 +0000)]
add Frobenius inner product of two Tensor of rank 2

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

12 years agoAdd Patterns::Map. Also fix a number of minor issues with Patterns::List.
bangerth [Wed, 1 Aug 2012 16:15:38 +0000 (16:15 +0000)]
Add Patterns::Map. Also fix a number of minor issues with Patterns::List.

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

12 years agoAdd several references to the glossary.
bangerth [Tue, 31 Jul 2012 19:01:54 +0000 (19:01 +0000)]
Add several references to the glossary.

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

12 years agoPatch by Uwe Koecher: Avoid warnings about unused variables.
bangerth [Tue, 31 Jul 2012 15:26:04 +0000 (15:26 +0000)]
Patch by Uwe Koecher: Avoid warnings about unused variables.

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

12 years agoAlso set -m64 in CFLAGS if we do so in CXXFLAGS.
bangerth [Tue, 31 Jul 2012 15:12:22 +0000 (15:12 +0000)]
Also set -m64 in CFLAGS if we do so in CXXFLAGS.

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

12 years agoFix list of authors of a patch.
bangerth [Fri, 27 Jul 2012 09:33:29 +0000 (09:33 +0000)]
Fix list of authors of a patch.

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

12 years agoAdd a comment.
bangerth [Thu, 26 Jul 2012 13:43:26 +0000 (13:43 +0000)]
Add a comment.

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

12 years agoMinor edits. Make a function private that doesn't have to be in the
bangerth [Thu, 26 Jul 2012 13:42:24 +0000 (13:42 +0000)]
Minor edits. Make a function private that doesn't have to be in the
public interface.

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

12 years agoWork around a problem with Intel+MPI.
bangerth [Thu, 26 Jul 2012 08:24:44 +0000 (08:24 +0000)]
Work around a problem with Intel+MPI.

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

12 years agoOne more.
bangerth [Thu, 26 Jul 2012 08:01:57 +0000 (08:01 +0000)]
One more.

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

12 years agodocument test better
heister [Wed, 25 Jul 2012 19:15:02 +0000 (19:15 +0000)]
document test better

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

12 years agomake test crash
heister [Wed, 25 Jul 2012 19:13:16 +0000 (19:13 +0000)]
make test crash

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

12 years agofix test
heister [Wed, 25 Jul 2012 18:54:58 +0000 (18:54 +0000)]
fix test

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

12 years agoadd failing test for trilinos 10.12.1
heister [Wed, 25 Jul 2012 18:44:45 +0000 (18:44 +0000)]
add failing test for trilinos 10.12.1

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

12 years agoFix introduced bug.
buerg [Wed, 25 Jul 2012 18:42:23 +0000 (18:42 +0000)]
Fix introduced bug.

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

12 years agoMake deal.II deal with the situation that p4est might install into lib64/ instead...
bangerth [Wed, 25 Jul 2012 15:55:07 +0000 (15:55 +0000)]
Make deal.II deal with the situation that p4est might install into lib64/ instead of lib/.

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

12 years agoUse AC_SUBST instead of 'export'.
bangerth [Wed, 25 Jul 2012 15:32:13 +0000 (15:32 +0000)]
Use AC_SUBST instead of 'export'.

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

12 years agoWork around a problem with the Cray C++ compiler.
bangerth [Wed, 25 Jul 2012 15:28:48 +0000 (15:28 +0000)]
Work around a problem with the Cray C++ compiler.

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

12 years agoadded instantiations for parallel::distributed::Vectors
steigemann [Wed, 25 Jul 2012 15:21:56 +0000 (15:21 +0000)]
added instantiations for parallel::distributed::Vectors

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

12 years agoPiesewise multiplication of PETSc vectors and redocument.
young [Wed, 25 Jul 2012 11:35:08 +0000 (11:35 +0000)]
Piesewise multiplication of PETSc vectors and redocument.

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

12 years agoMake DoFTools::make_zero_boundary_constraints work in parallel.
bangerth [Tue, 24 Jul 2012 23:35:44 +0000 (23:35 +0000)]
Make DoFTools::make_zero_boundary_constraints work in parallel.

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

12 years agoAbort if we can't produce the Makefile.dep file, whether or not the make_dependencies...
bangerth [Tue, 24 Jul 2012 23:35:36 +0000 (23:35 +0000)]
Abort if we can't produce the Makefile.dep file, whether or not the make_dependencies program terminated with an error.

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

12 years agoCome up with a test that actually works.
bangerth [Tue, 24 Jul 2012 23:34:42 +0000 (23:34 +0000)]
Come up with a test that actually works.

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

12 years agoAdd one.
bangerth [Tue, 24 Jul 2012 23:34:39 +0000 (23:34 +0000)]
Add one.

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

12 years agoSeveral more.
bangerth [Mon, 23 Jul 2012 19:29:02 +0000 (19:29 +0000)]
Several more.

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

12 years agotest for finite residual
kanschat [Mon, 23 Jul 2012 10:28:47 +0000 (10:28 +0000)]
test for finite residual

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

12 years agoOne more.
bangerth [Sun, 22 Jul 2012 23:11:42 +0000 (23:11 +0000)]
One more.

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

12 years agoRestore comment and fix projection on faces.
buerg [Sun, 22 Jul 2012 21:07:53 +0000 (21:07 +0000)]
Restore comment and fix projection on faces.

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

12 years agoReplaced projection-based interpolation by explicit interpolation formulas wherever...
buerg [Sun, 22 Jul 2012 15:21:35 +0000 (15:21 +0000)]
Replaced projection-based interpolation by explicit interpolation formulas wherever possible.

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

12 years agofixed bug in find_active_cell_around_point
goll [Sun, 22 Jul 2012 13:31:28 +0000 (13:31 +0000)]
fixed bug in find_active_cell_around_point

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

12 years agoFixed bug in find_active_cell_around_point. See the testcases bits/find_active_cell_8...
goll [Sun, 22 Jul 2012 13:21:09 +0000 (13:21 +0000)]
Fixed bug in find_active_cell_around_point. See the testcases bits/find_active_cell_8 and _9

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

12 years agoNew test for find_active_cell_around_point on a disconnected grid.
goll [Sun, 22 Jul 2012 12:10:53 +0000 (12:10 +0000)]
New test for find_active_cell_around_point on a disconnected grid.

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

12 years agoupdate publication
heister [Sun, 22 Jul 2012 04:00:23 +0000 (04:00 +0000)]
update publication

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

12 years agoupdate publication
heister [Sun, 22 Jul 2012 03:58:22 +0000 (03:58 +0000)]
update publication

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

12 years agoUndo an accidental checkin.
bangerth [Sat, 21 Jul 2012 23:11:42 +0000 (23:11 +0000)]
Undo an accidental checkin.

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