]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agoAdd tests for twisted grid generator input. 2591/head
David Wells [Sat, 14 May 2016 19:34:06 +0000 (15:34 -0400)]
Add tests for twisted grid generator input.

These tests verify that the right exceptions are raised when input data
would result in cells with negative measure.

8 years agoUpdate the changelog.
David Wells [Thu, 12 May 2016 02:53:42 +0000 (22:53 -0400)]
Update the changelog.

8 years agoRaise exceptions for invalid input.
David Wells [Mon, 9 May 2016 01:20:14 +0000 (21:20 -0400)]
Raise exceptions for invalid input.

subdivided_parallelepiped could generate cells with negative volume if
the provided edges were not ordered correctly. Try to help the user by
raising an exception if this is the case in subdivided_parallelepiped
instead of create_triangulation.

This commit also fixes tests that would fail as a result of removing the
orientation fix.

Partly reverts ccb56e7fb5.

8 years agoMerge pull request #2600 from drwells/fix-clang-compilation
Wolfgang Bangerth [Fri, 13 May 2016 22:27:49 +0000 (18:27 -0400)]
Merge pull request #2600 from drwells/fix-clang-compilation

Fix compilation on clang.

8 years agoFix compilation on clang. 2600/head
David Wells [Fri, 13 May 2016 18:26:17 +0000 (14:26 -0400)]
Fix compilation on clang.

The previous commit 18ddfc4cf1 compiled under GCC but not clang. Credit
goes to Wolfgang Bangerth for the suggested usage of a variadic function
to raise errors when dim != spacedim.

8 years agoMerge pull request #2589 from davydden/feature/spherical_coordinates
Bruno Turcksin [Fri, 13 May 2016 11:58:07 +0000 (07:58 -0400)]
Merge pull request #2589 from davydden/feature/spherical_coordinates

add geometry utilities functions

8 years agoMerge pull request #2505 from davydden/lo_with_po
Bruno Turcksin [Thu, 12 May 2016 12:20:00 +0000 (08:20 -0400)]
Merge pull request #2505 from davydden/lo_with_po

add a new header which combines LinearOperator and PackagedOperation

8 years agoMerge pull request #2587 from drwells/c++-03-template-fix-02
Bruno Turcksin [Thu, 12 May 2016 12:15:40 +0000 (08:15 -0400)]
Merge pull request #2587 from drwells/c++-03-template-fix-02

C++ 03 template fix

8 years agoMake cell_measure(...) work again. 2587/head
David Wells [Thu, 12 May 2016 00:38:57 +0000 (20:38 -0400)]
Make cell_measure(...) work again.

A result of d8bafee27cc was that users can no longer write

cell_measure(...)

with no given template argument (in the codimension zero case). This
commit fixes that.

Note: since dim does not explicitly appear alone and unmodified in the
function arguments of cell_measure<dim, spacedim>, that function can
never have its type (more exactly, the value for dim) inferred correctly
from just the arguments. Put another way, one must always write
cell_measure<dim, spacedim> to use this function. This was not a problem
in the past when Point<dim> appeared instead of Point<spacedim>.

8 years agoFix compilation in C++03 mode.
David Wells [Thu, 12 May 2016 00:37:13 +0000 (20:37 -0400)]
Fix compilation in C++03 mode.

C++03 does not support default template arguments in function
templates.

8 years agoMerge pull request #2586 from kalj/cmake-cuda-for-master
Bruno Turcksin [Wed, 11 May 2016 21:13:33 +0000 (17:13 -0400)]
Merge pull request #2586 from kalj/cmake-cuda-for-master

Add support for compiling CUDA code

8 years agoMerge pull request #2540 from orlando-tian/orlando-tian-contrib
Martin Kronbichler [Wed, 11 May 2016 14:49:33 +0000 (16:49 +0200)]
Merge pull request #2540 from orlando-tian/orlando-tian-contrib

Bug fix for wrong sign of curl in maxwell.h

8 years ago1. Bug fix for wrong sign of curl integrators in integrators/maxwell.h: nitsche_curl_... 2540/head
Jihuan Tian [Thu, 21 Apr 2016 23:05:08 +0000 (07:05 +0800)]
1. Bug fix for wrong sign of curl integrators in integrators/maxwell.h: nitsche_curl_matrix, curl_curl_matrix and curl_matrix.
2. Add test code 'tests/integrators/maxwell_curl.cc' and related output file for verifying curl integrators in integrators/maxwell.h.
3. Add basis function support checking on faces in the function nitsche_curl_matrix in integrators/maxwell.h.

8 years agoadd geometry utilities functions 2589/head
Denis Davydov [Tue, 10 May 2016 19:23:24 +0000 (21:23 +0200)]
add geometry utilities functions

8 years agoAdd support for compiling CUDA code 2586/head
Karl Ljungkvist [Mon, 9 May 2016 17:37:14 +0000 (12:37 -0500)]
Add support for compiling CUDA code

This adds support to the internal build system for CUDA code in .cu
files inside the library.

8 years agoMerge pull request #2585 from davydden/quadrature_point_data_fix2
Wolfgang Bangerth [Mon, 9 May 2016 15:24:27 +0000 (11:24 -0400)]
Merge pull request #2585 from davydden/quadrature_point_data_fix2

fix iterator in ContinuousQuadratureDataTransfer

8 years agofix iterator in ContinuousQuadratureDataTransfer 2585/head
Denis Davydov [Mon, 9 May 2016 15:05:28 +0000 (17:05 +0200)]
fix iterator in ContinuousQuadratureDataTransfer

8 years agoMerge pull request #2584 from Rombur/petsc
Denis Davydov [Mon, 9 May 2016 14:26:21 +0000 (16:26 +0200)]
Merge pull request #2584 from Rombur/petsc

Fix a typo.

8 years agoFix a typo in preprocessor macro. 2584/head
Bruno Turcksin [Mon, 9 May 2016 14:19:00 +0000 (10:19 -0400)]
Fix a typo in preprocessor macro.

8 years agoMerge pull request #2582 from bangerth/doc-update-59
Denis Davydov [Mon, 9 May 2016 13:08:10 +0000 (15:08 +0200)]
Merge pull request #2582 from bangerth/doc-update-59

Rewrap some comments. No functional changes.

8 years agoRewrap some comments. No functional changes. 2582/head
Wolfgang Bangerth [Mon, 9 May 2016 13:05:44 +0000 (08:05 -0500)]
Rewrap some comments. No functional changes.

8 years agoMerge pull request #2577 from Rombur/vector_optimization
Bruno Turcksin [Mon, 9 May 2016 12:29:56 +0000 (08:29 -0400)]
Merge pull request #2577 from Rombur/vector_optimization

Vector optimization

8 years agoRename vector_internal.h to vector_operations_internal.h 2577/head
Bruno Turcksin [Thu, 5 May 2016 13:01:48 +0000 (09:01 -0400)]
Rename vector_internal.h to vector_operations_internal.h

8 years agoUse multithreading for ReadWriteVector and LinearAlgebra::Vector
Bruno Turcksin [Wed, 4 May 2016 13:40:27 +0000 (09:40 -0400)]
Use multithreading for ReadWriteVector and LinearAlgebra::Vector

8 years agoMove the functions of the internal namespace of vector.templates to their own file.
Bruno Turcksin [Tue, 3 May 2016 21:02:00 +0000 (17:02 -0400)]
Move the functions of the internal namespace of vector.templates to their own file.

8 years agoUse constant variable for end value of for loop.
Bruno Turcksin [Tue, 3 May 2016 17:45:14 +0000 (13:45 -0400)]
Use constant variable for end value of for loop.

8 years agoMerge pull request #2581 from davydden/quadrature_point_data_fix
Martin Kronbichler [Mon, 9 May 2016 10:19:09 +0000 (12:19 +0200)]
Merge pull request #2581 from davydden/quadrature_point_data_fix

include base/config before checking for cxx11 in quadrature point data

8 years agoinclude base/config before checking for cxx11 in quadrature point data 2581/head
Denis Davydov [Mon, 9 May 2016 08:50:06 +0000 (10:50 +0200)]
include base/config before checking for cxx11 in quadrature point data

8 years agoMerge pull request #2578 from drwells/add-measure-checks
Martin Kronbichler [Mon, 9 May 2016 06:13:56 +0000 (08:13 +0200)]
Merge pull request #2578 from drwells/add-measure-checks

Add measure checks

8 years agoMerge pull request #2579 from drwells/gcc6-fixes-1
Martin Kronbichler [Mon, 9 May 2016 06:12:20 +0000 (08:12 +0200)]
Merge pull request #2579 from drwells/gcc6-fixes-1

Get around a GCC 6 warning.

8 years agoUse index sets to simplify some assertions. 2579/head
David Wells [Sat, 7 May 2016 23:34:19 +0000 (19:34 -0400)]
Use index sets to simplify some assertions.

GCC 6.1 now warns (-Waddress) that (since the dynamic cast of an object
back to its own type always succeeds) the address of an object is always
nonzero. Fortunately these dynamic casts are not needed anymore due to
better support for generic programming in the library.

Since local_size is not available for scalar vectors, perform (stricter)
checks with index sets instead.

Regardless of the new GCC warning, these assertions are useful for all
distributed vectors (and may be run now for sequential vectors too) and
dof handler type, so they should always be checked.

8 years agoMake a test start with a valid triangulation. 2578/head
David Wells [Sat, 7 May 2016 22:21:34 +0000 (18:21 -0400)]
Make a test start with a valid triangulation.

The goal of this test is to verify that an exception is thrown when the
mapped cell is distorted: the original triangulation should be valid.

8 years agoFix a bug in the parallelepiped mesh generator.
David Wells [Sat, 7 May 2016 19:13:35 +0000 (15:13 -0400)]
Fix a bug in the parallelepiped mesh generator.

This function generated cells with negative volume due to an orientation
issue. In particular, the function used to generate cells (see
tests/grid/grid_parallelepiped.output) with vertices (given here in
lexical order)

0 0
0 0.5
0.5 0.5
0.5 0

which results in a twisted cell, instead of

0 0
0.5 0
0.5 0.5
0 0.5

which is correct.

8 years agoDon't throw exceptions if distorted cells are OK.
David Wells [Sat, 7 May 2016 21:15:48 +0000 (17:15 -0400)]
Don't throw exceptions if distorted cells are OK.

8 years agoAdd extra checks based on the cell measure.
David Wells [Sat, 7 May 2016 12:07:27 +0000 (08:07 -0400)]
Add extra checks based on the cell measure.

8 years agoAdd codimension versions of cell_measure.
David Wells [Sat, 7 May 2016 12:04:27 +0000 (08:04 -0400)]
Add codimension versions of cell_measure.

These just raise exceptions, but their existence is useful for writing
generic code.

8 years agoRewrite an inaccurate comment.
David Wells [Thu, 5 May 2016 02:14:09 +0000 (22:14 -0400)]
Rewrite an inaccurate comment.

GridReordering is not called, so do not say that it is called.

8 years agoRemove a blank line in a copyright statement.
David Wells [Sat, 7 May 2016 21:15:37 +0000 (17:15 -0400)]
Remove a blank line in a copyright statement.

8 years agoMerge pull request #2575 from jgedicke/relaxation_block_Jacobi
Martin Kronbichler [Sun, 8 May 2016 13:16:56 +0000 (15:16 +0200)]
Merge pull request #2575 from jgedicke/relaxation_block_Jacobi

fix overlapping block Jacobi

8 years agofix overlapping block Jacobi in relaxation preconditioner 2575/head
Joscha Gedicke [Mon, 2 May 2016 20:45:32 +0000 (22:45 +0200)]
fix overlapping block Jacobi in relaxation preconditioner

8 years agoMerge pull request #2580 from drwells/gcc6-fixes-2
Denis Davydov [Sun, 8 May 2016 07:12:08 +0000 (09:12 +0200)]
Merge pull request #2580 from drwells/gcc6-fixes-2

GCC 6 fixes 2

8 years agoAdd a warning note to the documentation. 2580/head
David Wells [Sun, 8 May 2016 02:13:46 +0000 (22:13 -0400)]
Add a warning note to the documentation.

8 years agoGet around a GCC 6 warning.
David Wells [Sat, 7 May 2016 23:28:26 +0000 (19:28 -0400)]
Get around a GCC 6 warning.

GCC 6.1 now warns (-Waddress) that (since the dynamic cast of an object
back to its own type always succeeds) the address of an object is always
nonzero, so these casts result in tautologies for valid vector types.

8 years agoMerge pull request #2567 from drwells/star-decoration
Denis Davydov [Sat, 7 May 2016 15:20:58 +0000 (17:20 +0200)]
Merge pull request #2567 from drwells/star-decoration

Consistently format decorate block error messages.

8 years agoMerge pull request #2552 from davydden/qph_data
Denis Davydov [Sat, 7 May 2016 11:57:40 +0000 (13:57 +0200)]
Merge pull request #2552 from davydden/qph_data

Quadrature point data manager

8 years agoadd classes to manage quadrature point data, including transfering between cells 2552/head
Denis Davydov [Fri, 22 Apr 2016 15:45:05 +0000 (17:45 +0200)]
add classes to manage quadrature point data, including transfering between cells

8 years agoMerge pull request #2576 from tamiko/cmake_bugfixes
David Wells [Wed, 4 May 2016 01:44:41 +0000 (21:44 -0400)]
Merge pull request #2576 from tamiko/cmake_bugfixes

Revert merges #2542, #2543

8 years agoRevert "Merge pull request #2542 from davydden/cmake_user_projects" 2576/head
Matthias Maier [Tue, 3 May 2016 22:11:43 +0000 (17:11 -0500)]
Revert "Merge pull request #2542 from davydden/cmake_user_projects"

This reverts commit 1ed97ee3164e968e18b596b67895443b9d327a0d, reversing
changes made to 6c7ecef6dd5a40583442ccaeb993779cffeca9cb.

8 years agoRevert "Merge pull request #2543 from tamiko/cmake_support_target_interface"
Matthias Maier [Tue, 3 May 2016 22:09:58 +0000 (17:09 -0500)]
Revert "Merge pull request #2543 from tamiko/cmake_support_target_interface"

This reverts commit 0a2e3810e2588fc49ee56dae410513dee094f687, reversing
changes made to 44221ed46559bb87ab3fc36b4fa226de7e80731f.

8 years agoMerge pull request #2574 from luca-heltai/gsl-interface
Denis Davydov [Tue, 3 May 2016 15:05:57 +0000 (17:05 +0200)]
Merge pull request #2574 from luca-heltai/gsl-interface

Fixed GSL cmake interface.

8 years agoMinor edits. 2574/head
Luca Heltai [Mon, 2 May 2016 21:20:43 +0000 (23:20 +0200)]
Minor edits.

8 years agoAdded correct interface to FindGSL.
Luca Heltai [Mon, 2 May 2016 16:16:02 +0000 (18:16 +0200)]
Added correct interface to FindGSL.

8 years agoMerge pull request #2573 from drwells/remove-unused-dof-handler-code
Martin Kronbichler [Mon, 2 May 2016 05:47:16 +0000 (07:47 +0200)]
Merge pull request #2573 from drwells/remove-unused-dof-handler-code

Remove some unused functions.

8 years agoRemove some unused functions. 2573/head
David Wells [Mon, 2 May 2016 02:37:31 +0000 (22:37 -0400)]
Remove some unused functions.

These seem to be remainders from a time before DoFs were distributed by some
explicit policy and have not been used since about 2013.

8 years agoMerge pull request #2572 from drwells/remove-const-cast-2
David Wells [Mon, 2 May 2016 02:08:45 +0000 (22:08 -0400)]
Merge pull request #2572 from drwells/remove-const-cast-2

Remove unnecessary const_cast.

8 years agoRemove unnecessary const_cast. 2572/head
David Wells [Sun, 1 May 2016 00:42:33 +0000 (20:42 -0400)]
Remove unnecessary const_cast.

The non-multigrid algorithms have never needed to use user flags to
indicate progress.

8 years agoMerge pull request #2570 from tjhei/doxygen_exceptions
Wolfgang Bangerth [Sun, 1 May 2016 18:26:08 +0000 (14:26 -0400)]
Merge pull request #2570 from tjhei/doxygen_exceptions

Fix Doxygen exceptions

8 years agoConsistently format block error messages. 2567/head
David Wells [Sat, 30 Apr 2016 21:11:32 +0000 (17:11 -0400)]
Consistently format block error messages.

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 agoMerge pull request #2569 from tjhei/doxygen_fixes
Denis Davydov [Sun, 1 May 2016 09:03:37 +0000 (11:03 +0200)]
Merge pull request #2569 from tjhei/doxygen_fixes

small doxygen fixes

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 agosmall doxygen fixes 2569/head
Timo Heister [Sun, 1 May 2016 08:56:08 +0000 (09:56 +0100)]
small doxygen fixes

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.


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.