]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agoSilence compile error 1796/head
Martin Kronbichler [Tue, 27 Oct 2015 10:43:38 +0000 (11:43 +0100)]
Silence compile error

8 years agoMake compile without MPI
Martin Kronbichler [Tue, 27 Oct 2015 10:42:09 +0000 (11:42 +0100)]
Make compile without MPI

8 years agoSimplify code in MGTransferPrebuilt
Martin Kronbichler [Tue, 27 Oct 2015 08:04:38 +0000 (09:04 +0100)]
Simplify code in MGTransferPrebuilt

8 years agoMerge pull request #1768 from tjhei/parmg
Martin Kronbichler [Tue, 27 Oct 2015 06:53:26 +0000 (07:53 +0100)]
Merge pull request #1768 from tjhei/parmg

[WIP] working parallel geometric multigrid

8 years agoMerge pull request #1784 from jppelteret/fix_steps_broken_by_1673
Martin Kronbichler [Tue, 27 Oct 2015 06:50:34 +0000 (07:50 +0100)]
Merge pull request #1784 from jppelteret/fix_steps_broken_by_1673

Fix steps broken by PR 1673

8 years agoMerge pull request #1795 from tamiko/try_to_make_appvyr_happy
Wolfgang Bangerth [Tue, 27 Oct 2015 01:35:42 +0000 (20:35 -0500)]
Merge pull request #1795 from tamiko/try_to_make_appvyr_happy

Bugfix: Add a missing space in a build test target

8 years agoBugfix: Add a missing space in a build test target 1795/head
Matthias Maier [Tue, 27 Oct 2015 00:09:43 +0000 (19:09 -0500)]
Bugfix: Add a missing space in a build test target

8 years agoMerge pull request #1794 from tamiko/fix_typo
Wolfgang Bangerth [Tue, 27 Oct 2015 00:05:00 +0000 (19:05 -0500)]
Merge pull request #1794 from tamiko/fix_typo

Documentation: Fix a typo in porting.html

8 years agoDocumentation: Fix a typo in porting.html 1794/head
Matthias Maier [Mon, 26 Oct 2015 23:54:50 +0000 (18:54 -0500)]
Documentation: Fix a typo in porting.html

8 years agoMerge pull request #1793 from tamiko/compile_with_flags
Wolfgang Bangerth [Mon, 26 Oct 2015 23:09:34 +0000 (18:09 -0500)]
Merge pull request #1793 from tamiko/compile_with_flags

Bugfix: Also compile the expand_instantiations macro with our build flags

8 years agoBugfix: Also compile the expand_instantiations macro with our build flags 1793/head
Matthias Maier [Mon, 26 Oct 2015 22:59:15 +0000 (17:59 -0500)]
Bugfix: Also compile the expand_instantiations macro with our build flags

It turns out that the Windows platform needs this.

Closes #1792

8 years agoFixes in relation to #1673. 1784/head
Jean-Paul Pelteret [Mon, 26 Oct 2015 21:11:29 +0000 (22:11 +0100)]
Fixes in relation to #1673.

Changed size_type in PreconditionChebyshev. Added static_asserts that
compare matrix and vector types in precondtioners. Updated
linear_operator_08 test to account for inability to wrap
IterativeInverse in a linear_operator.

8 years agoMerge pull request #1791 from bangerth/possibly-fix-msvc-problem
Bruno Turcksin [Mon, 26 Oct 2015 19:37:49 +0000 (14:37 -0500)]
Merge pull request #1791 from bangerth/possibly-fix-msvc-problem

Qualify nested types with 'typename'.

8 years agoQualify nested types with 'typename'. 1791/head
Wolfgang Bangerth [Mon, 26 Oct 2015 19:36:21 +0000 (14:36 -0500)]
Qualify nested types with 'typename'.

8 years agoMerge pull request #1787 from tamiko/partially_revert_pr_1673
Matthias Maier [Mon, 26 Oct 2015 15:44:59 +0000 (10:44 -0500)]
Merge pull request #1787 from tamiko/partially_revert_pr_1673

Partially revert pull request 1673

8 years agoPartially revert pull request 1673 1787/head
Matthias Maier [Sun, 25 Oct 2015 18:01:57 +0000 (13:01 -0500)]
Partially revert pull request 1673

This reverts all changes to iterative_inverse.h and pointer_matrix.h
introduced by pull request #1673.

8 years agoMerge remote-tracking branch 'upstream/master' into parmg 1768/head
Timo Heister [Mon, 26 Oct 2015 13:07:43 +0000 (09:07 -0400)]
Merge remote-tracking branch 'upstream/master' into parmg

Conflicts:
doc/news/changes.h

8 years agochangelog
Timo Heister [Mon, 26 Oct 2015 13:06:05 +0000 (09:06 -0400)]
changelog

8 years agoMerge pull request #1789 from tjhei/remove_typenames
Wolfgang Bangerth [Mon, 26 Oct 2015 00:30:22 +0000 (19:30 -0500)]
Merge pull request #1789 from tjhei/remove_typenames

remove typename outside template

8 years agoMerge pull request #1743 from QiaoLei-88/triaSignalOnCell
Timo Heister [Mon, 26 Oct 2015 00:24:46 +0000 (20:24 -0400)]
Merge pull request #1743 from QiaoLei-88/triaSignalOnCell

Tria signal on cell

8 years agoremove typename outside template 1789/head
Timo Heister [Mon, 26 Oct 2015 00:22:43 +0000 (20:22 -0400)]
remove typename outside template

This fixes building on msvc

8 years agoMerge pull request #1781 from bangerth/rename_fast_to_skip_initialization
Martin Kronbichler [Sun, 25 Oct 2015 18:59:33 +0000 (19:59 +0100)]
Merge pull request #1781 from bangerth/rename_fast_to_skip_initialization

Rename the 'fast' parameter to 'skip_initialization'.

8 years agoMerge pull request #1779 from bangerth/hook-in-code-gallery
Matthias Maier [Sun, 25 Oct 2015 18:57:51 +0000 (13:57 -0500)]
Merge pull request #1779 from bangerth/hook-in-code-gallery

Hook in code gallery

8 years agoRename the 'fast' parameter to 'omit_zeroing_entries'. 1781/head
Wolfgang Bangerth [Fri, 23 Oct 2015 20:23:20 +0000 (15:23 -0500)]
Rename the 'fast' parameter to 'omit_zeroing_entries'.

This is a more accurate representation of what the parameter achieves,
and should be easier to understand. The fact that this mode is also
'fast' is sort of a side effect of the semantics the parameter
really carries.

In the Table class, use omit_default_initialization.

8 years agoRework the way we pick up the code gallery: instead of checking it out 1779/head
Wolfgang Bangerth [Sun, 25 Oct 2015 16:21:47 +0000 (11:21 -0500)]
Rework the way we pick up the code gallery: instead of checking it out
via git, just find it at a magical location.

8 years agoAdjust the program that builds the tutorial graph to also process the code gallery.
Wolfgang Bangerth [Fri, 23 Oct 2015 19:18:19 +0000 (14:18 -0500)]
Adjust the program that builds the tutorial graph to also process the code gallery.

8 years agoCheck out and process the code-gallery.
Wolfgang Bangerth [Fri, 23 Oct 2015 19:17:17 +0000 (14:17 -0500)]
Check out and process the code-gallery.

8 years agoBracket document configuration with empty lines, now that we do some
Wolfgang Bangerth [Fri, 23 Oct 2015 02:34:48 +0000 (21:34 -0500)]
Bracket document configuration with empty lines, now that we do some
serious work there.

8 years agoMinor cleanup.
Wolfgang Bangerth [Thu, 22 Oct 2015 21:41:41 +0000 (16:41 -0500)]
Minor cleanup.

8 years agoPush down evaluating GLOBS to the file where it is actually needed.
Wolfgang Bangerth [Thu, 22 Oct 2015 21:41:15 +0000 (16:41 -0500)]
Push down evaluating GLOBS to the file where it is actually needed.

8 years agoMerge pull request #1785 from tamiko/fix_tests
Wolfgang Bangerth [Sun, 25 Oct 2015 17:44:42 +0000 (12:44 -0500)]
Merge pull request #1785 from tamiko/fix_tests

Update scripts/normalize.pl to new version numbering

8 years agoUpdate scripts/normalize.pl to new version numbering 1785/head
Matthias Maier [Sun, 25 Oct 2015 17:29:17 +0000 (12:29 -0500)]
Update scripts/normalize.pl to new version numbering

8 years agoMerge pull request #1767 from alistairbntl/BDM_Edit
Martin Kronbichler [Sun, 25 Oct 2015 08:12:36 +0000 (09:12 +0100)]
Merge pull request #1767 from alistairbntl/BDM_Edit

Correction to BDM degree method

8 years agoCorrection to BDM degree method 1767/head
Alistair Bentley [Tue, 20 Oct 2015 19:57:50 +0000 (15:57 -0400)]
Correction to BDM degree method

* The documentation says this function should return one less than
    the highest polynomial degree. This is consistent with the
    notation used in the literature on BDM polynomials and is what I
    would expect the function to return.
* However, the function actually returns the degree of the highest
    polynomial degree because it calls PolynomialSpace.degree() (note:
    in this context, PolynomialSpace is the complete polynomial space
    of degree k, next then we add elements from k+1 to complete the
    BDM space) which specifically states it does not return the
    Maxmial degree of the polynomial, but the number of polynomials
    given to the constructor.
* If I understand correctly, since the number of polynomials given
    to the constructor includes constants, this returns degree+1.
* To correct this, one needs to be subtracted from the degree of the
    polynomial_space.
* A typo in the 3D bdm_grad functions has also been corrected
* Made a correction in the compute method to reflect the change in the
    degree method.
* Corrected out in the test polynomials_bdm_01.output file
* Edited some names in the test bdm_1.cc

8 years agoMerge pull request #1763 from agrayver/fix_intergrid
Martin Kronbichler [Sat, 24 Oct 2015 13:01:32 +0000 (15:01 +0200)]
Merge pull request #1763 from agrayver/fix_intergrid

Fix compute_intergrid_weights_3

8 years agoMerge pull request #1782 from bangerth/fix-warnings
Timo Heister [Fri, 23 Oct 2015 23:02:27 +0000 (19:02 -0400)]
Merge pull request #1782 from bangerth/fix-warnings

Fix two recently introduced warnings about unused variables.

8 years agoFix two recently introduced warnings about unused variables. 1782/head
Wolfgang Bangerth [Fri, 23 Oct 2015 20:46:44 +0000 (15:46 -0500)]
Fix two recently introduced warnings about unused variables.

8 years agoMerge pull request #1780 from tamiko/renaming
Wolfgang Bangerth [Fri, 23 Oct 2015 20:11:37 +0000 (15:11 -0500)]
Merge pull request #1780 from tamiko/renaming

Rename private variables; fix changes.h entry

8 years agoRename private variables; fix changes.h entry 1780/head
Matthias Maier [Fri, 23 Oct 2015 19:50:49 +0000 (14:50 -0500)]
Rename private variables; fix changes.h entry

This commit renames some private variables intrdocued in pull request #1673
to fit our naming rules.

Further, fix some issues with the doxygen documentation.

8 years agoMerge pull request #1776 from nicola-giuliani/FEDGQArbitrarynodesnames
David Wells [Fri, 23 Oct 2015 18:53:47 +0000 (14:53 -0400)]
Merge pull request #1776 from nicola-giuliani/FEDGQArbitrarynodesnames

added codim one in get name for FE_DGQArbitrarynodes

8 years agoMerge pull request #1778 from tjhei/fix_bdm_tests
Wolfgang Bangerth [Fri, 23 Oct 2015 18:52:30 +0000 (13:52 -0500)]
Merge pull request #1778 from tjhei/fix_bdm_tests

fix bdm tests

8 years agofix bdm tests 1778/head
Timo Heister [Fri, 23 Oct 2015 18:42:07 +0000 (14:42 -0400)]
fix bdm tests

- turns out we need one more iteration in the CG solve
- fix test output (this never worked before?!)
- speed up by skipping highest degree in debug mode
- small difference in release/debug output (dropping small entries), so
adding alternative .output file

8 years agoMerge pull request #1667 from bangerth/update-a-cmakelists.txt-file
Matthias Maier [Fri, 23 Oct 2015 18:12:18 +0000 (13:12 -0500)]
Merge pull request #1667 from bangerth/update-a-cmakelists.txt-file

Minor updates. Ensure proper dependencies.

8 years agoMerge branch 'pull_1673'
Matthias Maier [Fri, 23 Oct 2015 17:58:23 +0000 (12:58 -0500)]
Merge branch 'pull_1673'

Manually rebase and merge pull request #1673

Closes #1673

8 years agoAmmended native deal.II preconditioners and solvers for use in LinearOperators.
Jean-Paul Pelteret [Thu, 24 Sep 2015 14:30:05 +0000 (16:30 +0200)]
Ammended native deal.II preconditioners and solvers for use in LinearOperators.

Improved: Native deal.II preconditioners can now be directly wrapped as
LinearOperators. This allows them to be used in the construction of more complex
linear solvers, such as where the approximate inverse to a matrix is to be
defined as a preconditioner to said matrix.

New: Added a LinearOperator test for deal.II SparseMatrix solvers and
preconditioners.

Added a test to check that the various combinations of deal.II solvers and
preconditioners (for the SparseMatrix type) work with the linear_operator and
inverse_operator functions. By 'work' one means that they both compile and also
produce a sensible answer.

Note that the preconditioners are expected to act as per usual (i.e. in the
preconditioner slot in inverse_operator) as well as a standard matrix type in
linear_operator. This is necessary as they will be used in this context later
when a schur_matrix_operator and approximate_schur_matrix_operator is developed.

Fixed: Reinitialised (zeroed) range vectors in the construction of an
inverse_operator before the solve calls. This corrects a bug wherein the
starting point of the solver was garbage leading to potential divergence in the
linear solver.

8 years agoTake communication out of the loop. 1763/head
Alexander Grayver [Fri, 23 Oct 2015 16:22:48 +0000 (18:22 +0200)]
Take communication out of the loop.

8 years agoalways sort copy_indices for multigrid
Timo Heister [Fri, 23 Oct 2015 15:32:26 +0000 (11:32 -0400)]
always sort copy_indices for multigrid

8 years agorename function to extract_locally_relevant_level_dofs
Timo Heister [Fri, 23 Oct 2015 15:32:10 +0000 (11:32 -0400)]
rename function to extract_locally_relevant_level_dofs

8 years agooptimize and simplify computing relevant_dofs
Timo Heister [Fri, 23 Oct 2015 15:22:34 +0000 (11:22 -0400)]
optimize and simplify computing relevant_dofs

simplify logic in extract_locally_relevant_dofs and
extract_locally_relevant_mg_dofs. A benchmark shows that the new
approach is faster.

8 years agoupdated test 1776/head
Nicola Giuliani [Fri, 23 Oct 2015 14:59:30 +0000 (16:59 +0200)]
updated test

8 years agoadded codim one in get name for FE_DGQArbitrarynodes
Nicola Giuliani [Fri, 23 Oct 2015 13:15:50 +0000 (15:15 +0200)]
added codim one in get name for FE_DGQArbitrarynodes

8 years agoMerge pull request #1773 from asartori86/manifold_on_boundary
Wolfgang Bangerth [Fri, 23 Oct 2015 12:14:10 +0000 (07:14 -0500)]
Merge pull request #1773 from asartori86/manifold_on_boundary

added set_all_manifold_ids_on_boundary(b_id,man_id)

8 years agoadded set_all_manifold_ids_on_boundary(b_id,man_id) 1773/head
alberto sartori [Thu, 22 Oct 2015 18:20:50 +0000 (20:20 +0200)]
added set_all_manifold_ids_on_boundary(b_id,man_id)

8 years agoMerge pull request #1774 from tjhei/use_minor_dealii_version
Matthias Maier [Thu, 22 Oct 2015 23:02:27 +0000 (18:02 -0500)]
Merge pull request #1774 from tjhei/use_minor_dealii_version

define deal.II version always as X.Y.Z

8 years agodefine deal.II version always as X.Y.Z 1774/head
Timo Heister [Thu, 22 Oct 2015 22:43:03 +0000 (18:43 -0400)]
define deal.II version always as X.Y.Z

8 years agoMinor updates. Ensure proper dependencies. 1667/head
Wolfgang Bangerth [Thu, 24 Sep 2015 15:39:59 +0000 (10:39 -0500)]
Minor updates. Ensure proper dependencies.

8 years agoadd test case mpi/tria_signals_06: self test of tria_signals test driver. 1743/head
Lei Qiao [Thu, 15 Oct 2015 17:10:08 +0000 (12:10 -0500)]
add test case mpi/tria_signals_06: self test of tria_signals test driver.

8 years agoadd test case mpi/tria_signals_05: tria_signals_02 -> p4est balance
Lei Qiao [Thu, 15 Oct 2015 17:08:03 +0000 (12:08 -0500)]
add test case mpi/tria_signals_05: tria_signals_02 -> p4est balance

8 years agoadd test case mpi/tria_signals_04: tria_signals_03 + smoothing flags
Lei Qiao [Thu, 15 Oct 2015 17:00:44 +0000 (12:00 -0500)]
add test case mpi/tria_signals_04: tria_signals_03 + smoothing flags

8 years agoadd test case mpi/tria_signals_03: tria_signals_02 + random and mixed adaptation.
Lei Qiao [Thu, 15 Oct 2015 15:39:06 +0000 (10:39 -0500)]
add test case mpi/tria_signals_03: tria_signals_02 + random and mixed adaptation.

8 years agoadd test case mpi/tria_signals_02: count cell number via signals
Lei Qiao [Thu, 15 Oct 2015 15:21:25 +0000 (10:21 -0500)]
add test case mpi/tria_signals_02: count cell number via signals

8 years agoadd test case mpi/tria_signals_01
Lei Qiao [Tue, 13 Oct 2015 18:59:31 +0000 (13:59 -0500)]
add test case mpi/tria_signals_01

8 years agoadd test case grid/tria_signals_01
Lei Qiao [Tue, 13 Oct 2015 16:22:31 +0000 (11:22 -0500)]
add test case grid/tria_signals_01

8 years agomake documentation of copy_triangulation more clear
Lei Qiao [Tue, 13 Oct 2015 04:13:15 +0000 (23:13 -0500)]
make documentation of copy_triangulation more clear

8 years agodocumentation and change log update
Lei Qiao [Tue, 13 Oct 2015 03:44:06 +0000 (22:44 -0500)]
documentation and change log  update

8 years agoadd signal pre_coarsening_on_cell to Triangulation.
Lei Qiao [Tue, 13 Oct 2015 00:19:45 +0000 (19:19 -0500)]
add signal pre_coarsening_on_cell to Triangulation.

8 years agoadd signal post_refinement_on_cell to Triangulation.
Lei Qiao [Mon, 12 Oct 2015 23:53:55 +0000 (18:53 -0500)]
add signal post_refinement_on_cell to Triangulation.

8 years agoMerge pull request #1772 from QiaoLei-88/step33_do_schlieren_plot
Wolfgang Bangerth [Thu, 22 Oct 2015 12:28:52 +0000 (07:28 -0500)]
Merge pull request #1772 from QiaoLei-88/step33_do_schlieren_plot

correct vector dimension check in step-33.

8 years agorestructure MGTransferPrebuilt::build_matrices
Timo Heister [Wed, 21 Oct 2015 22:25:02 +0000 (18:25 -0400)]
restructure MGTransferPrebuilt::build_matrices

- split part into separate function
- cleanup

8 years agocorrect vector dimension check in step-33. 1772/head
Lei Qiao [Wed, 21 Oct 2015 22:04:17 +0000 (17:04 -0500)]
correct vector dimension check in step-33.

8 years agosmaller updates
Timo Heister [Wed, 21 Oct 2015 22:04:49 +0000 (18:04 -0400)]
smaller updates

8 years agocleanup: add comments, longer typedef name
Timo Heister [Wed, 21 Oct 2015 17:25:31 +0000 (13:25 -0400)]
cleanup: add comments, longer typedef name

8 years agodocumentation update
Timo Heister [Wed, 21 Oct 2015 17:15:04 +0000 (13:15 -0400)]
documentation update

8 years agoupdate documentation
Timo Heister [Wed, 21 Oct 2015 15:38:04 +0000 (11:38 -0400)]
update documentation

8 years agochange function signature
Timo Heister [Wed, 21 Oct 2015 15:37:59 +0000 (11:37 -0400)]
change function signature

8 years ago64bit compatiblity
Timo Heister [Wed, 21 Oct 2015 14:52:12 +0000 (10:52 -0400)]
64bit compatiblity

8 years agoastyle
Timo Heister [Tue, 20 Oct 2015 21:50:29 +0000 (17:50 -0400)]
astyle

8 years agoadd deprecation comment
Timo Heister [Tue, 20 Oct 2015 21:40:06 +0000 (17:40 -0400)]
add deprecation comment

8 years agorevert changes in step-16
Timo Heister [Tue, 20 Oct 2015 21:39:58 +0000 (17:39 -0400)]
revert changes in step-16

8 years agocleanup step-50
Timo Heister [Tue, 20 Oct 2015 21:22:40 +0000 (17:22 -0400)]
cleanup step-50

8 years agoastyle
Timo Heister [Tue, 20 Oct 2015 21:01:14 +0000 (17:01 -0400)]
astyle

8 years agoupdate in/out GMG matrices
Timo Heister [Tue, 20 Oct 2015 21:01:03 +0000 (17:01 -0400)]
update in/out GMG matrices

- replace logic for in/out matrices for non-meshworker step-16/step-50
- avoid usage of get_refinement_edge_boundary_indices
- test with/without meshworker in step-16-bdry1

8 years agoMerge pull request #1764 from drwells/mapping-q1-redundancy
Wolfgang Bangerth [Tue, 20 Oct 2015 19:37:02 +0000 (14:37 -0500)]
Merge pull request #1764 from drwells/mapping-q1-redundancy

Mapping q1 redundancy

8 years agoMerge pull request #1766 from bangerth/fix-compilation
Timo Heister [Tue, 20 Oct 2015 16:05:15 +0000 (12:05 -0400)]
Merge pull request #1766 from bangerth/fix-compilation

Fix compilation of (currently unused) header file.

8 years agoFix compilation of (currently unused) header file. 1766/head
Wolfgang Bangerth [Tue, 20 Oct 2015 16:03:44 +0000 (11:03 -0500)]
Fix compilation of (currently unused) header file.

8 years agoRemove the internal::MappingQGeneric namespace. 1764/head
David Wells [Tue, 20 Oct 2015 15:15:08 +0000 (11:15 -0400)]
Remove the internal::MappingQGeneric namespace.

The diff git came up with is much more complex than what was actually
changed. This commit moves all the functions that were in
internal::MappingQGeneric into internal::MappingQ1 and places the new
combined namespace at the top of the file.

8 years agoRemove duplicate copies of MappingQ1 functions.
David Wells [Tue, 20 Oct 2015 15:12:15 +0000 (11:12 -0400)]
Remove duplicate copies of MappingQ1 functions.

During refactoring we ended up with two nearly identical copies of the
same three functions.

8 years agoMerge pull request #1722 from Rombur/vector_space_vector
Timo Heister [Mon, 19 Oct 2015 17:19:17 +0000 (13:19 -0400)]
Merge pull request #1722 from Rombur/vector_space_vector

[RFC] Add VectorSpaceVector class.

8 years agoMerge pull request #1761 from kronbichler/master
Timo Heister [Mon, 19 Oct 2015 14:23:48 +0000 (10:23 -0400)]
Merge pull request #1761 from kronbichler/master

Set correct ghost layer for multigrid levels with periodic boundary conditions

8 years agoMore tests, including adpativity 1761/head
Martin Kronbichler [Mon, 19 Oct 2015 06:47:48 +0000 (08:47 +0200)]
More tests, including adpativity

8 years agoList change
Martin Kronbichler [Sun, 18 Oct 2015 13:46:29 +0000 (15:46 +0200)]
List change

8 years agoAdd test
Martin Kronbichler [Sun, 18 Oct 2015 13:44:02 +0000 (15:44 +0200)]
Add test

8 years agoFix ghost layer on MG levels for periodic boundary conditions
Martin Kronbichler [Sun, 18 Oct 2015 07:43:47 +0000 (09:43 +0200)]
Fix ghost layer on MG levels for periodic boundary conditions

8 years agoFix compute_intergrid_weights_3
Alexander Grayver [Mon, 19 Oct 2015 10:24:22 +0000 (12:24 +0200)]
Fix compute_intergrid_weights_3

8 years agoMerge pull request #1714 from tjhei/opencascade_build
Luca Heltai [Sun, 18 Oct 2015 09:25:50 +0000 (11:25 +0200)]
Merge pull request #1714 from tjhei/opencascade_build

update opencascade instructions

8 years agoMerge pull request #1758 from asartori86/debug_release
Matthias Maier [Fri, 16 Oct 2015 04:10:37 +0000 (23:10 -0500)]
Merge pull request #1758 from asartori86/debug_release

made CMAKE_BUILD_TYPE=DEAL_II_BUILD_TYPE as default for external libraries

8 years agomade DEAL_II_BUILD_TYPE default for external libraries 1758/head
alberto sartori [Thu, 15 Oct 2015 20:34:57 +0000 (22:34 +0200)]
made DEAL_II_BUILD_TYPE default for external libraries

8 years agoMerge pull request #1757 from tamiko/fix_system_libs
Wolfgang Bangerth [Thu, 15 Oct 2015 17:40:03 +0000 (12:40 -0500)]
Merge pull request #1757 from tamiko/fix_system_libs

CMake: Update list of system libraries

8 years agoMerge pull request #1756 from masterleinad/branch_abs_for_int
Wolfgang Bangerth [Thu, 15 Oct 2015 17:36:06 +0000 (12:36 -0500)]
Merge pull request #1756 from masterleinad/branch_abs_for_int

Add header file for std::abs(int)

8 years agoMerge pull request #1421 from tamiko/branch_fix_step45
Matthias Maier [Thu, 15 Oct 2015 16:45:52 +0000 (11:45 -0500)]
Merge pull request #1421 from tamiko/branch_fix_step45

Replace obsolete step-45 with new version


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.