]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agoindent 2570/head
Timo Heister [Sun, 1 May 2016 10:23:43 +0000 (11:23 +0100)]
indent

8 years agoremove unused doxygen filter for exceptions
Timo Heister [Sun, 1 May 2016 10:14:27 +0000 (11:14 +0100)]
remove unused doxygen filter for exceptions

8 years agomove exception outsequence from signature into a note
Timo Heister [Sun, 1 May 2016 10:14:16 +0000 (11:14 +0100)]
move exception outsequence from signature into a note

8 years agofix doxygen include path and expand DeclExceptionMsg
Timo Heister [Sun, 1 May 2016 08:54:54 +0000 (09:54 +0100)]
fix doxygen include path and expand DeclExceptionMsg

8 years agoMerge pull request #2568 from kronbichler/master
David Wells [Sat, 30 Apr 2016 21:53:41 +0000 (17:53 -0400)]
Merge pull request #2568 from kronbichler/master

Fix test without MPI

8 years agoFix test without MPI 2568/head
Martin Kronbichler [Sat, 30 Apr 2016 21:32:24 +0000 (23:32 +0200)]
Fix test without MPI

8 years agoMerge pull request #2566 from drwells/cmake-quick-test-error
Denis Davydov [Sat, 30 Apr 2016 19:20:51 +0000 (21:20 +0200)]
Merge pull request #2566 from drwells/cmake-quick-test-error

Return a nonzero value if the quick tests fail.

8 years agoMake the quick test error message more accurate. 2566/head
David Wells [Sat, 30 Apr 2016 16:18:50 +0000 (12:18 -0400)]
Make the quick test error message more accurate.

Errors occured, so this should be labeled as an error with the same
style used elsewhere in the CMake configuration.

8 years agoReturn a nonzero value if the quick tests fail.
David Wells [Sat, 30 Apr 2016 16:18:13 +0000 (12:18 -0400)]
Return a nonzero value if the quick tests fail.

Previously 'make test' would return 0 regardless of whether or not any
quick tests failed.

8 years agoMerge pull request #2565 from bangerth/doc-update-59
Martin Kronbichler [Sat, 30 Apr 2016 07:04:09 +0000 (09:04 +0200)]
Merge pull request #2565 from bangerth/doc-update-59

Improve an error message.

8 years agoMerge pull request #2557 from davydden/function_spline
Wolfgang Bangerth [Sat, 30 Apr 2016 01:00:27 +0000 (21:00 -0400)]
Merge pull request #2557 from davydden/function_spline

Functions::CSpline via GSL

8 years agoImprove an error message. 2565/head
Wolfgang Bangerth [Fri, 29 Apr 2016 21:42:49 +0000 (16:42 -0500)]
Improve an error message.

8 years agoMerge pull request #2564 from bangerth/doc-update-58
Bruno Turcksin [Fri, 29 Apr 2016 19:40:29 +0000 (14:40 -0500)]
Merge pull request #2564 from bangerth/doc-update-58

Add a note about evaluating point values/gradients.

8 years agoAdd a note about evaluating point values/gradients. 2564/head
Wolfgang Bangerth [Fri, 29 Apr 2016 19:34:10 +0000 (14:34 -0500)]
Add a note about evaluating point values/gradients.

Specifically, say that this is likely going to lead to heartbreak
if done close to a cell boundary.

8 years agoMerge pull request #2325 from drwells/flux-sparsity-pattern-parallel
Wolfgang Bangerth [Thu, 28 Apr 2016 22:42:27 +0000 (18:42 -0400)]
Merge pull request #2325 from drwells/flux-sparsity-pattern-parallel

Fix a distributed sparsity bug.

8 years agoMerge pull request #2563 from kronbichler/master
David Wells [Thu, 28 Apr 2016 22:39:41 +0000 (18:39 -0400)]
Merge pull request #2563 from kronbichler/master

Fix test of exception in FE_Q at degree 0

8 years agoFix test of exception in FE_Q at degree 0 2563/head
Martin Kronbichler [Thu, 28 Apr 2016 21:09:57 +0000 (23:09 +0200)]
Fix test of exception in FE_Q at degree 0

8 years agoMerge pull request #2562 from tcclevenger/changelog_typo
Martin Kronbichler [Thu, 28 Apr 2016 17:16:21 +0000 (19:16 +0200)]
Merge pull request #2562 from tcclevenger/changelog_typo

fixed typo in changes.h

8 years agofixed typo in changes.h 2562/head
tcclevenger [Thu, 28 Apr 2016 16:24:18 +0000 (12:24 -0400)]
fixed typo in changes.h

8 years agoMerge pull request #2519 from tcclevenger/write_parallel_vtu
Wolfgang Bangerth [Thu, 28 Apr 2016 16:17:14 +0000 (12:17 -0400)]
Merge pull request #2519 from tcclevenger/write_parallel_vtu

add GridOut::write_mesh_per_processor_as_vtu

8 years agoadd a GSL entry to changes.h 2557/head
Denis Davydov [Thu, 28 Apr 2016 15:33:37 +0000 (17:33 +0200)]
add a GSL entry to changes.h

8 years agoAdd GSL compilation instructions and mention it among other external libraries to...
Denis Davydov [Thu, 28 Apr 2016 15:28:18 +0000 (17:28 +0200)]
Add GSL compilation instructions and mention it among other external libraries to which deal.ii has an interface

8 years agofixed order of changes.h entry 2519/head
tcclevenger [Thu, 28 Apr 2016 15:21:12 +0000 (11:21 -0400)]
fixed order of changes.h entry

8 years agoadd GridOut::write_mesh_per_processor_as_vtu
tcclevenger [Tue, 5 Apr 2016 18:15:09 +0000 (14:15 -0400)]
add GridOut::write_mesh_per_processor_as_vtu

Writes vtu with values "level", "subdomain", "lvl_subdomain", and "proc_writing". Also combines these into a .pvtu file. The motivation for this function is to visually debug geometric multigrid for parallel computations.

Added entry in changes.h

8 years agominor cleanup of Functions::CSpline class
Denis Davydov [Thu, 28 Apr 2016 15:10:16 +0000 (17:10 +0200)]
minor cleanup of Functions::CSpline class

8 years agoMerge pull request #2561 from kronbichler/master
Timo Heister [Thu, 28 Apr 2016 10:13:12 +0000 (11:13 +0100)]
Merge pull request #2561 from kronbichler/master

Bugfixes without MPI

8 years agoFix tests without MPI 2561/head
Martin Kronbichler [Thu, 28 Apr 2016 07:07:57 +0000 (09:07 +0200)]
Fix tests without MPI

8 years agoFix compilation without MPI
Martin Kronbichler [Thu, 28 Apr 2016 07:07:45 +0000 (09:07 +0200)]
Fix compilation without MPI

8 years agoFix make_flux_sparsity_pattern on parallel meshes. 2325/head
David Wells [Sun, 24 Apr 2016 21:58:43 +0000 (17:58 -0400)]
Fix make_flux_sparsity_pattern on parallel meshes.

This fixes my erroneous work in 9b037871bb. The function previously
skipped faces based on the total ordering: however, we will not revisit
the face if it is between a locally owned and ghost cell, so the
resulting sparsity pattern is rather weird (and wrong). Instead, only
skip the face if we meet the previous ordering condition and both cells
are locally owned.

8 years agoMerge pull request #2559 from luca-heltai/fix-manifold-04
Martin Kronbichler [Wed, 27 Apr 2016 11:30:26 +0000 (13:30 +0200)]
Merge pull request #2559 from luca-heltai/fix-manifold-04

Try to fix a failing test.

8 years agoTry to fix test. 2559/head
Luca Heltai [Wed, 27 Apr 2016 10:42:38 +0000 (12:42 +0200)]
Try to fix test.

8 years agoMerge pull request #2558 from luca-heltai/manifold-assert
Martin Kronbichler [Wed, 27 Apr 2016 07:49:04 +0000 (09:49 +0200)]
Merge pull request #2558 from luca-heltai/manifold-assert

Added some Asserts to Manifold.

8 years agouse with_gsl=on in CSpline's filename
Denis Davydov [Wed, 27 Apr 2016 07:45:13 +0000 (09:45 +0200)]
use with_gsl=on in CSpline's filename

8 years agoAdded asserts to Manifold::get_normals_at_vertices 2558/head
Luca Heltai [Wed, 27 Apr 2016 07:20:38 +0000 (09:20 +0200)]
Added asserts to Manifold::get_normals_at_vertices

8 years agoadd and use DEAL_II_WITH_GSL
Denis Davydov [Wed, 27 Apr 2016 05:19:20 +0000 (07:19 +0200)]
add and use DEAL_II_WITH_GSL

8 years agoadd Functions::CSpline
Denis Davydov [Tue, 26 Apr 2016 17:39:55 +0000 (19:39 +0200)]
add Functions::CSpline

8 years agoMerge pull request #2542 from davydden/cmake_user_projects
Matthias Maier [Tue, 26 Apr 2016 18:19:43 +0000 (13:19 -0500)]
Merge pull request #2542 from davydden/cmake_user_projects

extend documentation to show how to use only native CMake commands

8 years agoadd GSL library as an optional dependency
Denis Davydov [Tue, 26 Apr 2016 17:39:15 +0000 (19:39 +0200)]
add GSL library as an optional dependency

8 years agoMerge pull request #2556 from kronbichler/master
Bruno Turcksin [Tue, 26 Apr 2016 12:53:41 +0000 (07:53 -0500)]
Merge pull request #2556 from kronbichler/master

Use consistent exception name for FE_Q of degree 0.

8 years agoUse consistent exception name for FE_Q of degree 0. 2556/head
Martin Kronbichler [Tue, 26 Apr 2016 12:42:42 +0000 (14:42 +0200)]
Use consistent exception name for FE_Q of degree 0.

8 years agoMerge pull request #2554 from kronbichler/master
Timo Heister [Tue, 26 Apr 2016 10:34:18 +0000 (11:34 +0100)]
Merge pull request #2554 from kronbichler/master

Remove long double instantiations.

8 years agoAdd changelog entry 2554/head
Martin Kronbichler [Tue, 26 Apr 2016 09:38:13 +0000 (11:38 +0200)]
Add changelog entry

8 years agoRemove long double instantiations.
Martin Kronbichler [Mon, 25 Apr 2016 20:07:20 +0000 (22:07 +0200)]
Remove long double instantiations.

8 years agoMerge pull request #2553 from drwells/trilinos-elide-zeros-early-exit
David Wells [Mon, 25 Apr 2016 22:35:29 +0000 (18:35 -0400)]
Merge pull request #2553 from drwells/trilinos-elide-zeros-early-exit

Exit early if there are no matrix entries to add.

8 years agoAdd a test for zero elision in Trilinos matrices. 2553/head
David Wells [Mon, 25 Apr 2016 02:42:11 +0000 (22:42 -0400)]
Add a test for zero elision in Trilinos matrices.

This test fails (in debug mode) on commits before ba14c79afa. See the
long note at the top of the test for more information.

8 years agoExit early if there are no matrix entries to add.
David Wells [Sun, 24 Apr 2016 22:47:28 +0000 (18:47 -0400)]
Exit early if there are no matrix entries to add.

This gets around an issue where, if one is using a sparsity pattern
created by make_flux_sparsity_pattern and the 'nonzero' coupling option,
one may end up trying to add zeros to entries that do not exist in the
sparsity pattern on the current processor. This problem shows up when
adding fluxes between locally owned and ghost cells.

This commit sidesteps the issue by exiting early if there is
nothing (i.e., the only thing to do is add zero) to do.

8 years agoMerge pull request #2550 from kronbichler/fix_instantiations
Denis Davydov [Sun, 24 Apr 2016 18:39:20 +0000 (20:39 +0200)]
Merge pull request #2550 from kronbichler/fix_instantiations

Add missing instantiations

8 years agoAdd missing instantiations 2550/head
Martin Kronbichler [Sun, 24 Apr 2016 18:33:36 +0000 (20:33 +0200)]
Add missing instantiations

8 years agoMerge pull request #2548 from kronbichler/fix_mmult_test
Wolfgang Bangerth [Sun, 24 Apr 2016 14:35:52 +0000 (10:35 -0400)]
Merge pull request #2548 from kronbichler/fix_mmult_test

Fix memory leak in Trilinos vector

8 years agoMerge pull request #2549 from kronbichler/master
Timo Heister [Sun, 24 Apr 2016 14:22:49 +0000 (15:22 +0100)]
Merge pull request #2549 from kronbichler/master

Fix warning without threads

8 years agoFix warning without threads 2549/head
Martin Kronbichler [Sun, 24 Apr 2016 13:56:57 +0000 (15:56 +0200)]
Fix warning without threads

8 years agoFix memory leak in Trilinos vector 2548/head
Martin Kronbichler [Sat, 23 Apr 2016 18:28:48 +0000 (20:28 +0200)]
Fix memory leak in Trilinos vector

8 years agoMerge pull request #2543 from tamiko/cmake_support_target_interface
Matthias Maier [Sun, 24 Apr 2016 00:36:46 +0000 (19:36 -0500)]
Merge pull request #2543 from tamiko/cmake_support_target_interface

CMake: Export a number of INTERFACE target information

8 years agoMerge pull request #2547 from kronbichler/fix_mmult_test
Timo Heister [Sat, 23 Apr 2016 15:49:09 +0000 (16:49 +0100)]
Merge pull request #2547 from kronbichler/fix_mmult_test

Fix test in 64 bit mode

8 years agoFix test in 64 bit mode 2547/head
Martin Kronbichler [Sat, 23 Apr 2016 13:59:12 +0000 (15:59 +0200)]
Fix test in 64 bit mode

8 years agoMerge pull request #2538 from tjhei/readme_trilinos_explicit_inst
Martin Kronbichler [Sat, 23 Apr 2016 13:00:49 +0000 (15:00 +0200)]
Merge pull request #2538 from tjhei/readme_trilinos_explicit_inst

advertise explicit instantiation setting for Trilinos

8 years agoextend documentation to show how to use only native CMake commands 2542/head
Denis Davydov [Fri, 22 Apr 2016 07:48:16 +0000 (09:48 +0200)]
extend documentation to show how to use only native CMake commands

8 years agoMerge pull request #2546 from tamiko/fix_multiple_parameter_loop
Wolfgang Bangerth [Sat, 23 Apr 2016 00:58:31 +0000 (20:58 -0400)]
Merge pull request #2546 from tamiko/fix_multiple_parameter_loop

Bugfix: Update MultipleParameterLoop::read_input to cb72c13

8 years agoBugfix: Update MultipleParameterLoop::read_input to cb72c13 2546/head
Matthias Maier [Sat, 23 Apr 2016 00:24:47 +0000 (19:24 -0500)]
Bugfix: Update MultipleParameterLoop::read_input to cb72c13

Fix a regression introduced by cb72c13 that changed the signature of
ParameterHandler::read_input.

In reference to #2526
Fixes #2545

8 years agoMerge pull request #2544 from Rombur/cubit
Bruno Turcksin [Fri, 22 Apr 2016 16:37:55 +0000 (11:37 -0500)]
Merge pull request #2544 from Rombur/cubit

Update documentation.

8 years agoUpdate documentation. 2544/head
Bruno Turcksin [Fri, 22 Apr 2016 15:22:40 +0000 (11:22 -0400)]
Update documentation.

8 years agoCMake: Also put LINKER_FLAGS into COMPILE_OPTIONS target definition 2543/head
Matthias Maier [Fri, 22 Apr 2016 15:11:18 +0000 (10:11 -0500)]
CMake: Also put LINKER_FLAGS into COMPILE_OPTIONS target definition

8 years agoCMake: Export a number of INTERFACE target information
Matthias Maier [Fri, 22 Apr 2016 07:00:54 +0000 (02:00 -0500)]
CMake: Export a number of INTERFACE target information

8 years agoMerge pull request #2539 from Rombur/fix_64_bit
Wolfgang Bangerth [Thu, 21 Apr 2016 18:51:54 +0000 (14:51 -0400)]
Merge pull request #2539 from Rombur/fix_64_bit

Fix a bug when using 64 bit indices.

8 years agoFix a bug when using 64 bit indices. 2539/head
Bruno Turcksin [Thu, 21 Apr 2016 18:39:40 +0000 (14:39 -0400)]
Fix a bug when using 64 bit indices.

8 years agoMerge pull request #2536 from kronbichler/master
Timo Heister [Thu, 21 Apr 2016 17:02:49 +0000 (18:02 +0100)]
Merge pull request #2536 from kronbichler/master

Fix Trilinos mat-mat multiplication

8 years agoadvertise explicit instantiation setting for Trilinos 2538/head
Timo Heister [Thu, 21 Apr 2016 16:41:50 +0000 (17:41 +0100)]
advertise explicit instantiation setting for Trilinos

also see #1643

8 years agoFix Trilinos mat-mat multiplication 2536/head
Martin Kronbichler [Thu, 21 Apr 2016 10:59:10 +0000 (12:59 +0200)]
Fix Trilinos mat-mat multiplication

8 years agoMerge pull request #2537 from pesser/newton_debug
Wolfgang Bangerth [Thu, 21 Apr 2016 16:10:35 +0000 (12:10 -0400)]
Merge pull request #2537 from pesser/newton_debug

Newton debug

8 years agoadd test for newton debug vector sizes and astyle 2537/head
Patrick Esser [Thu, 21 Apr 2016 15:16:17 +0000 (17:16 +0200)]
add test for newton debug vector sizes and astyle

8 years agoinitialize Du to correct size
Patrick Esser [Thu, 21 Apr 2016 13:29:26 +0000 (15:29 +0200)]
initialize Du to correct size

8 years agoMerge pull request #2529 from bangerth/fix-warnings-8
Timo Heister [Wed, 20 Apr 2016 20:38:52 +0000 (22:38 +0200)]
Merge pull request #2529 from bangerth/fix-warnings-8

Comment out argument names for move constructors/operators.

8 years agoMerge pull request #2528 from bangerth/fix-warnings-6
David Wells [Wed, 20 Apr 2016 16:08:47 +0000 (12:08 -0400)]
Merge pull request #2528 from bangerth/fix-warnings-6

Remove unused variable.

8 years agoMerge pull request #2526 from davydden/parameter_handler_eof
Denis Davydov [Wed, 20 Apr 2016 15:55:35 +0000 (17:55 +0200)]
Merge pull request #2526 from davydden/parameter_handler_eof

add an extra string parameter to terminate the parsing of a file by P…

8 years agoadd a unit test to check that last_line works in ParameterHandler 2526/head
Denis Davydov [Wed, 20 Apr 2016 15:52:00 +0000 (17:52 +0200)]
add a unit test to check that last_line works in ParameterHandler

8 years agoComment out argument names for move constructors/operators. 2529/head
Wolfgang Bangerth [Wed, 20 Apr 2016 15:33:12 +0000 (10:33 -0500)]
Comment out argument names for move constructors/operators.

This avoids warnings by gcc 4.6 which takes a '=default' declaration to be a
function definition in which it doesn't use the name of the argument. It then
proceeds to issue a warning about an unused argument :-(

This patch avoids this.

8 years agoRemove unused variable. 2528/head
Wolfgang Bangerth [Wed, 20 Apr 2016 15:19:54 +0000 (10:19 -0500)]
Remove unused variable.

Thereby also fix a warning.

8 years agoadd an extra string parameter to terminate the parsing of a file by ParameterHandler
Denis Davydov [Wed, 20 Apr 2016 12:59:14 +0000 (14:59 +0200)]
add an extra string parameter to terminate the parsing of a file by ParameterHandler

8 years agoMerge pull request #2523 from ESeNonFossiIo/PETScLinearOperator
Luca Heltai [Wed, 20 Apr 2016 13:23:56 +0000 (15:23 +0200)]
Merge pull request #2523 from ESeNonFossiIo/PETScLinearOperator

fix PETSc ReinitHelper for LinearOperator and MPI vectors

8 years agoFix ReinitHelper for PETSc and test vmult for PETScSparseMatrix 2523/head
ESeNonFossiIo [Mon, 18 Apr 2016 08:49:47 +0000 (10:49 +0200)]
Fix ReinitHelper for PETSc and test vmult for PETScSparseMatrix

8 years agoMerge pull request #2524 from bangerth/minor-fix
Martin Kronbichler [Wed, 20 Apr 2016 09:20:38 +0000 (11:20 +0200)]
Merge pull request #2524 from bangerth/minor-fix

Reset object to native state in IndexSet::clear().

8 years agoReset object to native state in IndexSet::clear(). 2524/head
Wolfgang Bangerth [Wed, 20 Apr 2016 02:53:02 +0000 (21:53 -0500)]
Reset object to native state in IndexSet::clear().

IndexSet stores an index into an array. Upon construction, this index is set
to an invalid value (because the array is empty), whereas after IndexSet::clear()
the index was set to zero -- a perfectly reasonable, and consequently objectionable
index. This patch sets the index to an invalid value instead, as is also
done in the constructor.

8 years agoMerge pull request #2513 from danshapero/index-set-move
Wolfgang Bangerth [Tue, 19 Apr 2016 17:51:59 +0000 (13:51 -0400)]
Merge pull request #2513 from danshapero/index-set-move

Added move constructor to IndexSet

8 years agoAdded move constructor to IndexSet 2513/head
danshapero [Sat, 16 Apr 2016 00:24:11 +0000 (17:24 -0700)]
Added move constructor to IndexSet

8 years agoMerge pull request #2518 from masterleinad/periodicetc
Wolfgang Bangerth [Tue, 19 Apr 2016 12:08:03 +0000 (08:08 -0400)]
Merge pull request #2518 from masterleinad/periodicetc

Use neighbor_or_periodic_neighbor at suitable places

8 years agoFix minor issues in PR2518 2518/head
Daniel Arndt [Tue, 19 Apr 2016 11:50:44 +0000 (13:50 +0200)]
Fix minor issues in PR2518

8 years agoMerge pull request #2517 from kronbichler/master
Martin Kronbichler [Tue, 19 Apr 2016 11:34:25 +0000 (13:34 +0200)]
Merge pull request #2517 from kronbichler/master

Use the same affinity for inner products as for vector updates

8 years agoMerge pull request #2520 from ESeNonFossiIo/PETSc_nullptr
Martin Kronbichler [Tue, 19 Apr 2016 09:37:41 +0000 (11:37 +0200)]
Merge pull request #2520 from ESeNonFossiIo/PETSc_nullptr

Remove nullptr

8 years agoRemove nullptr 2520/head
ESeNonFossiIo [Tue, 19 Apr 2016 08:55:29 +0000 (10:55 +0200)]
Remove nullptr

8 years agoDocument magic constants 2517/head
Martin Kronbichler [Mon, 18 Apr 2016 17:05:08 +0000 (19:05 +0200)]
Document magic constants

8 years agoIncrement index at the position where we do the summation
Martin Kronbichler [Mon, 18 Apr 2016 14:26:08 +0000 (16:26 +0200)]
Increment index at the position where we do the summation

8 years agoUse the same affinity for inner products as for vector updates
Martin Kronbichler [Mon, 18 Apr 2016 09:59:14 +0000 (11:59 +0200)]
Use the same affinity for inner products as for vector updates

8 years agoMerge pull request #2512 from andreamola/min_max_curvatures_in_point_proj_on_surface
Wolfgang Bangerth [Tue, 19 Apr 2016 02:19:48 +0000 (22:19 -0400)]
Merge pull request #2512 from andreamola/min_max_curvatures_in_point_proj_on_surface

closest_point_and_differential_forms changed to return min and max curvatures

8 years agoEntry in changes.h
Daniel Arndt [Mon, 18 Apr 2016 17:16:03 +0000 (19:16 +0200)]
Entry in changes.h

8 years agoTest for periodic boundary conditions using DG and MeshWorker, update other tests
Daniel Arndt [Mon, 18 Apr 2016 15:35:56 +0000 (17:35 +0200)]
Test for periodic boundary conditions using DG and MeshWorker, update other tests

8 years agoFixup periodic_neighbor_is_coarser for refined cells
Daniel Arndt [Mon, 18 Apr 2016 17:04:10 +0000 (19:04 +0200)]
Fixup periodic_neighbor_is_coarser for refined cells

8 years agoperiodic_neighbor in MeshWorker
Daniel Arndt [Thu, 31 Mar 2016 17:57:56 +0000 (19:57 +0200)]
periodic_neighbor in MeshWorker

8 years agoperiodic_neighbor in MGTools::make_flux_sparsity_pattern
Daniel Arndt [Thu, 31 Mar 2016 17:21:45 +0000 (19:21 +0200)]
periodic_neighbor in MGTools::make_flux_sparsity_pattern

8 years agoperiodic_neighbor in DoFTools::make_sparsity_pattern
Daniel Arndt [Tue, 29 Mar 2016 17:26:54 +0000 (19:26 +0200)]
periodic_neighbor in DoFTools::make_sparsity_pattern

8 years agoMerge pull request #2514 from jgedicke/mg_assemble_up_fix
Timo Heister [Mon, 18 Apr 2016 14:09:48 +0000 (16:09 +0200)]
Merge pull request #2514 from jgedicke/mg_assemble_up_fix

fix call of assemble_up in MGMatrixSimple


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.