]>
https://gitweb.dealii.org/ - dealii-svn.git/log
maier [Tue, 22 May 2012 11:46:47 +0000 (11:46 +0000)]
Create the doc/doxygen/tutorial/{generated|plain|doxygen} folders during
documentation generation
This is particularly useful if the deal.II library is locally managed by
a version control system that cannot track empty directories, such as git.
git-svn-id: https://svn.dealii.org/trunk@25538
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 22 May 2012 11:25:43 +0000 (11:25 +0000)]
Do not just yet use C++11 features.
git-svn-id: https://svn.dealii.org/trunk@25537
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 22 May 2012 10:19:14 +0000 (10:19 +0000)]
New test.
git-svn-id: https://svn.dealii.org/trunk@25536
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 22 May 2012 10:16:18 +0000 (10:16 +0000)]
Make it compile again in the case of using the distributed functionality.
git-svn-id: https://svn.dealii.org/trunk@25535
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 21 May 2012 22:23:20 +0000 (22:23 +0000)]
Don't instantiate make_periodicity_constraints for dim == 1
As long as
dealii::DoFAccessor<0, dealii::DoFHandler<1, 1> >::child(unsigned int) const
dealii::DoFAccessor<0, dealii::DoFHandler<1, 1> >::get_fe(unsigned int) const
dealii::DoFAccessor<0, dealii::DoFHandler<1, 1> >::n_active_fe_indices() const
dealii::DoFAccessor<0, dealii::DoFHandler<1, 1> >::nth_active_fe_index(unsigned int) const
dealii::DoFAccessor<0, dealii::hp::DoFHandler<1, 1> >::child(unsigned int) const
dealii::DoFAccessor<0, dealii::hp::DoFHandler<1, 1> >::get_fe(unsigned int) const
dealii::DoFAccessor<0, dealii::hp::DoFHandler<1, 1> >::n_active_fe_indices() const
dealii::DoFAccessor<0, dealii::hp::DoFHandler<1, 1> >::nth_active_fe_index(unsigned int) const
are not instantiated, we cannot instantiate make_periodicity_constraints
for dim == 1 as well, otherwise linking against the libraries results in
unresolved symbols...
git-svn-id: https://svn.dealii.org/trunk@25534
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 21 May 2012 22:22:59 +0000 (22:22 +0000)]
Add DoFTools::make_periodicity_constraints
git-svn-id: https://svn.dealii.org/trunk@25533
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 21 May 2012 22:22:32 +0000 (22:22 +0000)]
Add a simple test for GridTools::collect_periodic_cell_pairs
git-svn-id: https://svn.dealii.org/trunk@25532
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 21 May 2012 22:22:06 +0000 (22:22 +0000)]
Include tria_accessor.h at the end of tria.h
Include tria_accessor.h at the end of tria.h, so that it is possible
for an end user to use the iterators of Triangulation<dim> directly
without the need to include tria_accessor.h separately.
(Otherwise the iterators are an 'opaque' or 'incomplete' type.)
git-svn-id: https://svn.dealii.org/trunk@25531
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 21 May 2012 22:21:48 +0000 (22:21 +0000)]
add comments to closing namespace brackets
git-svn-id: https://svn.dealii.org/trunk@25530
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 21 May 2012 22:21:25 +0000 (22:21 +0000)]
Add a helper function GridTools::collect_periodic_cell_pairs for periodic
boundary conditions
git-svn-id: https://svn.dealii.org/trunk@25529
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 21 May 2012 16:30:50 +0000 (16:30 +0000)]
Add a file that's necessary when I use boost via my libparest library.
git-svn-id: https://svn.dealii.org/trunk@25528
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 21 May 2012 12:18:21 +0000 (12:18 +0000)]
Some more markup fixes.
git-svn-id: https://svn.dealii.org/trunk@25527
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 21 May 2012 12:08:58 +0000 (12:08 +0000)]
Fix an assertment of doxygen markup problems.
git-svn-id: https://svn.dealii.org/trunk@25526
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 21 May 2012 10:26:11 +0000 (10:26 +0000)]
Remove options that are no longer supported in doxygen 1.8.1 and that
were set to their default values anyway (so older doxygen versions
will still produce the same output as before).
git-svn-id: https://svn.dealii.org/trunk@25525
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 21 May 2012 10:18:11 +0000 (10:18 +0000)]
Update pictures and the text around it.
git-svn-id: https://svn.dealii.org/trunk@25524
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 21 May 2012 09:54:52 +0000 (09:54 +0000)]
Fix markup problem.
git-svn-id: https://svn.dealii.org/trunk@25523
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 21 May 2012 09:52:44 +0000 (09:52 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@25522
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 19 May 2012 12:43:44 +0000 (12:43 +0000)]
Add necessary tags for doxygen 1.8.1.
git-svn-id: https://svn.dealii.org/trunk@25521
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 18 May 2012 13:15:47 +0000 (13:15 +0000)]
Add a TODO.
git-svn-id: https://svn.dealii.org/trunk@25517
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 18 May 2012 10:19:06 +0000 (10:19 +0000)]
Remove all traces of MinRes.
git-svn-id: https://svn.dealii.org/trunk@25515
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 16 May 2012 22:16:14 +0000 (22:16 +0000)]
Add to documentation.
git-svn-id: https://svn.dealii.org/trunk@25514
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 16 May 2012 16:29:01 +0000 (16:29 +0000)]
Talk some about the solver.
git-svn-id: https://svn.dealii.org/trunk@25513
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 16 May 2012 12:48:25 +0000 (12:48 +0000)]
Add attribution.
git-svn-id: https://svn.dealii.org/trunk@25512
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 16 May 2012 12:47:00 +0000 (12:47 +0000)]
Clean up a tiny bit.
git-svn-id: https://svn.dealii.org/trunk@25511
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 16 May 2012 11:42:28 +0000 (11:42 +0000)]
Several new ones.
git-svn-id: https://svn.dealii.org/trunk@25510
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 16 May 2012 10:37:36 +0000 (10:37 +0000)]
Add a link to a paper.
git-svn-id: https://svn.dealii.org/trunk@25509
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 16 May 2012 08:45:02 +0000 (08:45 +0000)]
Add one.
git-svn-id: https://svn.dealii.org/trunk@25508
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 15 May 2012 21:36:47 +0000 (21:36 +0000)]
Add a caveat.
git-svn-id: https://svn.dealii.org/trunk@25507
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 10 May 2012 16:26:18 +0000 (16:26 +0000)]
Add some documentation.
git-svn-id: https://svn.dealii.org/trunk@25505
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 9 May 2012 15:24:18 +0000 (15:24 +0000)]
Use a common naming scheme: grad_phi_u instead of phi_grad_u.
git-svn-id: https://svn.dealii.org/trunk@25504
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Tue, 8 May 2012 16:26:22 +0000 (16:26 +0000)]
Fix doc
git-svn-id: https://svn.dealii.org/trunk@25503
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 8 May 2012 08:24:56 +0000 (08:24 +0000)]
Delete the file in the right directory.
git-svn-id: https://svn.dealii.org/trunk@25502
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 8 May 2012 08:18:45 +0000 (08:18 +0000)]
New test.
git-svn-id: https://svn.dealii.org/trunk@25501
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Sun, 6 May 2012 18:08:06 +0000 (18:08 +0000)]
Omit unused main arguments.
git-svn-id: https://svn.dealii.org/trunk@25500
0785d39b -7218-0410-832d-
ea1e28bc413d
kormann [Sun, 6 May 2012 11:32:37 +0000 (11:32 +0000)]
Announce the matrix-free framework.
git-svn-id: https://svn.dealii.org/trunk@25499
0785d39b -7218-0410-832d-
ea1e28bc413d
buerg [Sun, 6 May 2012 10:08:41 +0000 (10:08 +0000)]
Add tests for VectorTools::create_point_source_vector.
git-svn-id: https://svn.dealii.org/trunk@25498
0785d39b -7218-0410-832d-
ea1e28bc413d
buerg [Sun, 6 May 2012 10:03:52 +0000 (10:03 +0000)]
Add create_point_source_vector for vector-valued FE.
git-svn-id: https://svn.dealii.org/trunk@25497
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Sun, 6 May 2012 07:20:25 +0000 (07:20 +0000)]
Fix compilation without threads by using the correct variable name.
git-svn-id: https://svn.dealii.org/trunk@25496
0785d39b -7218-0410-832d-
ea1e28bc413d
kormann [Sat, 5 May 2012 18:57:43 +0000 (18:57 +0000)]
Uninitialize merge tracking.
git-svn-id: https://svn.dealii.org/trunk@25494
0785d39b -7218-0410-832d-
ea1e28bc413d
kormann [Sat, 5 May 2012 18:36:25 +0000 (18:36 +0000)]
Merge branch with matrix-free computations. Remaining parts.
git-svn-id: https://svn.dealii.org/trunk@25493
0785d39b -7218-0410-832d-
ea1e28bc413d
kormann [Sat, 5 May 2012 15:11:20 +0000 (15:11 +0000)]
Merge branch with matrix-free computations. Until r25443.
git-svn-id: https://svn.dealii.org/trunk@25492
0785d39b -7218-0410-832d-
ea1e28bc413d
kormann [Sat, 5 May 2012 07:57:15 +0000 (07:57 +0000)]
Initialized merge tracking via "svnmerge" with revisions "1-24230" from
http://www.dealii.org/svn/dealii/branches/branch_cell_fe_operator
git-svn-id: https://svn.dealii.org/trunk@25491
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Fri, 4 May 2012 18:01:21 +0000 (18:01 +0000)]
Fix bug pointed out by Alexander Grayver.
git-svn-id: https://svn.dealii.org/trunk@25489
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 May 2012 14:50:32 +0000 (14:50 +0000)]
List the distributed paper as well.
git-svn-id: https://svn.dealii.org/trunk@25488
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 May 2012 14:49:36 +0000 (14:49 +0000)]
Also list 7.1.
git-svn-id: https://svn.dealii.org/trunk@25487
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 May 2012 14:48:38 +0000 (14:48 +0000)]
Move text to a better place.
git-svn-id: https://svn.dealii.org/trunk@25486
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 4 May 2012 14:47:16 +0000 (14:47 +0000)]
Fix style of citations.
git-svn-id: https://svn.dealii.org/trunk@25485
0785d39b -7218-0410-832d-
ea1e28bc413d
buerg [Thu, 3 May 2012 08:29:51 +0000 (08:29 +0000)]
Fixed typo.
git-svn-id: https://svn.dealii.org/trunk@25481
0785d39b -7218-0410-832d-
ea1e28bc413d
buerg [Wed, 2 May 2012 15:28:28 +0000 (15:28 +0000)]
Add publication.
git-svn-id: https://svn.dealii.org/trunk@25479
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Wed, 2 May 2012 14:53:03 +0000 (14:53 +0000)]
autoptr doesn't go with new[]. Simplify that code.
git-svn-id: https://svn.dealii.org/trunk@25478
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Wed, 2 May 2012 14:46:32 +0000 (14:46 +0000)]
fix throwing assert
git-svn-id: https://svn.dealii.org/trunk@25477
0785d39b -7218-0410-832d-
ea1e28bc413d
goll [Wed, 2 May 2012 07:30:25 +0000 (07:30 +0000)]
Changed unsigned char to new type types::boundar_id_t.
git-svn-id: https://svn.dealii.org/trunk@25476
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Tue, 1 May 2012 16:32:55 +0000 (16:32 +0000)]
step-37: fix throwing assertion
git-svn-id: https://svn.dealii.org/trunk@25475
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 1 May 2012 12:23:31 +0000 (12:23 +0000)]
Untabify files.
git-svn-id: https://svn.dealii.org/trunk@25473
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 1 May 2012 08:12:47 +0000 (08:12 +0000)]
Fix compile warning.
git-svn-id: https://svn.dealii.org/trunk@25472
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 29 Apr 2012 07:28:11 +0000 (07:28 +0000)]
New test to check that we can read UNV files.
git-svn-id: https://svn.dealii.org/trunk@25468
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Sat, 28 Apr 2012 16:14:38 +0000 (16:14 +0000)]
Update a few publications.
git-svn-id: https://svn.dealii.org/trunk@25463
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 27 Apr 2012 13:06:17 +0000 (13:06 +0000)]
Be more verbose in an error message.
git-svn-id: https://svn.dealii.org/trunk@25461
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 27 Apr 2012 09:19:06 +0000 (09:19 +0000)]
Avoid a number of doxygen markup warnings.
git-svn-id: https://svn.dealii.org/trunk@25460
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 27 Apr 2012 09:18:38 +0000 (09:18 +0000)]
Patch by Valentin Zingan: Read in UNV format produced by the Salome project.
git-svn-id: https://svn.dealii.org/trunk@25459
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 27 Apr 2012 09:17:44 +0000 (09:17 +0000)]
Avoid a few warnings.
git-svn-id: https://svn.dealii.org/trunk@25458
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 26 Apr 2012 16:11:48 +0000 (16:11 +0000)]
Provide a second function that computes the support point locations even for distributed triangulations.
git-svn-id: https://svn.dealii.org/trunk@25455
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 26 Apr 2012 16:09:28 +0000 (16:09 +0000)]
Fix another markup problem.
git-svn-id: https://svn.dealii.org/trunk@25454
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 26 Apr 2012 16:08:44 +0000 (16:08 +0000)]
Fix completely bogus markup.
git-svn-id: https://svn.dealii.org/trunk@25453
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 26 Apr 2012 14:05:50 +0000 (14:05 +0000)]
Fix doxygen markup.
git-svn-id: https://svn.dealii.org/trunk@25452
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 26 Apr 2012 08:38:50 +0000 (08:38 +0000)]
New test.
git-svn-id: https://svn.dealii.org/trunk@25450
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 26 Apr 2012 08:38:34 +0000 (08:38 +0000)]
Implement a second DoFTools::extract_boundary_dofs function that also works for parallel triangulations.
git-svn-id: https://svn.dealii.org/trunk@25449
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 26 Apr 2012 07:58:10 +0000 (07:58 +0000)]
Add an assertion and document why the function can't work in this context.
git-svn-id: https://svn.dealii.org/trunk@25448
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 26 Apr 2012 07:37:56 +0000 (07:37 +0000)]
Re-shuffle code to avoid triggering an assertion.
git-svn-id: https://svn.dealii.org/trunk@25447
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 25 Apr 2012 18:41:25 +0000 (18:41 +0000)]
Take over r25444 from branch_cell_fe_operator to avoid a recently added assertion that triggers when using an FEValues object with no quadrature points.
git-svn-id: https://svn.dealii.org/trunk@25446
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 25 Apr 2012 07:07:22 +0000 (07:07 +0000)]
Announce step-44.
git-svn-id: https://svn.dealii.org/trunk@25443
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 25 Apr 2012 07:06:14 +0000 (07:06 +0000)]
Fix name.
git-svn-id: https://svn.dealii.org/trunk@25442
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 25 Apr 2012 07:06:04 +0000 (07:06 +0000)]
Announce step-44.
git-svn-id: https://svn.dealii.org/trunk@25441
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 24 Apr 2012 15:18:51 +0000 (15:18 +0000)]
fix typo in comment. improve wording.
git-svn-id: https://svn.dealii.org/trunk@25440
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 24 Apr 2012 15:02:52 +0000 (15:02 +0000)]
Fix formatting issues.
git-svn-id: https://svn.dealii.org/trunk@25439
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 24 Apr 2012 14:49:16 +0000 (14:49 +0000)]
Some reindenting. Avoid lines that have latex formulas and end in double-backslashes since those are interpreted by the compiler as continuation lines.
git-svn-id: https://svn.dealii.org/trunk@25438
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 24 Apr 2012 14:42:46 +0000 (14:42 +0000)]
Reindent the whole file.
git-svn-id: https://svn.dealii.org/trunk@25437
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 24 Apr 2012 09:43:19 +0000 (09:43 +0000)]
Get rid of the AdditionalTools namespace that is now virtually empty.
git-svn-id: https://svn.dealii.org/trunk@25436
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 24 Apr 2012 09:25:15 +0000 (09:25 +0000)]
Use the new functions in FullMatrix.
git-svn-id: https://svn.dealii.org/trunk@25435
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 24 Apr 2012 09:24:25 +0000 (09:24 +0000)]
New functions in FullMatrix: extract_submatrix_from, scatter_matrix_to, set.
git-svn-id: https://svn.dealii.org/trunk@25434
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 23 Apr 2012 14:15:04 +0000 (14:15 +0000)]
Fix it here as well :-(
git-svn-id: https://svn.dealii.org/trunk@25433
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 23 Apr 2012 14:05:13 +0000 (14:05 +0000)]
Make one argument const.
git-svn-id: https://svn.dealii.org/trunk@25432
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 23 Apr 2012 14:04:28 +0000 (14:04 +0000)]
Minor indentation.
git-svn-id: https://svn.dealii.org/trunk@25431
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 23 Apr 2012 13:59:13 +0000 (13:59 +0000)]
Move around a couple functions and create a new documentation section.
git-svn-id: https://svn.dealii.org/trunk@25430
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 23 Apr 2012 13:51:47 +0000 (13:51 +0000)]
Mark a function as const that doesn't touch the current object.
git-svn-id: https://svn.dealii.org/trunk@25429
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 22 Apr 2012 02:22:29 +0000 (02:22 +0000)]
Move things to the right year.
git-svn-id: https://svn.dealii.org/trunk@25427
0785d39b -7218-0410-832d-
ea1e28bc413d
mcbride [Thu, 19 Apr 2012 07:43:39 +0000 (07:43 +0000)]
added Richardson's MSc thesis to publications
git-svn-id: https://svn.dealii.org/trunk@25426
0785d39b -7218-0410-832d-
ea1e28bc413d
mcbride [Thu, 19 Apr 2012 07:34:49 +0000 (07:34 +0000)]
added MSc thesis to publications
git-svn-id: https://svn.dealii.org/trunk@25425
0785d39b -7218-0410-832d-
ea1e28bc413d
mcbride [Wed, 18 Apr 2012 18:11:28 +0000 (18:11 +0000)]
fixed punctuation in paper description
git-svn-id: https://svn.dealii.org/trunk@25424
0785d39b -7218-0410-832d-
ea1e28bc413d
mcbride [Wed, 18 Apr 2012 18:08:00 +0000 (18:08 +0000)]
added a publication
git-svn-id: https://svn.dealii.org/trunk@25423
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 18 Apr 2012 14:30:42 +0000 (14:30 +0000)]
Update an entry.
git-svn-id: https://svn.dealii.org/trunk@25422
0785d39b -7218-0410-832d-
ea1e28bc413d
pelteret [Sun, 15 Apr 2012 19:57:30 +0000 (19:57 +0000)]
Step-44: Updated a result image (normalised runtimes) and the relevant text.
git-svn-id: https://svn.dealii.org/trunk@25421
0785d39b -7218-0410-832d-
ea1e28bc413d
buerg [Sun, 15 Apr 2012 10:34:48 +0000 (10:34 +0000)]
Substitute projection-based interpolation on edges by a direct calculation.
git-svn-id: https://svn.dealii.org/trunk@25418
0785d39b -7218-0410-832d-
ea1e28bc413d
buerg [Sun, 15 Apr 2012 07:16:29 +0000 (07:16 +0000)]
Add missing instantiation.
git-svn-id: https://svn.dealii.org/trunk@25415
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 13 Apr 2012 12:49:54 +0000 (12:49 +0000)]
Minor edit.
git-svn-id: https://svn.dealii.org/trunk@25413
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 13 Apr 2012 09:57:42 +0000 (09:57 +0000)]
Update pictures.
git-svn-id: https://svn.dealii.org/trunk@25412
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 13 Apr 2012 09:55:05 +0000 (09:55 +0000)]
Simplify generating output.
git-svn-id: https://svn.dealii.org/trunk@25411
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 13 Apr 2012 09:30:41 +0000 (09:30 +0000)]
Implement the framework for a line search but only return 0.1. Getting a proper line search to converge turns out to be difficult and will be left as an exercise.
git-svn-id: https://svn.dealii.org/trunk@25410
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 13 Apr 2012 08:24:21 +0000 (08:24 +0000)]
Commit Sven's latest version.
git-svn-id: https://svn.dealii.org/trunk@25409
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 13 Apr 2012 07:51:20 +0000 (07:51 +0000)]
Throw an exception if someone initializes an FEValues object with a quadrature formula that has no quadrature points. This can happen, more by accident, if one uses fe.unit_support_points as quadrature points and happens to try to do that with a non-interpolating element such as FE_DGP. If one later accesses fe_values.shape_value(i,q) for q=0...dofs_per_cell the resulting error message is completely unintelligible (it complains about an out-of-bounds access to some strange table). Better catch these sorts of cases up front.
git-svn-id: https://svn.dealii.org/trunk@25408
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.