]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
12 years agoA patch by Vijay S. Mahadevan that allo0ws override of PETSc default solver parameters
young [Thu, 22 Dec 2011 12:05:47 +0000 (12:05 +0000)]
A patch by Vijay S. Mahadevan that allo0ws override of PETSc default solver parameters

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

12 years agoAccept gmsh format 2.2.
bangerth [Tue, 20 Dec 2011 03:07:38 +0000 (03:07 +0000)]
Accept gmsh format 2.2.

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

12 years agoMake compile with intel icc.
bangerth [Tue, 20 Dec 2011 01:11:37 +0000 (01:11 +0000)]
Make compile with intel icc.

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

12 years agoMention fix to VTU without zlib.
bangerth [Sat, 17 Dec 2011 03:37:31 +0000 (03:37 +0000)]
Mention fix to VTU without zlib.

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

12 years agoCast arguments to std::pow.
bangerth [Fri, 16 Dec 2011 22:21:36 +0000 (22:21 +0000)]
Cast arguments to std::pow.

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

12 years agoSlightly simplify the code.
bangerth [Fri, 16 Dec 2011 15:15:06 +0000 (15:15 +0000)]
Slightly simplify the code.

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

12 years agoCorrected the refine_and_coarsen_optimize function, the error behaves like N^{-2...
goll [Fri, 16 Dec 2011 14:57:17 +0000 (14:57 +0000)]
Corrected the refine_and_coarsen_optimize function, the error behaves like N^{-2*order/dim}, not like N.

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

12 years agoPatch by Christian Goll: Add an order parameter to GridRefinement::refine_and_coarsen...
bangerth [Fri, 16 Dec 2011 14:06:08 +0000 (14:06 +0000)]
Patch by Christian Goll: Add an order parameter to GridRefinement::refine_and_coarsen_optimize and remove assumption that dim==2.

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

12 years agoSimplify test.
bangerth [Thu, 15 Dec 2011 23:23:09 +0000 (23:23 +0000)]
Simplify test.

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

12 years agoTest r24829 with SolutionTransfer for FE_Nothing.
bangerth [Thu, 15 Dec 2011 19:59:25 +0000 (19:59 +0000)]
Test r24829 with SolutionTransfer for FE_Nothing.

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

12 years agoMake FE_Nothing work with SolutionTransfer.
bangerth [Thu, 15 Dec 2011 19:31:40 +0000 (19:31 +0000)]
Make FE_Nothing work with SolutionTransfer.

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

12 years agoFixed: DerivativeApproximation for distributed computations.
heister [Thu, 15 Dec 2011 16:44:58 +0000 (16:44 +0000)]
Fixed: DerivativeApproximation for distributed computations.

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

12 years agoChange the type of the argument to ExcMessage from char* to std::string.
bangerth [Wed, 14 Dec 2011 20:14:06 +0000 (20:14 +0000)]
Change the type of the argument to ExcMessage from char* to std::string.

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

12 years agoIntroduce DataPostprocessorScalar/Vector.
bangerth [Wed, 14 Dec 2011 19:52:27 +0000 (19:52 +0000)]
Introduce DataPostprocessorScalar/Vector.

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

12 years agoNew test.
bangerth [Wed, 14 Dec 2011 17:34:25 +0000 (17:34 +0000)]
New test.

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

12 years agoSimplify code.
bangerth [Wed, 14 Dec 2011 17:15:57 +0000 (17:15 +0000)]
Simplify code.

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

12 years agoRemove DataPostprocessor::n_output_variables() because it is redundant.
bangerth [Wed, 14 Dec 2011 14:07:22 +0000 (14:07 +0000)]
Remove DataPostprocessor::n_output_variables() because it is redundant.

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

12 years agoUse a forward declaration followed by a friend declaration rather than
bangerth [Mon, 12 Dec 2011 19:47:05 +0000 (19:47 +0000)]
Use a forward declaration followed by a friend declaration rather than
relying on name injection.

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

12 years agoremoved th eunused variables
janssen [Sun, 11 Dec 2011 11:48:33 +0000 (11:48 +0000)]
removed th eunused variables

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

12 years agoextract also non interface dofs
janssen [Sun, 11 Dec 2011 11:39:53 +0000 (11:39 +0000)]
extract also non interface dofs

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

12 years agoextract also non interface dofs
janssen [Sun, 11 Dec 2011 11:39:12 +0000 (11:39 +0000)]
extract also non interface dofs

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

12 years agodifferent format for float zero
kanschat [Sun, 11 Dec 2011 06:05:24 +0000 (06:05 +0000)]
different format for float zero

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

12 years agomore accuracy for transformation
kanschat [Sun, 11 Dec 2011 05:47:15 +0000 (05:47 +0000)]
more accuracy for transformation

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

12 years agodifferent format of float 0
kanschat [Sun, 11 Dec 2011 05:46:18 +0000 (05:46 +0000)]
different format of float 0

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

12 years agodifferent format of float 0
kanschat [Sun, 11 Dec 2011 05:07:16 +0000 (05:07 +0000)]
different format of float 0

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

12 years agounused parameter
kanschat [Sun, 11 Dec 2011 04:26:52 +0000 (04:26 +0000)]
unused parameter

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

12 years agoadd copyright
kanschat [Sun, 11 Dec 2011 03:04:41 +0000 (03:04 +0000)]
add copyright

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

12 years agoadd mutisubst
kanschat [Sun, 11 Dec 2011 03:01:14 +0000 (03:01 +0000)]
add mutisubst

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

12 years agoIntroduce LogStream::Prefix
kanschat [Fri, 9 Dec 2011 20:00:35 +0000 (20:00 +0000)]
Introduce LogStream::Prefix

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

12 years agorename perl instantiation files
kanschat [Fri, 9 Dec 2011 19:56:19 +0000 (19:56 +0000)]
rename perl instantiation files

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

12 years agofix test output
heister [Fri, 9 Dec 2011 18:20:13 +0000 (18:20 +0000)]
fix test output

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

12 years agoupdate changes
heister [Fri, 9 Dec 2011 18:19:16 +0000 (18:19 +0000)]
update changes

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

12 years agoadd test for IndexSet::add_indices(IndexSet)
heister [Fri, 9 Dec 2011 18:08:38 +0000 (18:08 +0000)]
add test for IndexSet::add_indices(IndexSet)

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

12 years agoadd IndexSet::add_indices(IndexSet)
heister [Fri, 9 Dec 2011 18:08:12 +0000 (18:08 +0000)]
add IndexSet::add_indices(IndexSet)

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

12 years agoshorter zero
kanschat [Thu, 8 Dec 2011 23:26:38 +0000 (23:26 +0000)]
shorter zero

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

12 years agoshorter zero
kanschat [Thu, 8 Dec 2011 23:15:16 +0000 (23:15 +0000)]
shorter zero

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

12 years agoshorter zero
kanschat [Thu, 8 Dec 2011 22:51:13 +0000 (22:51 +0000)]
shorter zero

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

12 years agorelax convergence requirement
kanschat [Thu, 8 Dec 2011 20:53:34 +0000 (20:53 +0000)]
relax convergence requirement

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

12 years agoAdd vtu to list of recognized file formats. Also avoid using a temporary
bangerth [Thu, 8 Dec 2011 07:29:21 +0000 (07:29 +0000)]
Add vtu to list of recognized file formats. Also avoid using a temporary
string to generate error messages -- this only produces an access to corrupted
memory.

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

12 years agosimpler loops
kanschat [Wed, 7 Dec 2011 19:56:29 +0000 (19:56 +0000)]
simpler loops

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

12 years agoHessions for FE_Poly
kanschat [Wed, 7 Dec 2011 19:53:06 +0000 (19:53 +0000)]
Hessions for FE_Poly

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

12 years ago2nd derivatives work in codim 1
kanschat [Wed, 7 Dec 2011 19:42:51 +0000 (19:42 +0000)]
2nd derivatives work in codim 1

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

12 years agothrow exception if Mapping iteration fails
kanschat [Wed, 7 Dec 2011 18:45:56 +0000 (18:45 +0000)]
throw exception if Mapping iteration fails

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

12 years agofailed factorizations are runtime errors
kanschat [Wed, 7 Dec 2011 17:25:48 +0000 (17:25 +0000)]
failed factorizations are runtime errors

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

12 years agoremove unneeded specializations for codim 1
kanschat [Wed, 7 Dec 2011 17:05:37 +0000 (17:05 +0000)]
remove unneeded specializations for codim 1

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

12 years agodefer "not implemented" to underlying function
kanschat [Wed, 7 Dec 2011 16:33:42 +0000 (16:33 +0000)]
defer "not implemented" to underlying function

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

12 years agoDocument file suffix for recently added output formats.
bangerth [Wed, 7 Dec 2011 06:40:27 +0000 (06:40 +0000)]
Document file suffix for recently added output formats.

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

12 years agoadd multisubst function
kanschat [Sun, 4 Dec 2011 23:42:29 +0000 (23:42 +0000)]
add multisubst function

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

12 years agoremove overloaded function which never should have been here
kanschat [Sun, 4 Dec 2011 23:29:52 +0000 (23:29 +0000)]
remove overloaded function which never should have been here

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

12 years agoadd ignore
kanschat [Sun, 4 Dec 2011 23:27:22 +0000 (23:27 +0000)]
add ignore

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

12 years agoadd function to modify float threshold and make test_mode() thread safe
kanschat [Sun, 4 Dec 2011 23:16:29 +0000 (23:16 +0000)]
add function to modify float threshold and make test_mode() thread safe

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

12 years agosimplify Makefile
kanschat [Sun, 4 Dec 2011 23:15:25 +0000 (23:15 +0000)]
simplify Makefile

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

12 years agoHad to make sure that we only keep files in the current directory
kanschat [Sun, 4 Dec 2011 22:55:01 +0000 (22:55 +0000)]
Had to make sure that we only keep files in the current directory

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

12 years agoKeep .inst-files on the list
kanschat [Sun, 4 Dec 2011 22:43:55 +0000 (22:43 +0000)]
Keep .inst-files on the list

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

12 years agoImplement Utilities::sum for vectors of objects.
bangerth [Sun, 4 Dec 2011 18:27:08 +0000 (18:27 +0000)]
Implement Utilities::sum for vectors of objects.

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

12 years agouse new perl script for ConstraintMatrix (more to do) and BlockSparseMatrix
kanschat [Thu, 1 Dec 2011 21:44:53 +0000 (21:44 +0000)]
use new perl script for ConstraintMatrix (more to do) and BlockSparseMatrix

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

12 years agonew perl script for instatiating templates
kanschat [Thu, 1 Dec 2011 21:43:44 +0000 (21:43 +0000)]
new perl script for instatiating templates

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

12 years agofix linking problem
kanschat [Wed, 30 Nov 2011 21:09:04 +0000 (21:09 +0000)]
fix linking problem

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

12 years agoadd float reproducibility option
kanschat [Wed, 30 Nov 2011 20:41:10 +0000 (20:41 +0000)]
add float reproducibility option

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

12 years agouse automatic instantiation
kanschat [Wed, 30 Nov 2011 20:26:28 +0000 (20:26 +0000)]
use automatic instantiation

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

12 years agoUpdate.
bangerth [Wed, 30 Nov 2011 03:11:57 +0000 (03:11 +0000)]
Update.

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

12 years agoAdd section labels to the latex output.
bangerth [Wed, 30 Nov 2011 03:09:28 +0000 (03:09 +0000)]
Add section labels to the latex output.

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

12 years agoUse newlines instead of \\\\ in latex output.
bangerth [Tue, 29 Nov 2011 21:28:49 +0000 (21:28 +0000)]
Use newlines instead of \\\\ in latex output.

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

12 years agoRewrite output by ParameterHandler::print_parameters with latex format.
bangerth [Tue, 29 Nov 2011 04:19:31 +0000 (04:19 +0000)]
Rewrite output by ParameterHandler::print_parameters with latex format.

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

12 years agoRight-align wallclock time in TimerOutput. Reset original alignment flags at the...
bangerth [Mon, 28 Nov 2011 23:12:16 +0000 (23:12 +0000)]
Right-align wallclock time in TimerOutput. Reset original alignment flags at the end of generating output.

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

12 years agoMinor doc edit.
bangerth [Sat, 26 Nov 2011 21:17:49 +0000 (21:17 +0000)]
Minor doc edit.

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

12 years agoEscape a string in an error message.
bangerth [Sat, 26 Nov 2011 20:09:45 +0000 (20:09 +0000)]
Escape a string in an error message.

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

12 years agoAdjust one last output file.
bangerth [Fri, 25 Nov 2011 21:37:12 +0000 (21:37 +0000)]
Adjust one last output file.

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

12 years agoFix the remainder of the fallout from r24764. Take the opportunity to get rid of...
bangerth [Thu, 24 Nov 2011 18:17:07 +0000 (18:17 +0000)]
Fix the remainder of the fallout from r24764. Take the opportunity to get rid of most of the non-generic output files since they aren't up-to-date anyway.

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

12 years agoFirst set of adjustments following r24764.
bangerth [Thu, 24 Nov 2011 05:35:04 +0000 (05:35 +0000)]
First set of adjustments following r24764.

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

12 years agoFirst set of adjustments following r24764.
bangerth [Thu, 24 Nov 2011 05:33:49 +0000 (05:33 +0000)]
First set of adjustments following r24764.

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

12 years agoReduce ulimit runtime.
bangerth [Thu, 24 Nov 2011 05:32:29 +0000 (05:32 +0000)]
Reduce ulimit runtime.

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

12 years agoFix wrong information about size of domain pointed out by Sergey Osipov.
bangerth [Wed, 23 Nov 2011 12:50:57 +0000 (12:50 +0000)]
Fix wrong information about size of domain pointed out by Sergey Osipov.

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

12 years agoFix the normalization script: it accidentally replaced '-0.009' by '0.009' because...
bangerth [Wed, 23 Nov 2011 12:33:46 +0000 (12:33 +0000)]
Fix the normalization script: it accidentally replaced '-0.009' by '0.009' because of the two leading zeros. See the codim_one/double_bug test currently in the svn. This is going to cause significant breakage next :-(

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

12 years agoBug on ostream with doubles.
heltai [Wed, 23 Nov 2011 08:22:04 +0000 (08:22 +0000)]
Bug on ostream with doubles.

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

12 years agoSimplify rules by avoiding an unnecessary intermediate step.
bangerth [Tue, 22 Nov 2011 20:41:32 +0000 (20:41 +0000)]
Simplify rules by avoiding an unnecessary intermediate step.

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

12 years agoAdd documentation. Revert order of arguments.
bangerth [Tue, 22 Nov 2011 16:57:52 +0000 (16:57 +0000)]
Add documentation. Revert order of arguments.

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

12 years agoNew test.
bangerth [Tue, 22 Nov 2011 16:48:35 +0000 (16:48 +0000)]
New test.

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

12 years agoAdd VectorFunctionFromScalarFunctionObject.
bangerth [Tue, 22 Nov 2011 15:14:35 +0000 (15:14 +0000)]
Add VectorFunctionFromScalarFunctionObject.

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

12 years agoAugment documentation.
bangerth [Tue, 22 Nov 2011 14:40:01 +0000 (14:40 +0000)]
Augment documentation.

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

12 years agoFound a nasty bug in grid_out. It shows up also in DataOut
heltai [Mon, 21 Nov 2011 19:12:18 +0000 (19:12 +0000)]
Found a nasty bug in grid_out. It shows up also in DataOut

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

12 years agochanges of stop criterion and the active set condition
frohne [Fri, 18 Nov 2011 20:04:51 +0000 (20:04 +0000)]
changes of stop criterion and the active set condition

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

12 years agoMake copy constructor work if the matrix is empty.
bangerth [Thu, 17 Nov 2011 23:06:48 +0000 (23:06 +0000)]
Make copy constructor work if the matrix is empty.

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

12 years agoDocumentation Tex-file
frohne [Thu, 17 Nov 2011 01:29:23 +0000 (01:29 +0000)]
Documentation Tex-file

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

12 years agoremove debug output
kanschat [Wed, 16 Nov 2011 20:45:50 +0000 (20:45 +0000)]
remove debug output

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

12 years agoProvide ScalarFunctionFromFunctionObject.
bangerth [Wed, 16 Nov 2011 14:33:54 +0000 (14:33 +0000)]
Provide ScalarFunctionFromFunctionObject.

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

12 years agoUse HTML to mark up Joerg's name correctly.
bangerth [Mon, 14 Nov 2011 13:25:26 +0000 (13:25 +0000)]
Use HTML to mark up Joerg's name correctly.

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

12 years agoRevert Moritz's patch r24741 since it leads to all sorts of regressions.
bangerth [Mon, 14 Nov 2011 13:25:03 +0000 (13:25 +0000)]
Revert Moritz's patch r24741 since it leads to all sorts of regressions.

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

12 years agoImplement DoFTools::count_dofs_per_component for hp::DoFHandler as well.
bangerth [Mon, 14 Nov 2011 05:14:46 +0000 (05:14 +0000)]
Implement DoFTools::count_dofs_per_component for hp::DoFHandler as well.

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

12 years agoGive proper credit.
bangerth [Thu, 10 Nov 2011 22:46:09 +0000 (22:46 +0000)]
Give proper credit.

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

12 years agoFETools::get_fe_from_name() can now return objects of type FE_Nothing.
bangerth [Thu, 10 Nov 2011 22:43:42 +0000 (22:43 +0000)]
FETools::get_fe_from_name() can now return objects of type FE_Nothing.

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

12 years agoUse ThreadLocalStorage for scratch objects in WorkStream
allmaras [Thu, 10 Nov 2011 17:03:34 +0000 (17:03 +0000)]
Use ThreadLocalStorage for scratch objects in WorkStream

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

12 years agoFix a problem with the intel compiler and VectorReference objects.
bangerth [Wed, 9 Nov 2011 17:00:46 +0000 (17:00 +0000)]
Fix a problem with the intel compiler and VectorReference objects.

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

12 years agoChange the commentaries
frohne [Wed, 9 Nov 2011 00:22:32 +0000 (00:22 +0000)]
Change the commentaries

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

12 years agofixed a wrong function call
janssen [Tue, 8 Nov 2011 15:49:58 +0000 (15:49 +0000)]
fixed a wrong function call

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

12 years agoWork around a problem with intel icc 12.1...
bangerth [Tue, 8 Nov 2011 13:29:47 +0000 (13:29 +0000)]
Work around a problem with intel icc 12.1...

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

12 years agoOne more.
bangerth [Mon, 7 Nov 2011 20:42:06 +0000 (20:42 +0000)]
One more.

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

12 years agoMake Intel icc also use C++0x and thereby also avoid a problem with configuring and...
bangerth [Sun, 6 Nov 2011 18:29:57 +0000 (18:29 +0000)]
Make Intel icc also use C++0x and thereby also avoid a problem with configuring and working with BOOST (see the mailing list thread today).

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

12 years agomultigrid for continuous elements of systems
janssen [Sun, 6 Nov 2011 15:48:08 +0000 (15:48 +0000)]
multigrid for continuous elements of systems

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

12 years agouse a static cast here, that is safer
janssen [Sun, 6 Nov 2011 15:47:04 +0000 (15:47 +0000)]
use a static cast here, that is safer

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