]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoMerge pull request #3631 from bangerth/cleanups-3
Timo Heister [Fri, 25 Nov 2016 11:45:26 +0000 (06:45 -0500)]
Merge pull request #3631 from bangerth/cleanups-3

Clean up some p4est-related code.

7 years agoMerge pull request #3632 from bangerth/doc-update-79
Martin Kronbichler [Thu, 24 Nov 2016 18:49:02 +0000 (19:49 +0100)]
Merge pull request #3632 from bangerth/doc-update-79

Augment discussion on scalability.

7 years agoAugment discussion on scalability. 3632/head
Wolfgang Bangerth [Thu, 24 Nov 2016 18:43:32 +0000 (11:43 -0700)]
Augment discussion on scalability.

7 years agoClean up some p4est-related code. 3631/head
Wolfgang Bangerth [Thu, 24 Nov 2016 16:55:41 +0000 (09:55 -0700)]
Clean up some p4est-related code.

Specifically, commit daf3146 (via #3625) introduced a dimension dependent dispatch
mechanism that allowed writing some code in a more generic way. The idea was right,
but the approach duplicated the dispatching because we already have a dispatching
mechanism via the internal::p4est::functions classes.

This patch simply merges the two approaches. It also allows to move some
code out of distributed/tria.cc into distributed/p4est_wrappers.cc, at the
cost of some code churn. The patch does not actually change any kind of
functionality -- it just moves things.

7 years agoMerge pull request #3602 from bangerth/move-function
Martin Kronbichler [Thu, 24 Nov 2016 17:11:51 +0000 (18:11 +0100)]
Merge pull request #3602 from bangerth/move-function

Move template function DoFHandler::n_boundary_dofs().

7 years agoMerge pull request #3629 from spco/fix_readme
Wolfgang Bangerth [Thu, 24 Nov 2016 15:55:36 +0000 (08:55 -0700)]
Merge pull request #3629 from spco/fix_readme

Fix typo in documentation.

7 years agoFix typo in documentation. 3629/head
SAM COX [Thu, 24 Nov 2016 15:51:34 +0000 (15:51 +0000)]
Fix typo in documentation.

7 years agoMerge pull request #3628 from kalj/correct-manifold-instantiations
Martin Kronbichler [Thu, 24 Nov 2016 07:44:53 +0000 (08:44 +0100)]
Merge pull request #3628 from kalj/correct-manifold-instantiations

Make instantiations fulfill chartdim<=spacedim

7 years agoMerge pull request #3626 from kalj/templatize-hardcoded-case
Martin Kronbichler [Thu, 24 Nov 2016 07:44:21 +0000 (08:44 +0100)]
Merge pull request #3626 from kalj/templatize-hardcoded-case

Templatize the hardcoded case of compute_shape_function_values

7 years agoMerge pull request #3625 from kalj/wrap-p4est-iterate
Martin Kronbichler [Thu, 24 Nov 2016 07:43:47 +0000 (08:43 +0100)]
Merge pull request #3625 from kalj/wrap-p4est-iterate

Wrap p[48]est_iterate in a template struct

7 years agomake instantiations fulfill chartdim<=spacedim 3628/head
Karl Ljungkvist [Wed, 23 Nov 2016 13:46:35 +0000 (14:46 +0100)]
make instantiations fulfill chartdim<=spacedim

7 years agochange a runtime branch into a compile time one by templatization 3626/head
Karl Ljungkvist [Wed, 23 Nov 2016 13:43:07 +0000 (14:43 +0100)]
change a runtime branch into a compile time one by templatization

this avoids the special hardcoded case for when dim==spacedim to be instantiated also for
 other combinations of dim and spacedim.

7 years agowrap p[48]est_iterate in a template struct to avoid invalid instantiations 3625/head
Karl Ljungkvist [Wed, 23 Nov 2016 13:37:41 +0000 (14:37 +0100)]
wrap p[48]est_iterate in a template struct to avoid invalid instantiations

7 years agoMerge pull request #3262 from masterleinad/project_parallel
Martin Kronbichler [Wed, 23 Nov 2016 11:11:35 +0000 (12:11 +0100)]
Merge pull request #3262 from masterleinad/project_parallel

VectorTools::project for p::d::Triangulations

7 years agoMerge pull request #3616 from kalj/refactor-mg-setup
Martin Kronbichler [Wed, 23 Nov 2016 06:43:22 +0000 (07:43 +0100)]
Merge pull request #3616 from kalj/refactor-mg-setup

Extract setup code from MGTransferMatrixFree

7 years agoMerge pull request #3623 from bavier/petsc-conf
Matthias Maier [Tue, 22 Nov 2016 23:34:35 +0000 (17:34 -0600)]
Merge pull request #3623 from bavier/petsc-conf

Add petsc conf hint for petsc>=3.7

7 years agoAdd petsc conf hint for petsc>=3.7 3623/head
Eric Bavier [Tue, 22 Nov 2016 19:13:34 +0000 (13:13 -0600)]
Add petsc conf hint for petsc>=3.7

7 years agoextract vectorized data structure from common code 3616/head
Karl Ljungkvist [Mon, 21 Nov 2016 13:53:25 +0000 (14:53 +0100)]
extract vectorized data structure from common code

7 years agoMerge pull request #3621 from kalj/static-assert-dof-handler
Martin Kronbichler [Tue, 22 Nov 2016 09:25:21 +0000 (10:25 +0100)]
Merge pull request #3621 from kalj/static-assert-dof-handler

Use static assert to check for correct template parameters at compile time

7 years agofix incorrect calculation of n_child_dofs_1d
Karl Ljungkvist [Mon, 21 Nov 2016 16:35:29 +0000 (17:35 +0100)]
fix incorrect calculation of n_child_dofs_1d

7 years agoExtract some common MG transfer setup code
Karl Ljungkvist [Thu, 17 Nov 2016 16:26:57 +0000 (17:26 +0100)]
Extract some common MG transfer setup code

7 years agoensure that correct template parameters have been used 3621/head
Karl Ljungkvist [Mon, 21 Nov 2016 11:34:36 +0000 (12:34 +0100)]
ensure that correct template parameters have been used

7 years agoMerge pull request #3484 from bangerth/initialize-members
Bruno Turcksin [Mon, 21 Nov 2016 14:00:45 +0000 (09:00 -0500)]
Merge pull request #3484 from bangerth/initialize-members

Initialize a bunch of member variables.

7 years agoMerge pull request #3605 from davydden/feature/mg_interface_matrix
Martin Kronbichler [Mon, 21 Nov 2016 13:28:55 +0000 (14:28 +0100)]
Merge pull request #3605 from davydden/feature/mg_interface_matrix

add MGInterfaceOperator and use it in a few tests

7 years agoMerge pull request #3594 from kalj/export-fill-copy-indices
Martin Kronbichler [Mon, 21 Nov 2016 13:24:48 +0000 (14:24 +0100)]
Merge pull request #3594 from kalj/export-fill-copy-indices

Make multigrid function `fill_copy_indices` available internally

7 years agoadd guard to only compile with sensible <dim,spacedim> combinations 3594/head
Karl Ljungkvist [Mon, 21 Nov 2016 08:28:11 +0000 (09:28 +0100)]
add guard to only compile with sensible <dim,spacedim> combinations

7 years agoMerge pull request #3619 from drwells/use-PetscErrorCode
Wolfgang Bangerth [Mon, 21 Nov 2016 00:47:10 +0000 (17:47 -0700)]
Merge pull request #3619 from drwells/use-PetscErrorCode

Use PetscErrorCode instead of int.

7 years agoMerge pull request #3590 from bangerth/fix-geometry-update-without-data
David Wells [Sun, 20 Nov 2016 20:58:21 +0000 (15:58 -0500)]
Merge pull request #3590 from bangerth/fix-geometry-update-without-data

Do compute the locations of vertices of patches also if no data is attached.

7 years agoUse PetscErrorCode instead of int. 3619/head
David Wells [Sun, 20 Nov 2016 04:22:07 +0000 (23:22 -0500)]
Use PetscErrorCode instead of int.

PETSc typedefs PetscErrorCode to be int (so these are equivalent) but this makes
things a bit clearer.

7 years agoUse LinearAlgebra::distributed::Vector instead of Trilinos vectors in tests 3262/head
Daniel Arndt [Sat, 19 Nov 2016 12:27:06 +0000 (13:27 +0100)]
Use LinearAlgebra::distributed::Vector instead of Trilinos vectors in tests

7 years agomoving implementations to a .cc file, with explicit instantiations
Karl Ljungkvist [Sat, 19 Nov 2016 11:32:01 +0000 (12:32 +0100)]
moving implementations to a .cc file, with explicit instantiations

7 years agoadding missing include files
Karl Ljungkvist [Sat, 19 Nov 2016 07:45:40 +0000 (08:45 +0100)]
adding missing include files

7 years agoMerge pull request #3618 from masterleinad/fix_changes_h
Wolfgang Bangerth [Fri, 18 Nov 2016 18:00:13 +0000 (11:00 -0700)]
Merge pull request #3618 from masterleinad/fix_changes_h

Fixup changes.h

7 years agoFixup changes.h 3618/head
Daniel Arndt [Fri, 18 Nov 2016 17:11:43 +0000 (18:11 +0100)]
Fixup changes.h

7 years agoMerge pull request #3576 from drwells/improve-petsc-checks
David Wells [Fri, 18 Nov 2016 11:30:11 +0000 (06:30 -0500)]
Merge pull request #3576 from drwells/improve-petsc-checks

Improve the output of PETSc exceptions.

7 years agoRename internal helper functions
Daniel Arndt [Thu, 17 Nov 2016 22:40:09 +0000 (23:40 +0100)]
Rename internal helper functions

7 years agore-break lines
Karl Ljungkvist [Fri, 18 Nov 2016 08:15:19 +0000 (09:15 +0100)]
re-break lines

7 years agoexport internal function fill_copy_indices for usage in other transfer classes
Karl Ljungkvist [Wed, 16 Nov 2016 14:14:28 +0000 (15:14 +0100)]
export internal function fill_copy_indices for usage in other transfer classes

7 years agoMerge pull request #3615 from bangerth/more-cleanups
David Wells [Thu, 17 Nov 2016 21:42:11 +0000 (16:42 -0500)]
Merge pull request #3615 from bangerth/more-cleanups

More cleanups of GridIn::read_vtk().

7 years agoMore cleanups of GridIn::read_vtk(). 3615/head
Wolfgang Bangerth [Thu, 17 Nov 2016 20:46:57 +0000 (13:46 -0700)]
More cleanups of GridIn::read_vtk().

Specifically, get rid of a pointless array. Make the assumption
that underlies it explicit by adding assertions.

7 years agoRemove project_generic from public view
Daniel Arndt [Thu, 17 Nov 2016 18:16:57 +0000 (19:16 +0100)]
Remove project_generic from public view

7 years agoMake fe_values_view_30 pass
Daniel Arndt [Wed, 16 Nov 2016 12:33:15 +0000 (13:33 +0100)]
Make fe_values_view_30 pass

7 years agoVectorTools::project uses a matrix-free implemementation if supported and can deal...
Daniel Arndt [Fri, 4 Nov 2016 10:40:11 +0000 (11:40 +0100)]
VectorTools::project uses a matrix-free implemementation if supported and can deal with parallel Triangulations in this case

7 years agoMerge pull request #3610 from masterleinad/template_create_rhs
Daniel Arndt [Thu, 17 Nov 2016 16:32:25 +0000 (17:32 +0100)]
Merge pull request #3610 from masterleinad/template_create_rhs

VectorType in VectorTools::create_*_hand_side

7 years agoMerge pull request #3601 from bangerth/cleanups
David Wells [Thu, 17 Nov 2016 15:52:15 +0000 (10:52 -0500)]
Merge pull request #3601 from bangerth/cleanups

More GridIn::write_vtk() cleanups.

7 years agoConsistently check PETSc/SLEPc error codes. 3576/head
David Wells [Thu, 17 Nov 2016 00:42:36 +0000 (19:42 -0500)]
Consistently check PETSc/SLEPc error codes.

7 years agoConsistently format PETSc/SLEPc error codes.
David Wells [Thu, 17 Nov 2016 00:41:08 +0000 (19:41 -0500)]
Consistently format PETSc/SLEPc error codes.

7 years agoImprove the output of PETSc exceptions.
David Wells [Sat, 12 Nov 2016 19:21:35 +0000 (14:21 -0500)]
Improve the output of PETSc exceptions.

7 years agoMerge pull request #3611 from masterleinad/test_massoperator
Wolfgang Bangerth [Thu, 17 Nov 2016 15:28:02 +0000 (08:28 -0700)]
Merge pull request #3611 from masterleinad/test_massoperator

Add another test for MatrixFreeOperators::MassOperator

7 years agoMerge pull request #3600 from bangerth/add-instantiations
David Wells [Thu, 17 Nov 2016 15:22:07 +0000 (10:22 -0500)]
Merge pull request #3600 from bangerth/add-instantiations

Add a few instantiations.

7 years agoMerge pull request #3609 from masterleinad/fix_permissions
Wolfgang Bangerth [Thu, 17 Nov 2016 15:13:49 +0000 (08:13 -0700)]
Merge pull request #3609 from masterleinad/fix_permissions

Fix file permissions in FETools

7 years agoAdd another test for MatrixFreeOperators::MassOperator that fails for insufficient... 3611/head
Daniel Arndt [Fri, 4 Nov 2016 10:43:22 +0000 (11:43 +0100)]
Add another test for MatrixFreeOperators::MassOperator that fails for insufficient Quadrature

7 years agoAllow a template VectorType in VectorTools::create_right_hand_side and VectorTools... 3610/head
Daniel Arndt [Fri, 4 Nov 2016 10:30:59 +0000 (11:30 +0100)]
Allow a template VectorType in VectorTools::create_right_hand_side and VectorTools::create_boundary_right_hand_side

7 years agoFix file permissions in FETools 3609/head
Daniel Arndt [Thu, 17 Nov 2016 13:57:51 +0000 (14:57 +0100)]
Fix file permissions in FETools

7 years agoMerge pull request #3608 from masterleinad/remove_logname
Wolfgang Bangerth [Thu, 17 Nov 2016 14:06:21 +0000 (07:06 -0700)]
Merge pull request #3608 from masterleinad/remove_logname

Remove logname variable in tests

7 years agoRemove logname variable 3608/head
Daniel Arndt [Fri, 4 Nov 2016 10:08:54 +0000 (11:08 +0100)]
Remove logname variable

7 years agoRepeat the previous patch for the hp::DoFHandler. 3602/head
Wolfgang Bangerth [Thu, 17 Nov 2016 03:58:15 +0000 (20:58 -0700)]
Repeat the previous patch for the hp::DoFHandler.

7 years agoMove template function DoFHandler::n_boundary_dofs().
Wolfgang Bangerth [Thu, 17 Nov 2016 03:35:50 +0000 (20:35 -0700)]
Move template function DoFHandler::n_boundary_dofs().

This function is currently in a .cc file, and the .inst.in file actually tries to
instantiate it for all template arguments. Nonetheless, as #3599 shows, it is not
instantiated appropriately.

Rather than try to understand the exact cause, the easier solution is to just
move the function to the .h file. It turns out to have a lot of code duplicated
from the other function of same name, so shrink it down to the minimum and
simply defer to the non-templated member function.

7 years agoMerge pull request #3603 from bangerth/fix-type-error
David Wells [Thu, 17 Nov 2016 12:35:53 +0000 (07:35 -0500)]
Merge pull request #3603 from bangerth/fix-type-error

Fix a type error.

7 years agoadd MGInterfaceOperator and use it in a few tests 3605/head
Denis Davydov [Thu, 17 Nov 2016 09:39:55 +0000 (10:39 +0100)]
add MGInterfaceOperator and use it in a few tests

7 years agoFix a type error. 3603/head
Wolfgang Bangerth [Thu, 17 Nov 2016 03:49:54 +0000 (20:49 -0700)]
Fix a type error.

7 years agoMore GridIn::write_vtk() cleanups. 3601/head
Wolfgang Bangerth [Thu, 17 Nov 2016 03:10:00 +0000 (20:10 -0700)]
More GridIn::write_vtk() cleanups.

7 years agoAdd a few instantiations. 3600/head
Wolfgang Bangerth [Thu, 17 Nov 2016 03:01:42 +0000 (20:01 -0700)]
Add a few instantiations.

7 years agoMerge pull request #3598 from bangerth/fix-compilation
Wolfgang Bangerth [Thu, 17 Nov 2016 03:01:06 +0000 (20:01 -0700)]
Merge pull request #3598 from bangerth/fix-compilation

Fix compilation.

7 years agoFix compilation. 3598/head
Wolfgang Bangerth [Thu, 17 Nov 2016 02:58:36 +0000 (19:58 -0700)]
Fix compilation.

7 years agoMerge pull request #3592 from tamiko/fix_constraint_matrix
Matthias Maier [Wed, 16 Nov 2016 23:52:25 +0000 (17:52 -0600)]
Merge pull request #3592 from tamiko/fix_constraint_matrix

LAC: also allow ConstraintMatrix::distribute for std::complex

7 years agoMerge pull request #3517 from drwells/improve-mpi-checks
Wolfgang Bangerth [Wed, 16 Nov 2016 22:01:41 +0000 (15:01 -0700)]
Merge pull request #3517 from drwells/improve-mpi-checks

Improve mpi checks

7 years agoMerge pull request #3595 from bangerth/cleanups
David Wells [Wed, 16 Nov 2016 21:56:50 +0000 (16:56 -0500)]
Merge pull request #3595 from bangerth/cleanups

Clean up GridIn::read_vtk() in several ways.

7 years agoClean up GridIn::read_vtk() in several ways. 3595/head
Wolfgang Bangerth [Wed, 16 Nov 2016 14:36:14 +0000 (07:36 -0700)]
Clean up GridIn::read_vtk() in several ways.

Rename some variables. Also note that we always had
  vertex_indices[i] = i
  quad_indices[i] = i
  line_indices[i] = i
and so can get rid of these maps. They are a left-over from apparently copy-pasting
the initial version of this function from the UNV reader where this did not
have to be the case.

The function has many other problems, but I'm an incrementalist and I choose progress
over waiting for the perfect to happen :-).

7 years agoadd a test 3592/head
Matthias Maier [Wed, 16 Nov 2016 05:06:38 +0000 (23:06 -0600)]
add a test

7 years agoLAC: also allow ConstraintMatrix::distribute for std::complex
Matthias Maier [Wed, 16 Nov 2016 04:49:10 +0000 (22:49 -0600)]
LAC: also allow ConstraintMatrix::distribute for std::complex

Fix a typetrait check in ConstraintMatrix::distribute such that said class
and method can be used with complex valued vector types.

7 years agoMerge pull request #3591 from bangerth/fix-off-by-one-error
David Wells [Wed, 16 Nov 2016 14:09:46 +0000 (09:09 -0500)]
Merge pull request #3591 from bangerth/fix-off-by-one-error

Fix an off-by-one error in GridIn::read_vtk().

7 years agoMerge pull request #3593 from masterleinad/fix_mapping_test
Wolfgang Bangerth [Wed, 16 Nov 2016 13:53:57 +0000 (06:53 -0700)]
Merge pull request #3593 from masterleinad/fix_mapping_test

Fix mapping_q_manifold_01

7 years agoMerge pull request #3587 from bangerth/add-copy-operator
David Wells [Wed, 16 Nov 2016 13:06:11 +0000 (08:06 -0500)]
Merge pull request #3587 from bangerth/add-copy-operator

Fix Trilinos SparsityPattern iterators.

7 years agoFix mapping_q_manifold_01 3593/head
Daniel Arndt [Wed, 16 Nov 2016 10:42:10 +0000 (11:42 +0100)]
Fix mapping_q_manifold_01

7 years agoAdd a testcase. 3591/head
Wolfgang Bangerth [Wed, 16 Nov 2016 04:12:49 +0000 (21:12 -0700)]
Add a testcase.

7 years agoAdd a changelog entry.
Wolfgang Bangerth [Wed, 16 Nov 2016 04:12:30 +0000 (21:12 -0700)]
Add a changelog entry.

7 years agoFix an off-by-one error in GridIn::read_vtk.
Mayank Sabharwal [Wed, 16 Nov 2016 04:12:16 +0000 (21:12 -0700)]
Fix an off-by-one error in GridIn::read_vtk.

7 years agoAdd a changelog entry. 3587/head
Wolfgang Bangerth [Tue, 15 Nov 2016 14:55:30 +0000 (07:55 -0700)]
Add a changelog entry.

7 years agoAdd tests.
Wolfgang Bangerth [Tue, 15 Nov 2016 14:48:47 +0000 (07:48 -0700)]
Add tests.

7 years agoFix the (entirely broken) function Accessor::visit_present_row().
Wolfgang Bangerth [Tue, 15 Nov 2016 14:48:20 +0000 (07:48 -0700)]
Fix the (entirely broken) function Accessor::visit_present_row().

7 years agoRemove the copy constryctor of TrilinosWrappers::SparsityPatternIterators::Accessor.
Wolfgang Bangerth [Mon, 14 Nov 2016 23:52:07 +0000 (16:52 -0700)]
Remove the copy constryctor of TrilinosWrappers::SparsityPatternIterators::Accessor.

It is the default copy constructor, and by removing it, we need not
worry about the fact that we have no copy assignment operator in this class.

7 years agoAdd a testcase. 3590/head
Wolfgang Bangerth [Wed, 16 Nov 2016 01:08:36 +0000 (18:08 -0700)]
Add a testcase.

7 years agoAdd changelog entry.
Wolfgang Bangerth [Wed, 16 Nov 2016 01:08:18 +0000 (18:08 -0700)]
Add changelog entry.

7 years agoDo compute the locations of vertices of patches also if no data is attached.
Wolfgang Bangerth [Wed, 16 Nov 2016 01:06:50 +0000 (18:06 -0700)]
Do compute the locations of vertices of patches also if no data is attached.

Previously, higher order or Eulerian mappings were ignores if no data was attached to a DataOut object.
This seems wrong. Fix this by moving a piece of code before the check whether there is data.

7 years agoMerge pull request #3589 from bangerth/fix-wrong-mapping-clone
Daniel Arndt [Wed, 16 Nov 2016 00:54:22 +0000 (01:54 +0100)]
Merge pull request #3589 from bangerth/fix-wrong-mapping-clone

Fix a rather insidious bug in MappingQ.

7 years agoAdd a changelog entry. 3589/head
Wolfgang Bangerth [Tue, 15 Nov 2016 22:03:08 +0000 (15:03 -0700)]
Add a changelog entry.

7 years agoAdd testcases.
Wolfgang Bangerth [Tue, 15 Nov 2016 21:58:47 +0000 (14:58 -0700)]
Add testcases.

7 years agoMerge pull request #3588 from bangerth/update-some-comments
Timo Heister [Tue, 15 Nov 2016 18:09:43 +0000 (13:09 -0500)]
Merge pull request #3588 from bangerth/update-some-comments

Update some comments that were not quite accurate any more.

7 years agoEnsure that cloning a mapping also copies all internal variables.
Wolfgang Bangerth [Tue, 15 Nov 2016 17:17:29 +0000 (10:17 -0700)]
Ensure that cloning a mapping also copies all internal variables.

MappingQ has a member variable 'use_mapping_q_on_all_cells', but this variable is not
replicated when calling MappingQ::clone(). Fix this.

7 years agoUpdate some comments that were not quite accurate any more. 3588/head
Wolfgang Bangerth [Tue, 15 Nov 2016 17:15:56 +0000 (10:15 -0700)]
Update some comments that were not quite accurate any more.

Also just minor cleanups. No functional changes.

7 years agoMerge pull request #3585 from kalj/mg-fix
Wolfgang Bangerth [Tue, 15 Nov 2016 13:36:07 +0000 (06:36 -0700)]
Merge pull request #3585 from kalj/mg-fix

Fix array lenghts

7 years agoMerge pull request #3582 from bangerth/add-comment
Martin Kronbichler [Tue, 15 Nov 2016 12:08:49 +0000 (13:08 +0100)]
Merge pull request #3582 from bangerth/add-comment

Add a reference to step-33.

7 years agoMerge pull request #3584 from bangerth/improve-error
Martin Kronbichler [Tue, 15 Nov 2016 11:58:45 +0000 (12:58 +0100)]
Merge pull request #3584 from bangerth/improve-error

Improve an error message.

7 years agoFix array lenghts 3585/head
Karl Ljungkvist [Thu, 9 Jun 2016 12:47:45 +0000 (14:47 +0200)]
Fix array lenghts

7 years agoImprove an error message. 3584/head
Wolfgang Bangerth [Tue, 15 Nov 2016 00:30:51 +0000 (17:30 -0700)]
Improve an error message.

7 years agoMerge pull request #3579 from bangerth/initialize-members-2
David Wells [Mon, 14 Nov 2016 22:00:30 +0000 (17:00 -0500)]
Merge pull request #3579 from bangerth/initialize-members-2

Initialize the 'matrix' and 'vector' members in the PETSc wrappers.

7 years agoAdd a reference to step-33. 3582/head
Wolfgang Bangerth [Mon, 14 Nov 2016 19:58:22 +0000 (12:58 -0700)]
Add a reference to step-33.

7 years agoMerge pull request #3581 from bangerth/make-comment-more-readable
Timo Heister [Mon, 14 Nov 2016 19:10:49 +0000 (14:10 -0500)]
Merge pull request #3581 from bangerth/make-comment-more-readable

Make comment more readable.

7 years agoMake comment more readable. 3581/head
Wolfgang Bangerth [Mon, 14 Nov 2016 18:05:41 +0000 (11:05 -0700)]
Make comment more readable.


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.