]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agodefine namespace dealii::std_cxx11::placeholders 1753/head
Lei Qiao [Wed, 14 Oct 2015 18:01:34 +0000 (13:01 -0500)]
define namespace dealii::std_cxx11::placeholders

8 years agoMerge pull request #1741 from drwells/mpi-seek-set
Matthias Maier [Wed, 14 Oct 2015 15:48:23 +0000 (10:48 -0500)]
Merge pull request #1741 from drwells/mpi-seek-set

Check for MPI_SEEK_SET with CMake.

8 years agoMerge pull request #1750 from tjhei/fix_parallelepiped
Timo Heister [Wed, 14 Oct 2015 12:01:33 +0000 (08:01 -0400)]
Merge pull request #1750 from tjhei/fix_parallelepiped

Fix parallelepiped

8 years agofix copyright year 1750/head
Timo Heister [Wed, 14 Oct 2015 12:00:32 +0000 (08:00 -0400)]
fix copyright year

8 years agoMerge pull request #1733 from bangerth/further-FEValues-cleanups-36
Martin Kronbichler [Wed, 14 Oct 2015 11:45:09 +0000 (13:45 +0200)]
Merge pull request #1733 from bangerth/further-FEValues-cleanups-36

Remove references to MappingQ1.

8 years agochangelog
Timo Heister [Tue, 13 Oct 2015 18:03:27 +0000 (14:03 -0400)]
changelog

8 years agoremove duplicate code
Timo Heister [Tue, 13 Oct 2015 18:02:07 +0000 (14:02 -0400)]
remove duplicate code

8 years agoFix subdivided_parallelepiped
Timo Heister [Tue, 13 Oct 2015 18:01:45 +0000 (14:01 -0400)]
Fix subdivided_parallelepiped

- missing reorder_cells() would generate unconnected cells
- faces had wrong boundary indicators (if colorizing)

8 years agoCheck for MPI_SEEK_SET with CMake. 1741/head
David Wells [Mon, 12 Oct 2015 21:01:21 +0000 (17:01 -0400)]
Check for MPI_SEEK_SET with CMake.

This check was previously just embedded in a header, which caused some
confusing error messages, e.g.,

https://groups.google.com/forum/#!topic/dealii/2wPzS9wAzMM

This improves things by performing the check with CMake instead of
after (or during) compilation.

8 years agoMerge pull request #1749 from bangerth/fix-warning-4
Timo Heister [Tue, 13 Oct 2015 16:49:56 +0000 (12:49 -0400)]
Merge pull request #1749 from bangerth/fix-warning-4

Fix a warning in optimized mode.

8 years agoFix a warning in optimized mode. 1749/head
Wolfgang Bangerth [Tue, 13 Oct 2015 16:25:59 +0000 (11:25 -0500)]
Fix a warning in optimized mode.

8 years agoMerge pull request #1747 from bangerth/fix-non-mpi-compilation
Bruno Turcksin [Tue, 13 Oct 2015 15:39:14 +0000 (10:39 -0500)]
Merge pull request #1747 from bangerth/fix-non-mpi-compilation

Fix compilation without MPI.

8 years agoFix compilation without MPI. 1747/head
Wolfgang Bangerth [Tue, 13 Oct 2015 13:05:42 +0000 (08:05 -0500)]
Fix compilation without MPI.

This also fixes an issue where using std_cxx11::tuple did not work because
BOOST does not provide an operator< for it (C++11 appears to do so).

8 years agoMerge pull request #1748 from bangerth/doc-update-37
Martin Kronbichler [Tue, 13 Oct 2015 13:45:49 +0000 (15:45 +0200)]
Merge pull request #1748 from bangerth/doc-update-37

Add something to the documentation.

8 years agoAdd something to the documentation. 1748/head
Wolfgang Bangerth [Tue, 13 Oct 2015 13:35:35 +0000 (08:35 -0500)]
Add something to the documentation.

8 years agoMerge pull request #1746 from bangerth/fix-compilation
Matthias Maier [Tue, 13 Oct 2015 03:58:44 +0000 (22:58 -0500)]
Merge pull request #1746 from bangerth/fix-compilation

Fix compilation for non-C++11 compilers.

8 years agoMerge pull request #1742 from danshapero/hotfix
Wolfgang Bangerth [Tue, 13 Oct 2015 01:33:58 +0000 (20:33 -0500)]
Merge pull request #1742 from danshapero/hotfix

Fix bug in compute_integrid_weights_2

8 years agoFix compilation for non-C++11 compilers. 1746/head
Wolfgang Bangerth [Tue, 13 Oct 2015 01:32:38 +0000 (20:32 -0500)]
Fix compilation for non-C++11 compilers.

8 years agoMerge pull request #1740 from drwells/fix-doc-typos-5
Matthias Maier [Mon, 12 Oct 2015 22:20:43 +0000 (17:20 -0500)]
Merge pull request #1740 from drwells/fix-doc-typos-5

Fix doc typos 5

8 years agoFix some erroneous names in the documentation. 1740/head
David Wells [Mon, 12 Oct 2015 22:12:05 +0000 (18:12 -0400)]
Fix some erroneous names in the documentation.

For example: deal.II contains a 'DoFRenumbering' namespace and does not
contain a 'DoFRenumber' namespace. I removed references to the latter.

8 years agoAdd a missing noun to a sentence.
David Wells [Mon, 12 Oct 2015 22:05:14 +0000 (18:05 -0400)]
Add a missing noun to a sentence.

8 years agoFix some English word substitution typos.
David Wells [Mon, 12 Oct 2015 21:59:56 +0000 (17:59 -0400)]
Fix some English word substitution typos.

In particular, this fixes substitution of 'loose' for 'lose' and 'ore'
for 'or'.

8 years agoFix some typos in the documentation.
David Wells [Mon, 12 Oct 2015 21:56:26 +0000 (17:56 -0400)]
Fix some typos in the documentation.

8 years agoRemove an incomplete sentence.
David Wells [Sat, 3 Oct 2015 00:52:16 +0000 (20:52 -0400)]
Remove an incomplete sentence.

8 years agoFix bug in compute_integrid_weights_2 1742/head
danshapero [Mon, 12 Oct 2015 21:47:55 +0000 (14:47 -0700)]
Fix bug in compute_integrid_weights_2

8 years agoMerge pull request #1739 from QiaoLei-88/minorRefactor
Bruno Turcksin [Mon, 12 Oct 2015 16:27:40 +0000 (11:27 -0500)]
Merge pull request #1739 from QiaoLei-88/minorRefactor

a minor update on usage of increment operator

8 years agoa minor update on usage of increment operator 1739/head
Lei Qiao [Mon, 12 Oct 2015 16:25:03 +0000 (11:25 -0500)]
a minor update on usage of increment operator

8 years agoMerge pull request #1738 from Rombur/fix_global_ID
Wolfgang Bangerth [Mon, 12 Oct 2015 15:14:00 +0000 (10:14 -0500)]
Merge pull request #1738 from Rombur/fix_global_ID

Fix a bug in the grid_tools_local_to_global_vertex_id test.

8 years agoFix a bug in the grid_tools_local_to_global_vertex_id test. 1738/head
Bruno Turcksin [Mon, 12 Oct 2015 14:59:14 +0000 (09:59 -0500)]
Fix a bug in the grid_tools_local_to_global_vertex_id test.

8 years agoMerge pull request #1736 from asartori86/fix_typo
Martin Kronbichler [Mon, 12 Oct 2015 07:38:40 +0000 (09:38 +0200)]
Merge pull request #1736 from asartori86/fix_typo

Fix a couple of typos

8 years agofixed typos 1736/head
alberto sartori [Mon, 12 Oct 2015 07:29:42 +0000 (09:29 +0200)]
fixed typos

8 years agoMerge pull request #1735 from bangerth/fix-warning
Martin Kronbichler [Mon, 12 Oct 2015 06:23:26 +0000 (08:23 +0200)]
Merge pull request #1735 from bangerth/fix-warning

Avoid a warning.

8 years agoMerge pull request #1734 from bangerth/improve-error-message
Martin Kronbichler [Mon, 12 Oct 2015 06:23:01 +0000 (08:23 +0200)]
Merge pull request #1734 from bangerth/improve-error-message

Improve an error message

8 years agoAvoid a warning. 1735/head
Wolfgang Bangerth [Sun, 11 Oct 2015 22:59:10 +0000 (17:59 -0500)]
Avoid a warning.

8 years agoMerge pull request #1720 from Rombur/global_vertex_id
Wolfgang Bangerth [Sun, 11 Oct 2015 22:42:20 +0000 (17:42 -0500)]
Merge pull request #1720 from Rombur/global_vertex_id

Compute global index for the vertices

8 years agoGet rid of an obscure exception with a poor message. 1734/head
Wolfgang Bangerth [Sun, 11 Oct 2015 22:31:30 +0000 (17:31 -0500)]
Get rid of an obscure exception with a poor message.

Instead, use a widely use variant.

8 years agoImprove an error message.
Wolfgang Bangerth [Sun, 11 Oct 2015 22:28:31 +0000 (17:28 -0500)]
Improve an error message.

8 years agoRemove more references to MappingQ1. 1733/head
Wolfgang Bangerth [Sat, 10 Oct 2015 11:33:33 +0000 (06:33 -0500)]
Remove more references to MappingQ1.

This patch required some work by hand.

8 years agoMechanical changes to replace MappingQ1 by MappingQGeneric(1).
Wolfgang Bangerth [Fri, 9 Oct 2015 21:31:55 +0000 (16:31 -0500)]
Mechanical changes to replace MappingQ1 by MappingQGeneric(1).

8 years agoMerge pull request #1718 from agrayver/compute_intergrid_parallel
Bruno Turcksin [Fri, 9 Oct 2015 16:55:19 +0000 (11:55 -0500)]
Merge pull request #1718 from agrayver/compute_intergrid_parallel

Make compute_intergrid_transfer_representation working in parallel

8 years agoAdd change entry 1718/head
Alexander Grayver [Fri, 9 Oct 2015 16:49:55 +0000 (18:49 +0200)]
Add change entry

8 years agoMinor fixes
Alexander Grayver [Fri, 9 Oct 2015 16:07:20 +0000 (18:07 +0200)]
Minor fixes

8 years agoAdd test
Alexander Grayver [Thu, 8 Oct 2015 16:47:54 +0000 (18:47 +0200)]
Add test

8 years agoReindent
Alexander Grayver [Mon, 5 Oct 2015 16:09:38 +0000 (18:09 +0200)]
Reindent

8 years agoMake compute_intergrid_transfer_representation working for in parallel
Alexander Grayver [Mon, 5 Oct 2015 15:45:04 +0000 (17:45 +0200)]
Make compute_intergrid_transfer_representation working for in parallel

Update documentation

8 years agoMerge pull request #1730 from bangerth/update-step-7
Bruno Turcksin [Fri, 9 Oct 2015 14:44:36 +0000 (09:44 -0500)]
Merge pull request #1730 from bangerth/update-step-7

Minor updates to the documentation of step-7.

8 years agoMerge pull request #1729 from QiaoLei-88/TrilinosPrecAMG
Bruno Turcksin [Fri, 9 Oct 2015 14:43:27 +0000 (09:43 -0500)]
Merge pull request #1729 from QiaoLei-88/TrilinosPrecAMG

Doc update and code refactoring of Trilinos AMG Preconditioner

8 years agorefactor TrilonosWrapper::PreconditionAMG::initialize 1729/head
Lei Qiao [Thu, 8 Oct 2015 20:38:44 +0000 (15:38 -0500)]
refactor TrilonosWrapper::PreconditionAMG::initialize

8 years agodoc TrilinosWrappers::PreconditionAMG::AdditionalData::constant_modes with more details
Lei Qiao [Thu, 8 Oct 2015 20:24:05 +0000 (15:24 -0500)]
doc TrilinosWrappers::PreconditionAMG::AdditionalData::constant_modes with more details

8 years agoMerge pull request #1731 from drwells/fix-tparam-formatting
Wolfgang Bangerth [Thu, 8 Oct 2015 23:28:10 +0000 (18:28 -0500)]
Merge pull request #1731 from drwells/fix-tparam-formatting

Fix some erroneous uses of @tparam.

8 years agoFix some erroneous uses of @tparam. 1731/head
David Wells [Thu, 8 Oct 2015 19:30:25 +0000 (15:30 -0400)]
Fix some erroneous uses of @tparam.

@tparam, unlike @param, starts a new paragraph where it is used. This
causes some strangely formatted documentation.

8 years agoMinor updates to the documentation of step-7. 1730/head
Wolfgang Bangerth [Thu, 8 Oct 2015 21:14:20 +0000 (16:14 -0500)]
Minor updates to the documentation of step-7.

This implements suggestions by Hung-Chieh Chu.

8 years agoMerge pull request #1726 from bangerth/further-FEValues-cleanups-35
Wolfgang Bangerth [Thu, 8 Oct 2015 11:31:23 +0000 (06:31 -0500)]
Merge pull request #1726 from bangerth/further-FEValues-cleanups-35

Remove mention of MappingQ1 from the documentation.

8 years agoUpdate tests. 1726/head
Wolfgang Bangerth [Wed, 7 Oct 2015 22:07:17 +0000 (17:07 -0500)]
Update tests.

8 years agoRemove mention of MappingQ1 from the documentation.
Wolfgang Bangerth [Wed, 7 Oct 2015 19:46:47 +0000 (14:46 -0500)]
Remove mention of MappingQ1 from the documentation.

In preparation to possibly deprecating MappingQ1 in favor of MappingQGeneric(1),
remove all mentions of MappingQ1 from the documentation.

8 years agoMerge pull request #1725 from bangerth/further-FEValues-cleanups-35
Wolfgang Bangerth [Wed, 7 Oct 2015 19:45:14 +0000 (14:45 -0500)]
Merge pull request #1725 from bangerth/further-FEValues-cleanups-35

Avoid using MappingQ1.

8 years agoRemove a whole lot of uses of MappingQ1. 1725/head
Wolfgang Bangerth [Tue, 6 Oct 2015 22:47:24 +0000 (17:47 -0500)]
Remove a whole lot of uses of MappingQ1.

Rather, directly use MappingQGeneric, given that MappingQ1 is now
simply a shell to MappingQGeneric to preserve the name.

8 years agoMerge pull request #1724 from bangerth/implement-unv-extension
Wolfgang Bangerth [Wed, 7 Oct 2015 11:14:37 +0000 (06:14 -0500)]
Merge pull request #1724 from bangerth/implement-unv-extension

Teach the UNV reader to understand more codes.

8 years agoRun astyle. 1724/head
Wolfgang Bangerth [Wed, 7 Oct 2015 11:11:47 +0000 (06:11 -0500)]
Run astyle.

8 years agoMerge pull request #1723 from bangerth/update-step-42
Timo Heister [Wed, 7 Oct 2015 01:15:05 +0000 (21:15 -0400)]
Merge pull request #1723 from bangerth/update-step-42

Update to the step-42 documentation.

8 years agoAdd a changelog.
Wolfgang Bangerth [Tue, 6 Oct 2015 22:44:37 +0000 (17:44 -0500)]
Add a changelog.

8 years agoTeach the UNV reader to understand more codes.
Wolfgang Bangerth [Tue, 6 Oct 2015 22:43:07 +0000 (17:43 -0500)]
Teach the UNV reader to understand more codes.

This is a patch by Aslan Kosakian accompanied by a mesh sent by their group.

8 years agoUpdate to the step-42 documentation. 1723/head
Wolfgang Bangerth [Tue, 6 Oct 2015 21:46:47 +0000 (16:46 -0500)]
Update to the step-42 documentation.

This implements a suggestion by Korosh Taebi.

8 years agoMerge pull request #1721 from alistairbntl/bdm_polynomials
Wolfgang Bangerth [Tue, 6 Oct 2015 20:15:22 +0000 (15:15 -0500)]
Merge pull request #1721 from alistairbntl/bdm_polynomials

Polynomials_bdm Documentation Edit

8 years agoPolynomials_bdm Documentation Edit 1721/head
Alistair Bentley [Tue, 6 Oct 2015 18:42:56 +0000 (14:42 -0400)]
Polynomials_bdm Documentation Edit

  - The documentation suggests that the given functions are the
    the bdm shape functions when in fact they are the basis functions
    used to construct the bdm shape functions. I've reworded the
    documentation to clarify this point.

8 years agoAugment documentation of GridTools::compute_local_to_global_vertex_index_map and... 1720/head
Bruno Turcksin [Tue, 6 Oct 2015 14:55:54 +0000 (09:55 -0500)]
Augment documentation of GridTools::compute_local_to_global_vertex_index_map and use vectors instead of C-style dynamic array.

8 years agoMerge pull request #1705 from kronbichler/mapping_improve_performance
Wolfgang Bangerth [Tue, 6 Oct 2015 12:35:01 +0000 (07:35 -0500)]
Merge pull request #1705 from kronbichler/mapping_improve_performance

Speed up higher order derivative computations

8 years agopush forward one coordinate at a time in MappingFEField jacobian pushed-forward deriv... 1705/head
Maien Hamed [Mon, 5 Oct 2015 20:17:06 +0000 (22:17 +0200)]
push forward one coordinate at a time in MappingFEField jacobian pushed-forward derivatives

8 years agopush forward one coordinate at a time for jacobian derivatives
Maien Hamed [Mon, 5 Oct 2015 16:24:39 +0000 (18:24 +0200)]
push forward one coordinate at a time for jacobian derivatives

8 years agoSpeed up one example of MappingQ::transform for rank-3 tensors
Martin Kronbichler [Fri, 2 Oct 2015 07:46:03 +0000 (09:46 +0200)]
Speed up one example of MappingQ::transform for rank-3 tensors

8 years agoMerge pull request #1719 from tjhei/fix_ctest_makeopts
Matthias Maier [Mon, 5 Oct 2015 19:56:41 +0000 (14:56 -0500)]
Merge pull request #1719 from tjhei/fix_ctest_makeopts

fix ctest makeopts

8 years agoAdd a function in GridTools that computes a global index for the vertices.
Bruno Turcksin [Mon, 5 Oct 2015 17:47:26 +0000 (12:47 -0500)]
Add a function in GridTools that computes a global index for the vertices.

8 years agofix ctest makeopts 1719/head
Timo Heister [Mon, 5 Oct 2015 17:45:05 +0000 (13:45 -0400)]
fix ctest makeopts

The argument after TARGET is the target to build and we abused it to
specify build flags. This fails on windows. With cmake 3.3 there is an
argument FLAGS <flags>, but older versions grab CTEST_BUILD_FLAGS, so
this is where we put the flags now.

8 years agoMerge pull request #1717 from drwells/generic-memory-consumption-2
Timo Heister [Mon, 5 Oct 2015 16:59:55 +0000 (12:59 -0400)]
Merge pull request #1717 from drwells/generic-memory-consumption-2

Wrap boost::enable_if_c as std_cxx11::enable_if.

8 years agoWrap boost::enable_if_c as std_cxx11::enable_if. 1717/head
David Wells [Mon, 5 Oct 2015 15:18:05 +0000 (11:18 -0400)]
Wrap boost::enable_if_c as std_cxx11::enable_if.

Note that boost::enable_if is not quite the same thing as std::enable_if
from the C++11 standard library.

This cleans up some of the memory consumption code.

8 years agoMerge pull request #1704 from drwells/generic-memory-consumption
Wolfgang Bangerth [Mon, 5 Oct 2015 13:48:50 +0000 (08:48 -0500)]
Merge pull request #1704 from drwells/generic-memory-consumption

Make memory_consumption more generic

8 years agoMerge pull request #1715 from tjhei/fix_ghost_owner_tests
Wolfgang Bangerth [Mon, 5 Oct 2015 13:41:33 +0000 (08:41 -0500)]
Merge pull request #1715 from tjhei/fix_ghost_owner_tests

Fix ghost owner tests

8 years agoMerge pull request #1716 from tjhei/warning_mapping_transform
Wolfgang Bangerth [Mon, 5 Oct 2015 13:36:58 +0000 (08:36 -0500)]
Merge pull request #1716 from tjhei/warning_mapping_transform

fix mapping_q_generic codim2

8 years agofix mapping_q_generic codim2 1716/head
Timo Heister [Mon, 5 Oct 2015 12:45:28 +0000 (08:45 -0400)]
fix mapping_q_generic codim2

- remove unused function do_transform_real_to_unit_cell_internal
- actually report ExcNotImplemented for codim2

8 years agotests: remove useless usage of base class n_active_cells 1715/head
Timo Heister [Mon, 5 Oct 2015 12:42:41 +0000 (08:42 -0400)]
tests: remove useless usage of base class n_active_cells

8 years agofix tests/mpi/tria_ghost_owners
Timo Heister [Mon, 5 Oct 2015 12:41:57 +0000 (08:41 -0400)]
fix tests/mpi/tria_ghost_owners

8 years agoTest the memory consumption of fundamental types. 1704/head
David Wells [Sun, 4 Oct 2015 19:53:16 +0000 (15:53 -0400)]
Test the memory consumption of fundamental types.

8 years agoMerge pull request #1708 from drwells/fe-q-bubbles-unique-ptr
Matthias Maier [Sun, 4 Oct 2015 16:55:00 +0000 (11:55 -0500)]
Merge pull request #1708 from drwells/fe-q-bubbles-unique-ptr

Fe q bubbles unique ptr

8 years agoMerge pull request #1709 from YongYang86/master
Matthias Maier [Sun, 4 Oct 2015 16:54:34 +0000 (11:54 -0500)]
Merge pull request #1709 from YongYang86/master

Documentation: Fix a  formula

8 years agoMerge pull request #1712 from tjhei/test_variant_err
Matthias Maier [Sun, 4 Oct 2015 16:54:02 +0000 (11:54 -0500)]
Merge pull request #1712 from tjhei/test_variant_err

avoid test variant error output

8 years agoMerge pull request #1713 from tjhei/fix_muelu_test
Matthias Maier [Sun, 4 Oct 2015 16:52:34 +0000 (11:52 -0500)]
Merge pull request #1713 from tjhei/fix_muelu_test

relax solver iterations for test precondition_muelu

8 years agoMerge pull request #1679 from tjhei/tria_ghost_neighbors
Timo Heister [Sun, 4 Oct 2015 15:35:09 +0000 (11:35 -0400)]
Merge pull request #1679 from tjhei/tria_ghost_neighbors

add Triangulation::ghost_owners()

8 years agorelax solver iterations for test precondition_muelu 1713/head
Timo Heister [Sun, 4 Oct 2015 15:16:31 +0000 (11:16 -0400)]
relax solver iterations for test precondition_muelu

8 years agoavoid test variant error output 1712/head
Timo Heister [Sun, 4 Oct 2015 15:15:18 +0000 (11:15 -0400)]
avoid test variant error output

If no variant is present, the diff script used to output a line like

numdiff: <bla>/tests/trilinos/precondition_muelu_q_iso_q1.with_trilinos>=11.14.with_64bit_indices=off.output.*: No such file or directory

because a glob in a for statement in bash will return it literally if no
files matches the pattern. This fixes it.

8 years agoadd Triangulation::ghost_owners() and level_ghost_owners() 1679/head
Timo Heister [Sun, 27 Sep 2015 17:41:37 +0000 (13:41 -0400)]
add Triangulation::ghost_owners() and level_ghost_owners()

8 years agoMerge pull request #1710 from tjhei/test_lib_comparison
Matthias Maier [Sat, 3 Oct 2015 18:46:06 +0000 (13:46 -0500)]
Merge pull request #1710 from tjhei/test_lib_comparison

change test feature comparison operators

8 years agoupdate documentation and tests 1710/head
Timo Heister [Sat, 3 Oct 2015 18:40:46 +0000 (14:40 -0400)]
update documentation and tests

8 years agochange test feature comparison operators
Timo Heister [Sat, 3 Oct 2015 18:39:29 +0000 (14:39 -0400)]
change test feature comparison operators

Filenames can not contain < or > under windows, so version comparisons
are now done with ".geq.", ".leq.", ".ge.", ".le.", "=" instead of ">=",
"<=", ">", "<", "=".

8 years agoMerge pull request #1669 from drwells/fix-real-to-unit-zero-discriminant
Wolfgang Bangerth [Sat, 3 Oct 2015 04:24:19 +0000 (23:24 -0500)]
Merge pull request #1669 from drwells/fix-real-to-unit-zero-discriminant

Fixed an issue reported by @gassmoeller.

8 years agoAbout compute_mean_value 1709/head
YY [Sat, 3 Oct 2015 03:16:51 +0000 (22:16 -0500)]
About compute_mean_value

1/|\Omega| is missing, is it right?

8 years agoAssert that we did assign a value to a pointer. 1708/head
David Wells [Fri, 2 Oct 2015 20:47:59 +0000 (16:47 -0400)]
Assert that we did assign a value to a pointer.

8 years agoUse a unique_ptr to avoid a memory leak.
David Wells [Fri, 2 Oct 2015 20:47:29 +0000 (16:47 -0400)]
Use a unique_ptr to avoid a memory leak.

8 years agoFixed an issue reported by @gassmoeller. 1669/head
David Wells [Thu, 24 Sep 2015 21:04:13 +0000 (17:04 -0400)]
Fixed an issue reported by @gassmoeller.

This fixes an issue in the real_to_unit mapping code where, in the
quadratic formula, it was possible to reach a division by zero issue for
certain inputs.

8 years agoMake memory_consumption(T*) more generic.
David Wells [Fri, 2 Oct 2015 18:53:10 +0000 (14:53 -0400)]
Make memory_consumption(T*) more generic.

8 years agoRemove memory_consumption(std::vector<int>) et al.
David Wells [Fri, 2 Oct 2015 18:34:03 +0000 (14:34 -0400)]
Remove memory_consumption(std::vector<int>) et al.

This may be implemented generically now that an implementation of
memory_consumption for all fundamental types is available.


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.