]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoMerge pull request #3393 from davydden/mf_mass_n_q_points_1d
Denis Davydov [Thu, 3 Nov 2016 16:19:37 +0000 (17:19 +0100)]
Merge pull request #3393 from davydden/mf_mass_n_q_points_1d

add n_q_points_1d template argument to MatrixFreeOperators::MassOperator

7 years agoMerge pull request #3391 from davydden/mf_base_diag_fixes
Martin Kronbichler [Thu, 3 Nov 2016 14:29:08 +0000 (15:29 +0100)]
Merge pull request #3391 from davydden/mf_base_diag_fixes

fix matrix-free unit tests due to a change to DiagonalMatrix in Base …

7 years agoMerge pull request #3428 from bangerth/remove-accidental-files
Bruno Turcksin [Thu, 3 Nov 2016 14:18:37 +0000 (10:18 -0400)]
Merge pull request #3428 from bangerth/remove-accidental-files

Remove accidentally added files.

7 years agoRemove accidentally added files. 3428/head
Wolfgang Bangerth [Thu, 3 Nov 2016 14:16:35 +0000 (08:16 -0600)]
Remove accidentally added files.

7 years agouse fe_degree+2 quadrature points in matrix_free/mass_operator_0x 3393/head
Denis Davydov [Thu, 3 Nov 2016 13:54:34 +0000 (14:54 +0100)]
use fe_degree+2 quadrature points in matrix_free/mass_operator_0x

7 years agoadd n_q_points_1d template argument to MatrixFreeOperators::MassOperator
Denis Davydov [Thu, 3 Nov 2016 13:01:40 +0000 (14:01 +0100)]
add n_q_points_1d template argument to MatrixFreeOperators::MassOperator

the rationale is support different usage cases. Say, when projecting
a function one would use fe_degree+2. However when projecting the
MatrixFree quadrature data given by Table<>, most often this data
corresponds to fe_degree+1. So while being given a MatrixFree data
object, we use it even though the mass matrix could be slightly
under-integrated.

7 years agofix matrix-free unit tests due to a change to DiagonalMatrix in Base class 3391/head
Denis Davydov [Thu, 3 Nov 2016 07:48:13 +0000 (08:48 +0100)]
fix matrix-free unit tests due to a change to DiagonalMatrix in Base class

while here, also use LaplaceOperator and add a few missing typedefs.

7 years agoMerge pull request #3387 from bangerth/rename-variables
Denis Davydov [Thu, 3 Nov 2016 06:43:55 +0000 (07:43 +0100)]
Merge pull request #3387 from bangerth/rename-variables

Rename local variables.

7 years agoMerge pull request #3385 from bangerth/initialize-variable-2
Denis Davydov [Thu, 3 Nov 2016 06:43:49 +0000 (07:43 +0100)]
Merge pull request #3385 from bangerth/initialize-variable-2

Initialize a member variable.

7 years agoMerge pull request #3384 from bangerth/initialize-variable
Denis Davydov [Thu, 3 Nov 2016 06:43:43 +0000 (07:43 +0100)]
Merge pull request #3384 from bangerth/initialize-variable

Initialize a member variable.

7 years agoMerge pull request #3390 from bangerth/fix-invalid-sizeof
Denis Davydov [Thu, 3 Nov 2016 05:27:21 +0000 (06:27 +0100)]
Merge pull request #3390 from bangerth/fix-invalid-sizeof

Fix a nonsensical use of sizeof().

7 years agoFix a nonsensical use of sizeof(). 3390/head
Wolfgang Bangerth [Thu, 3 Nov 2016 04:32:01 +0000 (23:32 -0500)]
Fix a nonsensical use of sizeof().

7 years agoMerge pull request #3386 from bangerth/initialize-variable-3
David Wells [Thu, 3 Nov 2016 02:50:00 +0000 (22:50 -0400)]
Merge pull request #3386 from bangerth/initialize-variable-3

Initialize a member variable.

7 years agoRename local variables. 3387/head
Wolfgang Bangerth [Thu, 3 Nov 2016 01:51:17 +0000 (19:51 -0600)]
Rename local variables.

The variables in question have the same name as a function argument, and
are only used in a local block. They may as well be renamed.

7 years agoInitialize a member variable. 3386/head
Wolfgang Bangerth [Thu, 3 Nov 2016 01:45:38 +0000 (19:45 -0600)]
Initialize a member variable.

Also add a piece to the documentation of a member function.

7 years agoInitialize a member variable. 3385/head
Wolfgang Bangerth [Thu, 3 Nov 2016 01:44:26 +0000 (19:44 -0600)]
Initialize a member variable.

7 years agoInitialize a member variable. 3384/head
Wolfgang Bangerth [Thu, 3 Nov 2016 01:27:13 +0000 (19:27 -0600)]
Initialize a member variable.

7 years agoMerge pull request #3383 from bangerth/remove-unused-variable
David Wells [Wed, 2 Nov 2016 23:23:51 +0000 (19:23 -0400)]
Merge pull request #3383 from bangerth/remove-unused-variable

Remove SolverCG::res2.

7 years agoMerge pull request #3381 from bangerth/remove-duplicate-variable
David Wells [Wed, 2 Nov 2016 22:37:14 +0000 (18:37 -0400)]
Merge pull request #3381 from bangerth/remove-duplicate-variable

Remove a duplicate variable.

7 years agoMerge pull request #3333 from bangerth/update-DataPostprocessor-inputs
Wolfgang Bangerth [Wed, 2 Nov 2016 22:28:21 +0000 (16:28 -0600)]
Merge pull request #3333 from bangerth/update-DataPostprocessor-inputs

Update the way DataPostprocessor receives its input.

7 years agoAdd changelog entry. 3333/head
Wolfgang Bangerth [Mon, 31 Oct 2016 22:10:06 +0000 (16:10 -0600)]
Add changelog entry.

7 years agoAdd a bunch of tests.
Wolfgang Bangerth [Mon, 31 Oct 2016 22:06:02 +0000 (16:06 -0600)]
Add a bunch of tests.

7 years agoUpdate the way DataPostprocessor receives its input.
Wolfgang Bangerth [Mon, 31 Oct 2016 21:37:19 +0000 (15:37 -0600)]
Update the way DataPostprocessor receives its input.

In the past, the two functions we use to postprocess data got lists of arguments
for the solution, its derivatives, the evaluation points, and normal vectors.
This is not flexible enough: We can not easily add other information that
we have needed in the past or that users have requested, such as a pointer
to the cell we're currently on, or the material-id of the cell.

Rather than adding each possible argument anyone may want to use
individually to the list of the postprocessor function arguments, we use
a technique here that has proven useful in ASPECT: the functions simply
take a reference to a structure that contains these individual pieces
of information. We can extend the members of these structures without
backward compatibility issues because the functions still get a
reference to the same structure, we just grow the structure
itself. Functions that never used the new members of the structure
will continue to work as they always did.

7 years agoRemove SolverCG::res2. 3383/head
Wolfgang Bangerth [Wed, 2 Nov 2016 21:30:09 +0000 (15:30 -0600)]
Remove SolverCG::res2.

This variable was only used inside the SolverCG::criterion() function that was
supposed to let derived classes overload when the solver terminates. But the
criterion() function was never called anywhere, so there is no point in
keeping it. Furthermore, the res2 variable it returns was never set. So
remove the whole shebang.

7 years agoMerge pull request #3382 from bangerth/initialize-member-variable
Denis Davydov [Wed, 2 Nov 2016 21:11:08 +0000 (22:11 +0100)]
Merge pull request #3382 from bangerth/initialize-member-variable

Initialize all member variables in a copy constructor.

7 years agoInitialize all member variables in a copy constructor. 3382/head
Wolfgang Bangerth [Wed, 2 Nov 2016 21:09:48 +0000 (15:09 -0600)]
Initialize all member variables in a copy constructor.

7 years agoRemove a duplicate variable. 3381/head
Wolfgang Bangerth [Wed, 2 Nov 2016 21:03:32 +0000 (15:03 -0600)]
Remove a duplicate variable.

The variable already exists in the base class Function. We don't need to
duplicate it in the class FEFieldFunction.

7 years agoMerge pull request #3341 from davydden/diagonal_matrix
Martin Kronbichler [Wed, 2 Nov 2016 20:39:19 +0000 (21:39 +0100)]
Merge pull request #3341 from davydden/diagonal_matrix

instantiate ConstraintMatrix::distribute_local_to_global() for Diagon…

7 years agoMerge pull request #3337 from kalj/cuda-default-off
Matthias Maier [Wed, 2 Nov 2016 19:59:15 +0000 (14:59 -0500)]
Merge pull request #3337 from kalj/cuda-default-off

Don't load cuda unless explicitly enabled

7 years agoinstantiate ConstraintMatrix::distribute_local_to_global() for DiagonalMatrix 3341/head
Denis Davydov [Wed, 2 Nov 2016 09:02:40 +0000 (10:02 +0100)]
instantiate ConstraintMatrix::distribute_local_to_global() for DiagonalMatrix

To that end, add a few missing functions to DiagonalMatrix and update
documentation.

7 years agoMerge pull request #3340 from davydden/mf_base_updates
Martin Kronbichler [Wed, 2 Nov 2016 18:54:18 +0000 (19:54 +0100)]
Merge pull request #3340 from davydden/mf_base_updates

use DiagonalMatrix in MatrixFreeOperators

7 years agouse DiagonalMatrix in MatrixFreeOperators::Base 3340/head
Denis Davydov [Wed, 2 Nov 2016 07:34:37 +0000 (08:34 +0100)]
use DiagonalMatrix in MatrixFreeOperators::Base

To that end add a few missing function to DiagonalMatrix and also
switch to Jacobi preconditioner in VectorTools::project() from
quadrature points.

7 years agodon't load cuda unless explicitly enabled 3337/head
Karl Ljungkvist [Tue, 24 May 2016 23:04:38 +0000 (18:04 -0500)]
don't load cuda unless explicitly enabled

7 years agoMerge pull request #3339 from Rombur/exception
David Wells [Wed, 2 Nov 2016 00:33:09 +0000 (20:33 -0400)]
Merge pull request #3339 from Rombur/exception

Add an include file necessary when not using multithreading.

7 years agoAdd an include file necessary when not using multithreading. 3339/head
Bruno Turcksin [Tue, 1 Nov 2016 19:33:48 +0000 (15:33 -0400)]
Add an include file necessary when not using multithreading.

7 years agoMerge pull request #3322 from davydden/mf_parpack
Martin Kronbichler [Tue, 1 Nov 2016 18:26:29 +0000 (19:26 +0100)]
Merge pull request #3322 from davydden/mf_parpack

Laplace operator and PArpack

7 years agoMerge pull request #3336 from masterleinad/fix_matrix_free_dg
Daniel Arndt [Tue, 1 Nov 2016 16:46:26 +0000 (17:46 +0100)]
Merge pull request #3336 from masterleinad/fix_matrix_free_dg

Fix ShapeInfo for DG elements in 1d

7 years agoadd PArpackSolver::reinit(const VectorType &) 3322/head
Denis Davydov [Tue, 1 Nov 2016 15:35:25 +0000 (16:35 +0100)]
add PArpackSolver::reinit(const VectorType &)

7 years agoadd MatrixFreeOperators::LaplaceOperator
Denis Davydov [Tue, 1 Nov 2016 15:31:11 +0000 (16:31 +0100)]
add MatrixFreeOperators::LaplaceOperator

7 years agofix documentation of MassOperator constructor
Denis Davydov [Tue, 1 Nov 2016 15:29:33 +0000 (16:29 +0100)]
fix documentation of MassOperator constructor

7 years agoadd MatrixFreeOperators::set_constrained_entries_to_one() and make clear() virtual
Denis Davydov [Tue, 1 Nov 2016 15:28:00 +0000 (16:28 +0100)]
add MatrixFreeOperators::set_constrained_entries_to_one() and make clear() virtual

7 years agoFix ShapeInfo for DG elements in 1d 3336/head
Daniel Arndt [Tue, 1 Nov 2016 15:23:30 +0000 (16:23 +0100)]
Fix ShapeInfo for DG elements in 1d

7 years agoMerge pull request #3335 from masterleinad/fix_tests_for_g++
Martin Kronbichler [Tue, 1 Nov 2016 13:32:40 +0000 (14:32 +0100)]
Merge pull request #3335 from masterleinad/fix_tests_for_g++

Fix tests for g++ 4.8.4

7 years agoFix tests for g++ 4.8.4 3335/head
Daniel Arndt [Tue, 1 Nov 2016 13:21:04 +0000 (14:21 +0100)]
Fix tests for g++ 4.8.4

7 years agoMerge pull request #3328 from Rombur/cuda_mean_value
Bruno Turcksin [Tue, 1 Nov 2016 12:20:04 +0000 (08:20 -0400)]
Merge pull request #3328 from Rombur/cuda_mean_value

Add mean_value to cuda_vector.

7 years agoAdd mean_value to cuda_vector. 3328/head
Bruno Turcksin [Mon, 31 Oct 2016 19:15:09 +0000 (15:15 -0400)]
Add mean_value to cuda_vector.

7 years agoMerge pull request #3326 from kronbichler/master
Jean-Paul Pelteret [Mon, 31 Oct 2016 08:21:23 +0000 (09:21 +0100)]
Merge pull request #3326 from kronbichler/master

Improve documentation of matrix dimensions.

7 years agoMerge pull request #3325 from jppelteret/doc_fix_2
Martin Kronbichler [Mon, 31 Oct 2016 08:06:02 +0000 (09:06 +0100)]
Merge pull request #3325 from jppelteret/doc_fix_2

Specify options for names in SolverSelector, PreconditionSelector

7 years agoImprove documentation of matrix dimensions. 3326/head
Martin Kronbichler [Mon, 31 Oct 2016 06:54:45 +0000 (07:54 +0100)]
Improve documentation of matrix dimensions.

7 years agoSpecify options for names in SolverSelector, PreconditionSelector 3325/head
Jean-Paul Pelteret [Mon, 31 Oct 2016 06:44:04 +0000 (07:44 +0100)]
Specify options for names in SolverSelector, PreconditionSelector

Fixes #3324

7 years agoMerge pull request #3320 from kronbichler/master
Denis Davydov [Sun, 30 Oct 2016 20:01:56 +0000 (21:01 +0100)]
Merge pull request #3320 from kronbichler/master

Fix compilation with gcc-5.3

7 years agoFix compilation with gcc-5.3 3320/head
Martin Kronbichler [Sun, 30 Oct 2016 19:26:32 +0000 (20:26 +0100)]
Fix compilation with gcc-5.3

7 years agoMerge pull request #3321 from drwells/fix-digraph
Martin Kronbichler [Sun, 30 Oct 2016 19:39:10 +0000 (20:39 +0100)]
Merge pull request #3321 from drwells/fix-digraph

Fix a digraph problem.

7 years agoFix a digraph problem. 3321/head
David Wells [Sun, 30 Oct 2016 19:24:05 +0000 (15:24 -0400)]
Fix a digraph problem.

The C++03 standard interprets '<:' as '['.

7 years agoMerge pull request #3290 from davydden/project_parallel
Martin Kronbichler [Sun, 30 Oct 2016 15:46:27 +0000 (16:46 +0100)]
Merge pull request #3290 from davydden/project_parallel

VectorTools::project for p::d::Triangulations (quadrature data)

7 years agoMerge pull request #3294 from kronbichler/master
Wolfgang Bangerth [Sun, 30 Oct 2016 15:37:40 +0000 (09:37 -0600)]
Merge pull request #3294 from kronbichler/master

Add general preconditioner for Chebyshev

7 years agoMerge pull request #3318 from l-korous/master-for-fix
Martin Kronbichler [Sun, 30 Oct 2016 12:36:15 +0000 (13:36 +0100)]
Merge pull request #3318 from l-korous/master-for-fix

Small fixes.

7 years agoSmall fixes. 3318/head
Lukas Korous [Sun, 30 Oct 2016 12:13:06 +0000 (13:13 +0100)]
Small fixes.

7 years agoadd VectorTools::project() for scalar-valued quadrature data 3290/head
Denis Davydov [Sat, 29 Oct 2016 14:40:31 +0000 (16:40 +0200)]
add VectorTools::project() for scalar-valued quadrature data

7 years agoMerge pull request #3317 from sairajat/pvd-bug
Martin Kronbichler [Sat, 29 Oct 2016 18:49:28 +0000 (20:49 +0200)]
Merge pull request #3317 from sairajat/pvd-bug

Added name in changes.h and Fixed a typo in changes.h

7 years agoMerge pull request #3315 from drwells/boost-system-warning
Martin Kronbichler [Sat, 29 Oct 2016 18:46:12 +0000 (20:46 +0200)]
Merge pull request #3315 from drwells/boost-system-warning

Redo boost/system commit 241f69c55e.

7 years agoMerge pull request #3316 from jppelteret/tut_fix_01
Martin Kronbichler [Sat, 29 Oct 2016 18:46:00 +0000 (20:46 +0200)]
Merge pull request #3316 from jppelteret/tut_fix_01

Fix namespace name for step-55.

7 years agoAdded name in changes.h 3317/head
Rajat [Sat, 29 Oct 2016 18:25:35 +0000 (14:25 -0400)]
Added name in changes.h

7 years agoFix namespace name for step-55. 3316/head
Jean-Paul Pelteret [Sat, 29 Oct 2016 18:04:11 +0000 (20:04 +0200)]
Fix namespace name for step-55.

7 years agoMerge pull request #3314 from kronbichler/mf_deprecate_reinit
Martin Kronbichler [Sat, 29 Oct 2016 16:25:23 +0000 (18:25 +0200)]
Merge pull request #3314 from kronbichler/mf_deprecate_reinit

Deprecate unsupported/untested functionality

7 years agoMerge pull request #3313 from kronbichler/test_mf_shared_tria
Martin Kronbichler [Sat, 29 Oct 2016 16:25:15 +0000 (18:25 +0200)]
Merge pull request #3313 from kronbichler/test_mf_shared_tria

Test shared tria with matrix-free

7 years agoRedo boost/system commit 241f69c55e. 3315/head
David Wells [Sat, 29 Oct 2016 15:52:53 +0000 (11:52 -0400)]
Redo boost/system commit 241f69c55e.

This commit from November 2015 silences a GCC warning due to unused
variables.

7 years agoMark deprecated variables as deprecated 3294/head
Martin Kronbichler [Sat, 29 Oct 2016 14:26:52 +0000 (16:26 +0200)]
Mark deprecated variables as deprecated

7 years agoDeprecate unsupported/untested functionality 3314/head
Martin Kronbichler [Sat, 29 Oct 2016 14:06:53 +0000 (16:06 +0200)]
Deprecate unsupported/untested functionality

7 years agoTest shared tria with matrix-free 3313/head
Martin Kronbichler [Sat, 29 Oct 2016 14:04:10 +0000 (16:04 +0200)]
Test shared tria with matrix-free

7 years agoAvoid using deprecated functionality
Martin Kronbichler [Sat, 29 Oct 2016 08:39:49 +0000 (10:39 +0200)]
Avoid using deprecated functionality

7 years agoAdd test which uses zero rhs vector that needs alternative initialization
Martin Kronbichler [Fri, 28 Oct 2016 09:34:26 +0000 (11:34 +0200)]
Add test which uses zero rhs vector that needs alternative initialization

7 years agoAdd changelog
Martin Kronbichler [Thu, 27 Oct 2016 20:02:12 +0000 (22:02 +0200)]
Add changelog

7 years agoAdd another test
Martin Kronbichler [Thu, 27 Oct 2016 19:49:53 +0000 (21:49 +0200)]
Add another test

7 years agoAdd new test for general (non-diagonal matrix) interface of Chebyshev
Martin Kronbichler [Thu, 27 Oct 2016 13:22:05 +0000 (15:22 +0200)]
Add new test for general (non-diagonal matrix) interface of Chebyshev

7 years agoIntroduce template for preconditioner type in Chebyshev smoother.
Martin Kronbichler [Thu, 27 Oct 2016 13:21:48 +0000 (15:21 +0200)]
Introduce template for preconditioner type in Chebyshev smoother.

7 years agoAdd test for diagonal matrix
Martin Kronbichler [Thu, 27 Oct 2016 13:20:42 +0000 (15:20 +0200)]
Add test for diagonal matrix

7 years agoAdd class for diagonal matrix
Martin Kronbichler [Thu, 27 Oct 2016 13:20:33 +0000 (15:20 +0200)]
Add class for diagonal matrix

7 years agoMerge pull request #3311 from bangerth/document-scripts
Denis Davydov [Sat, 29 Oct 2016 06:16:24 +0000 (08:16 +0200)]
Merge pull request #3311 from bangerth/document-scripts

Document the purpose of the two indentation scripts in ./contrib/utilities.

7 years agoDocument the purpose of the two indentation scripts in ./contrib/utilities. 3311/head
Wolfgang Bangerth [Sat, 29 Oct 2016 02:28:14 +0000 (20:28 -0600)]
Document the purpose of the two indentation scripts in ./contrib/utilities.

7 years agoMerge pull request #3289 from gassmoeller/improve_cellid
Wolfgang Bangerth [Sat, 29 Oct 2016 02:12:41 +0000 (20:12 -0600)]
Merge pull request #3289 from gassmoeller/improve_cellid

Optimize CellId

7 years agoMerge pull request #3308 from sairajat/pvd-bug
Wolfgang Bangerth [Sat, 29 Oct 2016 02:09:55 +0000 (20:09 -0600)]
Merge pull request #3308 from sairajat/pvd-bug

Fixed write_pvtu_record #3259

7 years agoProvide binary CellId representation 3289/head
Rene Gassmoeller [Mon, 19 Sep 2016 17:30:41 +0000 (11:30 -0600)]
Provide binary CellId representation

7 years agoFixed write_pvtu_record 3308/head
Rajat [Fri, 28 Oct 2016 22:55:46 +0000 (18:55 -0400)]
Fixed write_pvtu_record

7 years agoMerge pull request #3306 from davydden/matrix_free_number
Wolfgang Bangerth [Fri, 28 Oct 2016 20:36:16 +0000 (14:36 -0600)]
Merge pull request #3306 from davydden/matrix_free_number

rename number to Number in matrix-free operators

7 years agoMerge pull request #3307 from Rombur/fix_test
Denis Davydov [Fri, 28 Oct 2016 19:39:15 +0000 (21:39 +0200)]
Merge pull request #3307 from Rombur/fix_test

Fix test parallel_vector_18 for 64bit indices.

7 years agoFix test parallel_vector_18 for 64bit indices. 3307/head
Bruno Turcksin [Fri, 28 Oct 2016 19:37:07 +0000 (15:37 -0400)]
Fix test parallel_vector_18 for 64bit indices.

7 years agorename number to Number in matrix-free operators 3306/head
Denis Davydov [Fri, 28 Oct 2016 19:22:32 +0000 (21:22 +0200)]
rename number to Number in matrix-free operators

7 years agoMerge pull request #3305 from bangerth/style-update
Bruno Turcksin [Fri, 28 Oct 2016 16:11:55 +0000 (12:11 -0400)]
Merge pull request #3305 from bangerth/style-update

Just minor style updates.

7 years agoJust minor style updates. 3305/head
Wolfgang Bangerth [Fri, 28 Oct 2016 16:05:16 +0000 (10:05 -0600)]
Just minor style updates.

7 years agoMerge pull request #3300 from bangerth/use-subdomain_id-consistently
Martin Kronbichler [Fri, 28 Oct 2016 15:41:17 +0000 (17:41 +0200)]
Merge pull request #3300 from bangerth/use-subdomain_id-consistently

Use subdomain_ids consistently.

7 years agoMerge pull request #3304 from bangerth/add-changelog-entry
Martin Kronbichler [Fri, 28 Oct 2016 15:40:03 +0000 (17:40 +0200)]
Merge pull request #3304 from bangerth/add-changelog-entry

Add changelog entry for edge orientation code.

7 years agoAdd changelog entry for edge orientation code. 3304/head
Wolfgang Bangerth [Fri, 28 Oct 2016 15:36:45 +0000 (09:36 -0600)]
Add changelog entry for edge orientation code.

While there, also update a couple of comments.

7 years agoMerge pull request #3279 from drwells/update-boost-1.62
Wolfgang Bangerth [Fri, 28 Oct 2016 14:59:39 +0000 (08:59 -0600)]
Merge pull request #3279 from drwells/update-boost-1.62

Update boost to 1.62

7 years agoMerge pull request #3283 from bangerth/edge-orientation-cleanups
David Wells [Fri, 28 Oct 2016 14:58:10 +0000 (10:58 -0400)]
Merge pull request #3283 from bangerth/edge-orientation-cleanups

Cleanups for the edge orientation code.

7 years agoMerge pull request #3277 from bangerth/update-step-41
David Wells [Fri, 28 Oct 2016 14:39:58 +0000 (10:39 -0400)]
Merge pull request #3277 from bangerth/update-step-41

Update formatting of step-41.

7 years agoUpdate formatting of step-41. 3277/head
Wolfgang Bangerth [Fri, 21 Oct 2016 16:03:20 +0000 (10:03 -0600)]
Update formatting of step-41.

Specifically:
* Use the same numbering scheme for enumerations as below. The style
  [(1)] likely originated from using an `\item[(1)]` in the original
  latex version of the introduction.
* Add a sentence after the bullet point list at the end of the introduction
  to help doxygen understand that it should not indent the following
  section heading (from the commented program) the same as the bullet
  point list.

7 years agoMerge pull request #3301 from bangerth/fix-3299
Denis Davydov [Fri, 28 Oct 2016 06:16:23 +0000 (08:16 +0200)]
Merge pull request #3301 from bangerth/fix-3299

Add necessary .prm file. Update docs.

7 years agoMerge pull request #3296 from masterleinad/mass_matrix_bf
Denis Davydov [Fri, 28 Oct 2016 06:02:33 +0000 (08:02 +0200)]
Merge pull request #3296 from masterleinad/mass_matrix_bf

Add MatrixFreeOperators::MassOperator

7 years agoAdd necessary .prm file. Update docs. 3301/head
Wolfgang Bangerth [Fri, 28 Oct 2016 02:42:11 +0000 (20:42 -0600)]
Add necessary .prm file. Update docs.

In the olden times, the .prm file was created automatically when it was
not found, but this is no longer the case following #3122.


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.