]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
13 years agoFix memory consumption of std::vector<T> with more than 4G.
Martin Kronbichler [Mon, 27 Jun 2011 16:34:39 +0000 (16:34 +0000)]
Fix memory consumption of std::vector<T> with more than 4G.

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

13 years agoFix typo in documentation.
Martin Kronbichler [Mon, 27 Jun 2011 16:33:52 +0000 (16:33 +0000)]
Fix typo in documentation.

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

13 years agoOmit unused variables.
Martin Kronbichler [Mon, 27 Jun 2011 16:33:32 +0000 (16:33 +0000)]
Omit unused variables.

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

13 years agoTest ConstraintMatrix::merge() for constraint matrices localized by an IndexSet ...
Martin Kronbichler [Mon, 27 Jun 2011 16:32:10 +0000 (16:32 +0000)]
Test ConstraintMatrix::merge() for constraint matrices localized by an IndexSet (same IndexSet on both CM).

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

13 years agoImplement ConstraintMatrix::merge() for constraint matrices localized by an IndexSet...
Martin Kronbichler [Mon, 27 Jun 2011 16:31:46 +0000 (16:31 +0000)]
Implement ConstraintMatrix::merge() for constraint matrices localized by an IndexSet (same IndexSet on both CM).

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

13 years agoadd failing testcase for no_normal_flux constraints in 3d with higher order mapping...
Timo Heister [Sun, 26 Jun 2011 21:07:01 +0000 (21:07 +0000)]
add failing testcase for no_normal_flux constraints in 3d with higher order mapping failing.

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

13 years agoNew test that currently fails.
Wolfgang Bangerth [Sun, 26 Jun 2011 17:33:12 +0000 (17:33 +0000)]
New test that currently fails.

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

13 years agoMake test compile and run. It does abort now, though...
Wolfgang Bangerth [Sun, 26 Jun 2011 17:21:24 +0000 (17:21 +0000)]
Make test compile and run. It does abort now, though...

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

13 years agoOne more test.
Wolfgang Bangerth [Sun, 26 Jun 2011 03:18:01 +0000 (03:18 +0000)]
One more test.

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

13 years agoImprove error message.
Wolfgang Bangerth [Sun, 26 Jun 2011 03:07:22 +0000 (03:07 +0000)]
Improve error message.

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

13 years agoTest works after all -- the deadlock was due to the fact that I called x.l2_norm...
Wolfgang Bangerth [Sun, 26 Jun 2011 00:19:40 +0000 (00:19 +0000)]
Test works after all -- the deadlock was due to the fact that I called x.l2_norm() only for some processors.

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

13 years agoAlso set SERVER_BASED_SEARCH to NO.
Wolfgang Bangerth [Sun, 26 Jun 2011 00:04:29 +0000 (00:04 +0000)]
Also set SERVER_BASED_SEARCH to NO.

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

13 years agoSet TEMPLATE_RELATIONS to YES.
Wolfgang Bangerth [Sun, 26 Jun 2011 00:01:40 +0000 (00:01 +0000)]
Set TEMPLATE_RELATIONS to YES.

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

13 years agoAdd another one.
Wolfgang Bangerth [Fri, 24 Jun 2011 03:48:46 +0000 (03:48 +0000)]
Add another one.

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

13 years agoAdd a new test. This one segfaults on my laptop, let's see what it does on the autote...
Wolfgang Bangerth [Fri, 24 Jun 2011 01:31:49 +0000 (01:31 +0000)]
Add a new test. This one segfaults on my laptop, let's see what it does on the autotester.

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

13 years agoRemove static_casts that are now no longer necessary since parallel::distributed...
Wolfgang Bangerth [Fri, 24 Jun 2011 01:16:42 +0000 (01:16 +0000)]
Remove static_casts that are now no longer necessary since parallel::distributed::DoFHandler has been merged into the global ::DoFHandler.

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

13 years agoUse '-Wl,-rpath,' instead of '-Wl,-rpath ' (note the comma instead of the space)...
Wolfgang Bangerth [Fri, 24 Jun 2011 01:11:09 +0000 (01:11 +0000)]
Use '-Wl,-rpath,' instead of '-Wl,-rpath ' (note the comma instead of the space). It's quite mysterious how this worked in the first place for so long.

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

13 years agoMake our lives a bit easier in counting how many variables we output.
Wolfgang Bangerth [Thu, 23 Jun 2011 17:36:26 +0000 (17:36 +0000)]
Make our lives a bit easier in counting how many variables we output.

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

13 years agoAdd more details to the Refinement During Timesteps section
Lauren Ferguson [Thu, 23 Jun 2011 14:30:20 +0000 (14:30 +0000)]
Add more details to the Refinement During Timesteps section

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

13 years agoAdded instantiation of PETScWrappers::MPI:Vector in MappingQEulerian
Andrea Bonito [Thu, 23 Jun 2011 14:25:59 +0000 (14:25 +0000)]
Added instantiation of PETScWrappers::MPI:Vector in MappingQEulerian

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

13 years agoExperiment with adding a search engine to the doxygen pages. It
Wolfgang Bangerth [Wed, 22 Jun 2011 20:03:00 +0000 (20:03 +0000)]
Experiment with adding a search engine to the doxygen pages. It
doesn't quite work on my local machine, so see how it comes out on the
server.

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

13 years agoUpdate documentation in a number of places.
Wolfgang Bangerth [Wed, 22 Jun 2011 12:44:28 +0000 (12:44 +0000)]
Update documentation in a number of places.

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

13 years agoAdd something to the documentation.
Wolfgang Bangerth [Tue, 21 Jun 2011 17:31:28 +0000 (17:31 +0000)]
Add something to the documentation.

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

13 years agoRemove wrong comment.
Markus Buerg [Tue, 21 Jun 2011 09:02:33 +0000 (09:02 +0000)]
Remove wrong comment.

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

13 years agoAugment documentation.
Wolfgang Bangerth [Mon, 20 Jun 2011 13:53:43 +0000 (13:53 +0000)]
Augment documentation.

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

13 years agoOne more.
Wolfgang Bangerth [Mon, 20 Jun 2011 13:41:29 +0000 (13:41 +0000)]
One more.

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

13 years agoAdd a master's thesis.
Wolfgang Bangerth [Mon, 20 Jun 2011 13:23:08 +0000 (13:23 +0000)]
Add a master's thesis.

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

13 years agoremove obsolete constructor
Guido Kanschat [Sat, 18 Jun 2011 03:32:33 +0000 (03:32 +0000)]
remove obsolete constructor

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

13 years agoundo erroneous commit
Guido Kanschat [Fri, 17 Jun 2011 23:23:15 +0000 (23:23 +0000)]
undo erroneous commit

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

13 years agotest permutation in RelaxationBlock
Guido Kanschat [Fri, 17 Jun 2011 23:17:04 +0000 (23:17 +0000)]
test permutation in RelaxationBlock

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

13 years agofix order in SSOR
Guido Kanschat [Fri, 17 Jun 2011 23:15:54 +0000 (23:15 +0000)]
fix order in SSOR

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

13 years agoimplement ADI, awaits testing
Guido Kanschat [Fri, 17 Jun 2011 22:26:30 +0000 (22:26 +0000)]
implement ADI, awaits testing

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

13 years agostop copying BlockList
Guido Kanschat [Fri, 17 Jun 2011 21:45:56 +0000 (21:45 +0000)]
stop copying BlockList

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

13 years agopush block list into AdditionalData
Guido Kanschat [Fri, 17 Jun 2011 21:41:21 +0000 (21:41 +0000)]
push block list into AdditionalData

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

13 years agochange order of initialization
Guido Kanschat [Fri, 17 Jun 2011 21:40:48 +0000 (21:40 +0000)]
change order of initialization

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

13 years agotest for correct size of permutation vector and add documentation
Guido Kanschat [Fri, 17 Jun 2011 21:35:44 +0000 (21:35 +0000)]
test for correct size of permutation vector and add documentation

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

13 years agoNew function GridGenerator::merge_triangulations.
Wolfgang Bangerth [Fri, 17 Jun 2011 19:55:32 +0000 (19:55 +0000)]
New function GridGenerator::merge_triangulations.

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

13 years agoNew function GridGenerator::merge_triangulations.
Wolfgang Bangerth [Fri, 17 Jun 2011 19:55:07 +0000 (19:55 +0000)]
New function GridGenerator::merge_triangulations.

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

13 years agoAdd Timo's PhD thesis.
Wolfgang Bangerth [Fri, 17 Jun 2011 18:01:27 +0000 (18:01 +0000)]
Add Timo's PhD thesis.

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

13 years agoFix spelling of name.
Wolfgang Bangerth [Fri, 17 Jun 2011 18:00:30 +0000 (18:00 +0000)]
Fix spelling of name.

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

13 years agoAugment documentation for a case that two students have independently gotten wrong...
Wolfgang Bangerth [Fri, 17 Jun 2011 16:17:33 +0000 (16:17 +0000)]
Augment documentation for a case that two students have independently gotten wrong in the last two days.

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

13 years agoAdd one.
Wolfgang Bangerth [Thu, 16 Jun 2011 20:17:21 +0000 (20:17 +0000)]
Add one.

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

13 years agoCheck for a couple more C++11 features.
Wolfgang Bangerth [Thu, 16 Jun 2011 20:17:08 +0000 (20:17 +0000)]
Check for a couple more C++11 features.

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

13 years agoAdd comment.
Wolfgang Bangerth [Thu, 16 Jun 2011 20:04:42 +0000 (20:04 +0000)]
Add comment.

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

13 years agofix typo in doc.
Timo Heister [Thu, 16 Jun 2011 14:56:31 +0000 (14:56 +0000)]
fix typo in doc.

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

13 years agoAdd one.
Wolfgang Bangerth [Wed, 15 Jun 2011 21:38:03 +0000 (21:38 +0000)]
Add one.

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

13 years agoOne more.
Wolfgang Bangerth [Wed, 15 Jun 2011 21:16:22 +0000 (21:16 +0000)]
One more.

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

13 years agoFix year.
Wolfgang Bangerth [Wed, 15 Jun 2011 20:38:38 +0000 (20:38 +0000)]
Fix year.

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

13 years agoUpdate one.
Wolfgang Bangerth [Wed, 15 Jun 2011 20:38:02 +0000 (20:38 +0000)]
Update one.

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

13 years agostep-32: fix error resulting in some settings being ignored in parameter file (conser...
Timo Heister [Wed, 15 Jun 2011 19:11:35 +0000 (19:11 +0000)]
step-32: fix error resulting in some settings being ignored in parameter file (conservative pressure, element order).

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

13 years agoChange suggested by Max Jensen: make clean shouldn't remove the TBB libraries. That...
Wolfgang Bangerth [Wed, 15 Jun 2011 03:28:55 +0000 (03:28 +0000)]
Change suggested by Max Jensen: make clean shouldn't remove the TBB libraries. That's what make distclean is there for.

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

13 years agoFix a typo pointed out by Max Jensen.
Wolfgang Bangerth [Wed, 15 Jun 2011 03:22:23 +0000 (03:22 +0000)]
Fix a typo pointed out by Max Jensen.

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

13 years agoMake compile with older compilers.
Wolfgang Bangerth [Tue, 14 Jun 2011 03:41:18 +0000 (03:41 +0000)]
Make compile with older compilers.

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

13 years agoRemove accidentally included file :-(
Wolfgang Bangerth [Mon, 13 Jun 2011 22:52:13 +0000 (22:52 +0000)]
Remove accidentally included file :-(

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

13 years agoImplement serialization of DoFHandler objects.
Wolfgang Bangerth [Mon, 13 Jun 2011 22:35:57 +0000 (22:35 +0000)]
Implement serialization of DoFHandler objects.

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

13 years agoMake things work with objects that aren't copyable.
Wolfgang Bangerth [Mon, 13 Jun 2011 20:31:28 +0000 (20:31 +0000)]
Make things work with objects that aren't copyable.

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

13 years agoYet one more test.
Wolfgang Bangerth [Mon, 13 Jun 2011 18:28:57 +0000 (18:28 +0000)]
Yet one more test.

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

13 years agoAdjust one test. Add another.
Wolfgang Bangerth [Mon, 13 Jun 2011 18:18:37 +0000 (18:18 +0000)]
Adjust one test. Add another.

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

13 years agoNew test.
Wolfgang Bangerth [Mon, 13 Jun 2011 18:13:44 +0000 (18:13 +0000)]
New test.

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

13 years agoRename one test. Create another.
Wolfgang Bangerth [Mon, 13 Jun 2011 18:06:08 +0000 (18:06 +0000)]
Rename one test. Create another.

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

13 years agoMinor adjustment.
Wolfgang Bangerth [Mon, 13 Jun 2011 18:01:04 +0000 (18:01 +0000)]
Minor adjustment.

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

13 years agoTwo new tests.
Wolfgang Bangerth [Mon, 13 Jun 2011 17:56:14 +0000 (17:56 +0000)]
Two new tests.

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

13 years agoCompare pointers for equality by the object pointed to.
Wolfgang Bangerth [Mon, 13 Jun 2011 17:52:28 +0000 (17:52 +0000)]
Compare pointers for equality by the object pointed to.

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

13 years agoNew test.
Wolfgang Bangerth [Mon, 13 Jun 2011 03:40:24 +0000 (03:40 +0000)]
New test.

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

13 years agoImprove test a bit.
Wolfgang Bangerth [Mon, 13 Jun 2011 03:21:44 +0000 (03:21 +0000)]
Improve test a bit.

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

13 years agoReindent some parts.
Wolfgang Bangerth [Sun, 12 Jun 2011 23:15:47 +0000 (23:15 +0000)]
Reindent some parts.

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

13 years agoAdded instantiations for boundary extraction in codim one
Luca Heltai [Fri, 10 Jun 2011 10:13:26 +0000 (10:13 +0000)]
Added instantiations for boundary extraction in codim one

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

13 years agoFix seeking boundary dofs
Toby D. Young [Fri, 10 Jun 2011 10:00:11 +0000 (10:00 +0000)]
Fix seeking boundary dofs

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

13 years agoUndo previous patch: the flag was used after all (in the .cc file, which I
Wolfgang Bangerth [Fri, 10 Jun 2011 06:22:22 +0000 (06:22 +0000)]
Undo previous patch: the flag was used after all (in the .cc file, which I
forgot existed) but not initialized. Initialize it now.

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

13 years agoRemove a variable that isn't used and that, as noted by the triangulation
Wolfgang Bangerth [Fri, 10 Jun 2011 06:05:08 +0000 (06:05 +0000)]
Remove a variable that isn't used and that, as noted by the triangulation
serialization test, wasn't initialized.

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

13 years agoRemove two fields that are apparently not necessary any more.
Wolfgang Bangerth [Fri, 10 Jun 2011 05:10:12 +0000 (05:10 +0000)]
Remove two fields that are apparently not necessary any more.

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

13 years agoUpdate after I apparently broke things with my last checkin by including more stuff...
Wolfgang Bangerth [Fri, 10 Jun 2011 04:43:56 +0000 (04:43 +0000)]
Update after I apparently broke things with my last checkin by including more stuff...

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

13 years agoImplement serialization functions for triangulations.
Wolfgang Bangerth [Thu, 9 Jun 2011 23:53:29 +0000 (23:53 +0000)]
Implement serialization functions for triangulations.

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

13 years agoWork around a problem in make 3.82: We define a rule in Makefile.rules how to generat...
Wolfgang Bangerth [Thu, 9 Jun 2011 22:19:05 +0000 (22:19 +0000)]
Work around a problem in make 3.82: We define a rule in Makefile.rules how to generate the %/output files, but we define a different rule in mpi/Makefile for the same pattern. This appears to have worked with gmake 3.81, but doesn't any longer with 3.82. Fix this by disabling the first definition if Makefile.rules is included from mpi/Makefile.

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

13 years agoPaper is accepted.
Wolfgang Bangerth [Thu, 9 Jun 2011 03:19:57 +0000 (03:19 +0000)]
Paper is accepted.

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

13 years agoRe-indent parts.
Wolfgang Bangerth [Wed, 8 Jun 2011 18:10:53 +0000 (18:10 +0000)]
Re-indent parts.

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

13 years agoOne more.
Wolfgang Bangerth [Wed, 8 Jun 2011 03:28:36 +0000 (03:28 +0000)]
One more.

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

13 years agoFix typo.
Wolfgang Bangerth [Tue, 7 Jun 2011 06:56:30 +0000 (06:56 +0000)]
Fix typo.

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

13 years agoFix typo.
Wolfgang Bangerth [Tue, 7 Jun 2011 06:18:45 +0000 (06:18 +0000)]
Fix typo.

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

13 years agoSome new ones.
Wolfgang Bangerth [Tue, 7 Jun 2011 05:36:00 +0000 (05:36 +0000)]
Some new ones.

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

13 years agoOne paper that's not accepted.
Wolfgang Bangerth [Tue, 7 Jun 2011 05:21:13 +0000 (05:21 +0000)]
One paper that's not accepted.

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

13 years agoAdd test.
Markus Buerg [Sat, 4 Jun 2011 08:27:54 +0000 (08:27 +0000)]
Add test.

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

13 years agoFix indentation problem.
Wolfgang Bangerth [Fri, 3 Jun 2011 20:43:42 +0000 (20:43 +0000)]
Fix indentation problem.

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

13 years agoFix bug in VectorTools::project_boundary_values_curl_conforming.
Markus Buerg [Fri, 3 Jun 2011 15:39:24 +0000 (15:39 +0000)]
Fix bug in VectorTools::project_boundary_values_curl_conforming.

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

13 years agoExtended VectorTools::compute_no_normal_flux_constraints to hp::DoFHandler.
Markus Buerg [Fri, 3 Jun 2011 13:59:58 +0000 (13:59 +0000)]
Extended VectorTools::compute_no_normal_flux_constraints to hp::DoFHandler.

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

13 years agoNew test.
Wolfgang Bangerth [Fri, 3 Jun 2011 13:13:20 +0000 (13:13 +0000)]
New test.

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

13 years agoAlso disconnect from the triangulation when we disconnect from the cell.
Wolfgang Bangerth [Fri, 3 Jun 2011 12:40:53 +0000 (12:40 +0000)]
Also disconnect from the triangulation when we disconnect from the cell.

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

13 years agoExpand discussion and move possibilities for extensions to the end, where they usuall...
Wolfgang Bangerth [Fri, 3 Jun 2011 03:00:38 +0000 (03:00 +0000)]
Expand discussion and move possibilities for extensions to the end, where they usually are.

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

13 years agoFix up a reference.
Wolfgang Bangerth [Fri, 3 Jun 2011 02:42:06 +0000 (02:42 +0000)]
Fix up a reference.

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

13 years agoTurn one paragraph into a @note. Fix a formatting problem.
Wolfgang Bangerth [Fri, 3 Jun 2011 02:24:16 +0000 (02:24 +0000)]
Turn one paragraph into a @note. Fix a formatting problem.

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

13 years agocopy_triangulation now also triggers the 'create' signal. It didn't before, but that...
Wolfgang Bangerth [Fri, 3 Jun 2011 02:00:08 +0000 (02:00 +0000)]
copy_triangulation now also triggers the 'create' signal. It didn't before, but that appears to me as an oversight back in the day.

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

13 years agocopy_triangulation now also triggers the 'create' signal. It didn't before, but that...
Wolfgang Bangerth [Fri, 3 Jun 2011 01:59:59 +0000 (01:59 +0000)]
copy_triangulation now also triggers the 'create' signal. It didn't before, but that appears to me as an oversight back in the day.

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

13 years agoNew test.
Wolfgang Bangerth [Fri, 3 Jun 2011 01:39:55 +0000 (01:39 +0000)]
New test.

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

13 years agoIntroduce two new signals: for clearing a triangulation, and for any_change, a catch...
Wolfgang Bangerth [Fri, 3 Jun 2011 01:39:28 +0000 (01:39 +0000)]
Introduce two new signals: for clearing a triangulation, and for any_change, a catch-all for all changes one may make to a triangulation.

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

13 years agoRemove code we no longer need.
Wolfgang Bangerth [Fri, 3 Jun 2011 00:21:16 +0000 (00:21 +0000)]
Remove code we no longer need.

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

13 years agoNew test, signal/connection style.
Wolfgang Bangerth [Fri, 3 Jun 2011 00:08:37 +0000 (00:08 +0000)]
New test, signal/connection style.

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

13 years agoOuch. Fix all those accidental failures :-(
Wolfgang Bangerth [Thu, 2 Jun 2011 21:55:09 +0000 (21:55 +0000)]
Ouch. Fix all those accidental failures :-(

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

13 years agoUse same format as in other places.
Wolfgang Bangerth [Thu, 2 Jun 2011 21:39:17 +0000 (21:39 +0000)]
Use same format as in other places.

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

13 years agoShrink the test so that it runs in a third of the time.
Wolfgang Bangerth [Thu, 2 Jun 2011 20:32:21 +0000 (20:32 +0000)]
Shrink the test so that it runs in a third of the time.

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

13 years agoRegenerate.
Wolfgang Bangerth [Thu, 2 Jun 2011 19:12:08 +0000 (19:12 +0000)]
Regenerate.

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