]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
10 years agoEither make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct...
Wolfgang Bangerth [Fri, 6 Feb 2015 03:16:49 +0000 (21:16 -0600)]
Either make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct the data type of where we store the result.

10 years agoEither make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct...
Wolfgang Bangerth [Fri, 6 Feb 2015 03:16:48 +0000 (21:16 -0600)]
Either make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct the data type of where we store the result.

10 years agoEither make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct...
Wolfgang Bangerth [Fri, 6 Feb 2015 03:16:48 +0000 (21:16 -0600)]
Either make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct the data type of where we store the result.

10 years agoEither make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct...
Wolfgang Bangerth [Fri, 6 Feb 2015 03:16:47 +0000 (21:16 -0600)]
Either make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct the data type of where we store the result.

10 years agoEither make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct...
Wolfgang Bangerth [Fri, 6 Feb 2015 03:16:47 +0000 (21:16 -0600)]
Either make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct the data type of where we store the result.

10 years agoEither make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct...
Wolfgang Bangerth [Fri, 6 Feb 2015 03:16:47 +0000 (21:16 -0600)]
Either make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct the data type of where we store the result.

10 years agoEither make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct...
Wolfgang Bangerth [Fri, 6 Feb 2015 03:16:46 +0000 (21:16 -0600)]
Either make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct the data type of where we store the result.

10 years agoEither make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct...
Wolfgang Bangerth [Fri, 6 Feb 2015 03:16:46 +0000 (21:16 -0600)]
Either make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct the data type of where we store the result.

10 years agoEither make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct...
Wolfgang Bangerth [Fri, 6 Feb 2015 03:16:46 +0000 (21:16 -0600)]
Either make implicit casts from Tensor<1,dim> to Point<dim> explicit, or correct the data type of where we store the result.

10 years agoEradicate implicit casts from Tensor<1,dim> to Point<dim>.
Wolfgang Bangerth [Fri, 6 Feb 2015 03:15:20 +0000 (21:15 -0600)]
Eradicate implicit casts from Tensor<1,dim> to Point<dim>.

10 years agoMerge pull request #503 from bangerth/point-vs-tensor-2
Timo Heister [Mon, 9 Feb 2015 23:13:07 +0000 (18:13 -0500)]
Merge pull request #503 from bangerth/point-vs-tensor-2

Make the difference between two points a tensor, rather than a point.

In essence, it just clarifies the documentation about what points and tensors are, and makes the types of operator-() conform to the description.

10 years agoMake the difference between two points a tensor, rather than a 503/head
Wolfgang Bangerth [Thu, 5 Feb 2015 13:13:48 +0000 (07:13 -0600)]
Make the difference between two points a tensor, rather than a
point. Clarify the use of these two classes in the documentation.

10 years agoMerge pull request #501 from bangerth/point-vs-tensor-cleanups
Martin Kronbichler [Sun, 8 Feb 2015 20:26:04 +0000 (21:26 +0100)]
Merge pull request #501 from bangerth/point-vs-tensor-cleanups

Point vs tensor cleanups

10 years agoMerge pull request #502 from tjhei/documentation
Martin Kronbichler [Thu, 5 Feb 2015 14:39:52 +0000 (15:39 +0100)]
Merge pull request #502 from tjhei/documentation

minor documentation update

10 years agoupdate documentation 502/head
Timo Heister [Thu, 5 Feb 2015 14:30:34 +0000 (09:30 -0500)]
update documentation

10 years agoUse the Tensor member function norm_square() instead of the Point function square... 501/head
Wolfgang Bangerth [Thu, 5 Feb 2015 12:50:14 +0000 (06:50 -0600)]
Use the Tensor member function norm_square() instead of the Point function square() for objects that are logically points.

10 years agoChange uses of Point to Tensor where appropriate.
Wolfgang Bangerth [Thu, 5 Feb 2015 12:49:37 +0000 (06:49 -0600)]
Change uses of Point to Tensor where appropriate.

10 years agoBetter fix for grid_tools.
Wolfgang Bangerth [Thu, 5 Feb 2015 12:49:33 +0000 (06:49 -0600)]
Better fix for grid_tools.

10 years agoMerge pull request #497 from masterleinad/Fix_Trilinos_Empty_Local
Martin Kronbichler [Thu, 5 Feb 2015 12:34:36 +0000 (13:34 +0100)]
Merge pull request #497 from masterleinad/Fix_Trilinos_Empty_Local

Fix decision about same/different Map for Trilinos Vectors

10 years agoAdd test for sadd with partly empty Trilinos vectors 497/head
Daniel Arndt [Thu, 5 Feb 2015 10:58:50 +0000 (11:58 +0100)]
Add test for sadd with partly empty Trilinos vectors

10 years agoMerge pull request #498 from bangerth/fix-typos
Martin Kronbichler [Thu, 5 Feb 2015 07:23:34 +0000 (08:23 +0100)]
Merge pull request #498 from bangerth/fix-typos

Fix typos.

10 years agoUse the appropriate syntax to add points (the difference of points yields a Tensor...
Wolfgang Bangerth [Thu, 5 Feb 2015 03:54:29 +0000 (21:54 -0600)]
Use the appropriate syntax to add points (the difference of points yields a Tensor<1,dim>).

10 years agoFix typos. 498/head
Wolfgang Bangerth [Thu, 5 Feb 2015 03:51:43 +0000 (21:51 -0600)]
Fix typos.

The proper spelling of the word is 'Euclidean', not 'Euclidian'.

10 years agoFix up places where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 03:41:05 +0000 (21:41 -0600)]
Fix up places where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoFix up places where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 03:39:46 +0000 (21:39 -0600)]
Fix up places where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoFix up places where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 03:38:44 +0000 (21:38 -0600)]
Fix up places where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoReindent.
Wolfgang Bangerth [Thu, 5 Feb 2015 03:34:54 +0000 (21:34 -0600)]
Reindent.

10 years agoFix up places where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 03:33:38 +0000 (21:33 -0600)]
Fix up places where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoMinor text cleanup.
Wolfgang Bangerth [Thu, 5 Feb 2015 02:37:00 +0000 (20:37 -0600)]
Minor text cleanup.

10 years agoFix up places where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 03:04:09 +0000 (21:04 -0600)]
Fix up places where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoFix up places where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 03:03:31 +0000 (21:03 -0600)]
Fix up places where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoFix up places where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 02:57:45 +0000 (20:57 -0600)]
Fix up places where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoFix up places where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 02:56:27 +0000 (20:56 -0600)]
Fix up places where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoFix up places where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 02:51:48 +0000 (20:51 -0600)]
Fix up places where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoFix up a place where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 02:49:53 +0000 (20:49 -0600)]
Fix up a place where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoUse Tensor<1,dim> instead of Point<dim> to denote directions.
Wolfgang Bangerth [Thu, 5 Feb 2015 02:38:37 +0000 (20:38 -0600)]
Use Tensor<1,dim> instead of Point<dim> to denote directions.

10 years agoUse Tensor<1,dim> instead of Point<dim> to denote directions.
Wolfgang Bangerth [Thu, 5 Feb 2015 02:38:22 +0000 (20:38 -0600)]
Use Tensor<1,dim> instead of Point<dim> to denote directions.

10 years agoFix up a place where we use Point<dim> for directions when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 02:37:20 +0000 (20:37 -0600)]
Fix up a place where we use Point<dim> for directions when we should be
using Tensor<1,dim>.

10 years agoFix up one place where we use Point<dim> for normals when we should be
Wolfgang Bangerth [Thu, 5 Feb 2015 02:08:38 +0000 (20:08 -0600)]
Fix up one place where we use Point<dim> for normals when we should be
using Tensor<1,dim>.

10 years agoFix decision about same/different Map for Trilinos Vectors
Daniel Arndt [Wed, 4 Feb 2015 19:07:18 +0000 (20:07 +0100)]
Fix decision about same/different Map for Trilinos Vectors

10 years agoMerge pull request #495 from bangerth/remove-deprecated-functions-9
Martin Kronbichler [Wed, 4 Feb 2015 15:23:44 +0000 (16:23 +0100)]
Merge pull request #495 from bangerth/remove-deprecated-functions-9

Remove deprecated function SparseILU::decompose.

10 years agoRemove deprecated function SparseILU::decompose. 495/head
Wolfgang Bangerth [Wed, 4 Feb 2015 15:07:05 +0000 (09:07 -0600)]
Remove deprecated function SparseILU::decompose.

10 years agoMerge pull request #494 from bangerth/remove-deprecated-functions-8
Martin Kronbichler [Wed, 4 Feb 2015 13:13:51 +0000 (14:13 +0100)]
Merge pull request #494 from bangerth/remove-deprecated-functions-8

Remove deprecated function SparseMatrix::global_entry()

10 years agoMerge pull request #476 from koecher/dataout-issue-step-34
Wolfgang Bangerth [Wed, 4 Feb 2015 13:00:02 +0000 (07:00 -0600)]
Merge pull request #476 from koecher/dataout-issue-step-34

step-34: fixes a runtime error in step-34

10 years agoRemove deprecated function SparseMatrix::global_entry(). 494/head
Wolfgang Bangerth [Wed, 4 Feb 2015 12:57:07 +0000 (06:57 -0600)]
Remove deprecated function SparseMatrix::global_entry().

10 years agoMerge pull request #493 from bangerth/remove-deprecated-functions-7
Martin Kronbichler [Wed, 4 Feb 2015 07:56:58 +0000 (08:56 +0100)]
Merge pull request #493 from bangerth/remove-deprecated-functions-7

Remove deprecated function SparseMIC::decompose.

10 years agoFix a typo.
Wolfgang Bangerth [Wed, 4 Feb 2015 01:43:26 +0000 (19:43 -0600)]
Fix a typo.

10 years agoMerge pull request #492 from bangerth/davydden-tensor_updates
Wolfgang Bangerth [Tue, 3 Feb 2015 23:28:44 +0000 (17:28 -0600)]
Merge pull request #492 from bangerth/davydden-tensor_updates

Davydden tensor updates

10 years agoAddress Martin K's comments in review of this patch. 492/head
Wolfgang Bangerth [Tue, 3 Feb 2015 23:26:50 +0000 (17:26 -0600)]
Address Martin K's comments in review of this patch.

10 years agostep-34: fixes a runtime error in step-34 476/head
Uwe Köcher [Tue, 27 Jan 2015 14:47:09 +0000 (15:47 +0100)]
step-34: fixes a runtime error in step-34
In the function output_results, around line 1017, two vectors (phi and alpha)
are added to a DataOut object.
A runtime error occured, because the type of the vector could not
determined automatically.

On branch dataout-issue-step-34
  Changes to be committed:
        modified:   examples/step-34/step-34.cc

10 years agoRemove deprecated function SparseMIC::decompose. 493/head
Wolfgang Bangerth [Tue, 3 Feb 2015 17:27:31 +0000 (11:27 -0600)]
Remove deprecated function SparseMIC::decompose.

10 years agoExtend test. Reindent it.
Wolfgang Bangerth [Tue, 3 Feb 2015 15:19:07 +0000 (09:19 -0600)]
Extend test. Reindent it.

10 years agoAdd missing copy constructors for the specializations of class Tensor.
Wolfgang Bangerth [Tue, 3 Feb 2015 15:18:57 +0000 (09:18 -0600)]
Add missing copy constructors for the specializations of class Tensor.

Also add a changelog entry.

10 years agoadded a failing test
Denis Davydov [Tue, 3 Feb 2015 14:01:06 +0000 (15:01 +0100)]
added a failing test

10 years agoIntroduced non-default copy constructor and operator= for Tensor class
Denis Davydov [Tue, 3 Feb 2015 13:10:59 +0000 (14:10 +0100)]
Introduced non-default copy constructor and operator= for Tensor class

10 years agoMerge pull request #489 from bangerth/remove-deprecated-functions-6
Martin Kronbichler [Tue, 3 Feb 2015 13:13:59 +0000 (14:13 +0100)]
Merge pull request #489 from bangerth/remove-deprecated-functions-6

Remove deprecated functions 6

10 years agoMove an entry to the appropriate place. 489/head
Wolfgang Bangerth [Tue, 3 Feb 2015 13:14:16 +0000 (07:14 -0600)]
Move an entry to the appropriate place.

10 years agoMerge pull request #490 from bangerth/fix-missing-include
Timo Heister [Tue, 3 Feb 2015 13:06:15 +0000 (08:06 -0500)]
Merge pull request #490 from bangerth/fix-missing-include

Add a missing set of include files.

This fixes a recent regression in one of our tests (bits/serialize_hp_dof_handler) that tries
to serialize an object but that requires to know the actual type of one of the members to
be serialized to compile without error.

10 years agoRemove deprecated function Table::data.
Wolfgang Bangerth [Tue, 3 Feb 2015 12:32:29 +0000 (06:32 -0600)]
Remove deprecated function Table::data.

10 years agoRemove deprecated function PETScWrappers::VectorBase::update_ghost_values.
Wolfgang Bangerth [Tue, 3 Feb 2015 03:44:32 +0000 (21:44 -0600)]
Remove deprecated function PETScWrappers::VectorBase::update_ghost_values.

10 years agoAdd a missing set of include files. 490/head
Wolfgang Bangerth [Mon, 2 Feb 2015 20:26:51 +0000 (14:26 -0600)]
Add a missing set of include files.

This fixes a recent regression in one of our tests (bits/serialize_hp_dof_handler) that tries
to serialize an object but that requires to know the actual type of one of the members to
be serialized to compile without error.

10 years agoMerge pull request #488 from bangerth/improve-docs
Timo Heister [Mon, 2 Feb 2015 19:40:19 +0000 (14:40 -0500)]
Merge pull request #488 from bangerth/improve-docs

Improve documentation of TriaAccessor::neighbor.

10 years agoImprove documentation of TriaAccessor::neighbor. 488/head
Wolfgang Bangerth [Mon, 2 Feb 2015 14:21:02 +0000 (08:21 -0600)]
Improve documentation of TriaAccessor::neighbor.

10 years agoRemove deprecated function SparseMatrix::raw_entry.
Wolfgang Bangerth [Mon, 2 Feb 2015 13:42:46 +0000 (07:42 -0600)]
Remove deprecated function SparseMatrix::raw_entry.

10 years agoRemove deprecated variable MultithreadInfo::n_default_threads.
Wolfgang Bangerth [Mon, 2 Feb 2015 13:31:37 +0000 (07:31 -0600)]
Remove deprecated variable MultithreadInfo::n_default_threads.

10 years agoSort changelog entries for deprecated functions.
Wolfgang Bangerth [Mon, 2 Feb 2015 13:14:56 +0000 (07:14 -0600)]
Sort changelog entries for deprecated functions.

10 years agoRemove deprecated constructors for SparseMatrix iterators and accessors.
Wolfgang Bangerth [Sun, 1 Feb 2015 22:19:23 +0000 (16:19 -0600)]
Remove deprecated constructors for SparseMatrix iterators and accessors.

10 years agoRemove a few deprecated constructors and functions of PETSc parallel vectors.
Wolfgang Bangerth [Sun, 1 Feb 2015 22:03:53 +0000 (16:03 -0600)]
Remove a few deprecated constructors and functions of PETSc parallel vectors.

10 years agoMerge pull request #485 from bangerth/add-changelog-entry
Matthias Maier [Sun, 1 Feb 2015 17:17:27 +0000 (18:17 +0100)]
Merge pull request #485 from bangerth/add-changelog-entry

Add a missing changelog entry.

10 years agoAdd a changelog entry for a patch by Lukas Korous. 485/head
Wolfgang Bangerth [Sun, 1 Feb 2015 17:07:41 +0000 (11:07 -0600)]
Add a changelog entry for a patch by Lukas Korous.

10 years agoMerge pull request #479 from l-korous/master
Wolfgang Bangerth [Sun, 1 Feb 2015 17:04:22 +0000 (11:04 -0600)]
Merge pull request #479 from l-korous/master

Add hp::DoFHandler::save, ::load and copy constructor.

10 years agoMerge pull request #484 from bangerth/drwells-update-autotools-references
Wolfgang Bangerth [Sun, 1 Feb 2015 16:58:01 +0000 (10:58 -0600)]
Merge pull request #484 from bangerth/drwells-update-autotools-references

Remove outdated LAPACK interface pieces. Remove references to ./configure.

10 years agoRemoved references to autoconf. 484/head
David Wells [Sun, 1 Feb 2015 12:19:40 +0000 (07:19 -0500)]
Removed references to autoconf.
Also updated documentation about UMFPACK, as it is now built unless
explicitly disabled.

10 years agoAdd hp::DoFHandler::save and ::load. 479/head
Lukas Korous [Sun, 1 Feb 2015 10:59:56 +0000 (11:59 +0100)]
Add hp::DoFHandler::save and ::load.

10 years agoMerge pull request #483 from tamiko/revert_parpack_merge
Matthias Maier [Sun, 1 Feb 2015 09:44:54 +0000 (10:44 +0100)]
Merge pull request #483 from tamiko/revert_parpack_merge

Revert parpack merge

10 years agoRevert parpack merge 483/head
Matthias Maier [Sun, 1 Feb 2015 09:40:51 +0000 (10:40 +0100)]
Revert parpack merge

This commit reverts:
  a75f23180d6ec4b24fcf7b714d5b763dcb017efb
  616a403d8f799a21b7d306ecf38f3c73d0857524
  9367c1fa0371a260438dd93db74882a7e7ebe542
  6ed3174c7ecb1fb61d263e7a768deb6325bca7d3
  9a03bc439277d85502accef56d8f9048558ae925

10 years agoMerge pull request #482 from tamiko/parpack_fixups
Luca Heltai [Sat, 31 Jan 2015 18:03:13 +0000 (19:03 +0100)]
Merge pull request #482 from tamiko/parpack_fixups

Some small follow-up fixes for the last commit

10 years agoadd a news entry 482/head
Matthias Maier [Sat, 31 Jan 2015 17:58:41 +0000 (18:58 +0100)]
add a news entry

10 years agoCMake: Bugfix: Only set up parpack if deal.II is configured with mpi support
Matthias Maier [Sat, 31 Jan 2015 17:54:14 +0000 (18:54 +0100)]
CMake: Bugfix: Only set up parpack if deal.II is configured with mpi support

10 years agorename and correctly guard arpack/parpack tests
Matthias Maier [Sat, 31 Jan 2015 17:47:44 +0000 (18:47 +0100)]
rename and correctly guard arpack/parpack tests

10 years agoMerge pull request #265 from davydden/parpack
Matthias Maier [Sat, 31 Jan 2015 17:40:40 +0000 (18:40 +0100)]
Merge pull request #265 from davydden/parpack

Provide an interface to the parpack solver

10 years agoMerge pull request #480 from tjhei/documentation
Wolfgang Bangerth [Sat, 31 Jan 2015 03:23:56 +0000 (21:23 -0600)]
Merge pull request #480 from tjhei/documentation

documentation fixes,mostly typos

10 years agodocumentation fixes,mostly typos 480/head
Timo Heister [Fri, 30 Jan 2015 19:37:49 +0000 (14:37 -0500)]
documentation fixes,mostly typos

10 years agoMerge pull request #478 from kronbichler/master
Matthias Maier [Wed, 28 Jan 2015 22:05:31 +0000 (23:05 +0100)]
Merge pull request #478 from kronbichler/master

Avoid using removed deprecated function

10 years agoAvoid using removed deprecated function 478/head
Martin Kronbichler [Wed, 28 Jan 2015 21:01:51 +0000 (22:01 +0100)]
Avoid using removed deprecated function

10 years agoMerge pull request #477 from kronbichler/master
Wolfgang Bangerth [Wed, 28 Jan 2015 12:39:25 +0000 (06:39 -0600)]
Merge pull request #477 from kronbichler/master

Fix latex formula

10 years agoFix latex formula 477/head
Martin Kronbichler [Wed, 28 Jan 2015 10:39:51 +0000 (11:39 +0100)]
Fix latex formula

10 years agoMerge pull request #475 from tamiko/fix_bundled_boost
Martin Kronbichler [Tue, 27 Jan 2015 12:49:52 +0000 (13:49 +0100)]
Merge pull request #475 from tamiko/fix_bundled_boost

Fix linkage for bundled boost

10 years agoadd a changelog entry 475/head
Matthias Maier [Tue, 27 Jan 2015 11:38:18 +0000 (12:38 +0100)]
add a changelog entry

10 years agoCMake: Bugfix: Add -lrt to the link interface in case of bundled boost
Matthias Maier [Tue, 27 Jan 2015 11:36:12 +0000 (12:36 +0100)]
CMake: Bugfix: Add -lrt to the link interface in case of bundled boost

10 years agoCMake: Fix FIND_SYSTEM_LIBRARY macro
Matthias Maier [Tue, 27 Jan 2015 11:47:27 +0000 (12:47 +0100)]
CMake: Fix FIND_SYSTEM_LIBRARY macro

10 years agoMerge pull request #473 from bangerth/remove-deprecated-functions-5
Martin Kronbichler [Mon, 26 Jan 2015 07:48:13 +0000 (08:48 +0100)]
Merge pull request #473 from bangerth/remove-deprecated-functions-5

More removal of deprecated functions and classes

10 years agoRemove deprecated classes PreconditionedMatrix and PreconditionLACSolver. 473/head
Wolfgang Bangerth [Sun, 25 Jan 2015 19:04:58 +0000 (13:04 -0600)]
Remove deprecated classes PreconditionedMatrix and PreconditionLACSolver.

10 years agoRemove deprecated class FEEvaluationDGP.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:54:21 +0000 (12:54 -0600)]
Remove deprecated class FEEvaluationDGP.

10 years agoRemove deprecated classes FEEvaluationGeneral and FEEvaluationGL.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:53:07 +0000 (12:53 -0600)]
Remove deprecated classes FEEvaluationGeneral and FEEvaluationGL.

10 years agoRemove deprecated functions Multigrid::vmult*
Wolfgang Bangerth [Sun, 25 Jan 2015 18:51:50 +0000 (12:51 -0600)]
Remove deprecated functions Multigrid::vmult*

10 years agoRemove deprecated class MGMatrix.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:45:52 +0000 (12:45 -0600)]
Remove deprecated class MGMatrix.

10 years agoRemove deprecated function MGTools::extract_inner_interface_dofs.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:22:42 +0000 (12:22 -0600)]
Remove deprecated function MGTools::extract_inner_interface_dofs.

10 years agoRemove deprecated function MGTools::apply_boundary_values.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:20:39 +0000 (12:20 -0600)]
Remove deprecated function MGTools::apply_boundary_values.

10 years agoRemove deprecated version of MGTools::count_dofs_per_component.
Wolfgang Bangerth [Sun, 25 Jan 2015 18:19:03 +0000 (12:19 -0600)]
Remove deprecated version of MGTools::count_dofs_per_component.


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.