]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoexamples/step-22: Update indenting and modernize
Daniel Arndt [Thu, 21 Jun 2018 12:54:49 +0000 (14:54 +0200)]
examples/step-22: Update indenting and modernize

6 years agoMerge pull request #6813 from davydden/minor/range_loop_in_write_vtu_main
Denis Davydov [Thu, 21 Jun 2018 07:55:33 +0000 (09:55 +0200)]
Merge pull request #6813 from davydden/minor/range_loop_in_write_vtu_main

range loop in write vtu main

6 years agoadd shortcuts for elements of the tupls 6813/head
Denis Davydov [Thu, 21 Jun 2018 04:57:56 +0000 (06:57 +0200)]
add shortcuts for elements of the tupls

6 years agouse range loop in write_vtu_main
Denis Davydov [Wed, 20 Jun 2018 18:47:48 +0000 (20:47 +0200)]
use range loop in write_vtu_main

6 years agoMerge pull request #6809 from masterleinad/fix_msvc_compile
Wolfgang Bangerth [Thu, 21 Jun 2018 04:55:10 +0000 (22:55 -0600)]
Merge pull request #6809 from masterleinad/fix_msvc_compile

Define FE_NedelecSZ with a spacedim argument.

6 years agoMerge pull request #6811 from davydden/doc/reflow_incode
Denis Davydov [Thu, 21 Jun 2018 04:52:48 +0000 (06:52 +0200)]
Merge pull request #6811 from davydden/doc/reflow_incode

reflow incode comments

6 years agoreflow incode comments more 6811/head
Denis Davydov [Wed, 20 Jun 2018 17:27:57 +0000 (19:27 +0200)]
reflow incode comments more

6 years agoreflow incode comments
Denis Davydov [Wed, 20 Jun 2018 21:51:44 +0000 (23:51 +0200)]
reflow incode comments

6 years agoMerge pull request #6810 from masterleinad/fix_macos_indent
Denis Davydov [Wed, 20 Jun 2018 21:46:16 +0000 (23:46 +0200)]
Merge pull request #6810 from masterleinad/fix_macos_indent

Fix macOS indenting

6 years agoFix macOS indenting 6810/head
Daniel Arndt [Wed, 20 Jun 2018 20:46:06 +0000 (22:46 +0200)]
Fix macOS indenting

6 years agoDefine FE_NedelecSZ with a spacedim argument. 6809/head
Daniel Arndt [Wed, 20 Jun 2018 16:12:07 +0000 (18:12 +0200)]
Define FE_NedelecSZ with a spacedim argument.

6 years agoMerge pull request #6805 from tamiko/remove_volatile
Daniel Arndt [Wed, 20 Jun 2018 13:34:22 +0000 (15:34 +0200)]
Merge pull request #6805 from tamiko/remove_volatile

remove DEAL_VOLATILE

6 years agoremove DEAL_VOLATILE 6805/head
Matthias Maier [Wed, 20 Jun 2018 12:59:47 +0000 (07:59 -0500)]
remove DEAL_VOLATILE

Deprecated in 9.0.0. Good to go (and volatile is terminally broken for
threats anyway).

6 years agoMerge pull request #6695 from drwells/generate-lapack-bindings
Denis Davydov [Wed, 20 Jun 2018 10:48:21 +0000 (12:48 +0200)]
Merge pull request #6695 from drwells/generate-lapack-bindings

Generate lapack bindings

6 years agoMerge pull request #6798 from masterleinad/remove_redundant_namespace
Denis Davydov [Wed, 20 Jun 2018 04:30:23 +0000 (06:30 +0200)]
Merge pull request #6798 from masterleinad/remove_redundant_namespace

Remove redundant namespace identifier

6 years agoMerge pull request #6795 from bangerth/tolerance
Daniel Arndt [Wed, 20 Jun 2018 00:24:06 +0000 (02:24 +0200)]
Merge pull request #6795 from bangerth/tolerance

Allow refine_fraction+coarsen_fraction to be slightly larger than 1.0.

6 years agoRemove redundant namespace identifier 6798/head
Daniel Arndt [Tue, 19 Jun 2018 23:30:49 +0000 (01:30 +0200)]
Remove redundant namespace identifier

6 years agoMerge pull request #6725 from jthano/trilinos_v_reinit_linear
Daniel Arndt [Tue, 19 Jun 2018 22:52:03 +0000 (00:52 +0200)]
Merge pull request #6725 from jthano/trilinos_v_reinit_linear

TrilinosWrappers::MPI::Vector::reinit check parallel_partitioner is_ascending_and_one_to_one

6 years agoAdd a changelog entry. 6795/head
Wolfgang Bangerth [Tue, 19 Jun 2018 21:16:25 +0000 (15:16 -0600)]
Add a changelog entry.

6 years agoAdd tests.
Wolfgang Bangerth [Tue, 19 Jun 2018 21:14:06 +0000 (15:14 -0600)]
Add tests.

6 years agoAllow refine_fraction+coarsen_fraction to be slightly larger than 1.0.
Wolfgang Bangerth [Tue, 19 Jun 2018 19:13:12 +0000 (13:13 -0600)]
Allow refine_fraction+coarsen_fraction to be slightly larger than 1.0.

This allows using 0.6 and 0.4, for example, when refining and coarsening meshes.

6 years agoModified reinit function to check if parallel_partitioner is_ascending_and_one_to_one... 6725/head
jthano [Mon, 4 Jun 2018 05:56:00 +0000 (22:56 -0700)]
Modified reinit function to check if parallel_partitioner is_ascending_and_one_to_one and then pass this result to make_trilinos_map. The reason for this check is that if the check returns true, then make_trilinos_map may be able to create a linear epetra map.

added draft test

Added test. Test passes

Modified reinit function to check if parallel_partitioner is_ascending_and_one_to_one and then pass this result to make_trilinos_map. The reason for this check is that if the check returns true, then make_trilinos_map may be able to create a linear epetra map. Also added test and test output.

Fixed issues related to test and added change log

Renamed test files so that mpi test will happen. Also made minor edits to test file

6 years agoMerge pull request #6789 from masterleinad/no_cuda_deprecated
Bruno Turcksin [Mon, 18 Jun 2018 21:06:20 +0000 (17:06 -0400)]
Merge pull request #6789 from masterleinad/no_cuda_deprecated

Don't use __attribute__((deprecated)) with CUDA

6 years agoDon't use __attribute__((deprecated)) with CUDA 6789/head
Daniel Arndt [Mon, 18 Jun 2018 20:54:47 +0000 (22:54 +0200)]
Don't use __attribute__((deprecated)) with CUDA

6 years agoMerge pull request #6786 from masterleinad/avoid_constraint_matrix_headers_h
Daniel Arndt [Sun, 17 Jun 2018 19:51:23 +0000 (21:51 +0200)]
Merge pull request #6786 from masterleinad/avoid_constraint_matrix_headers_h

Avoid constraint matrix headers h

6 years agoMerge pull request #6787 from masterleinad/reintroduce_function_map_h
Daniel Arndt [Sun, 17 Jun 2018 19:51:07 +0000 (21:51 +0200)]
Merge pull request #6787 from masterleinad/reintroduce_function_map_h

Reinsert dofs/function_map.h includes

6 years agoMerge pull request #6771 from tamiko/affine_constraints_tests
Denis Davydov [Sun, 17 Jun 2018 11:06:35 +0000 (13:06 +0200)]
Merge pull request #6771 from tamiko/affine_constraints_tests

AffineConstraints Cleanup #1: Switch all tests to AffineConstraints<double>

6 years agoMerge pull request #6769 from masterleinad/fix_intel_compiling
Matthias Maier [Sun, 17 Jun 2018 11:05:28 +0000 (06:05 -0500)]
Merge pull request #6769 from masterleinad/fix_intel_compiling

Fix compiling with older Intel compilers

6 years agoAvoid including constraint_matrix.h in examples 6786/head
Daniel Arndt [Sun, 17 Jun 2018 09:58:23 +0000 (11:58 +0200)]
Avoid including constraint_matrix.h in examples

6 years agoAvoid constraint_matrix.h in include/deal.II
Daniel Arndt [Sun, 17 Jun 2018 09:51:49 +0000 (11:51 +0200)]
Avoid constraint_matrix.h in include/deal.II

6 years agoReinsert dofs/function_map.h includes 6787/head
Daniel Arndt [Sat, 16 Jun 2018 23:53:54 +0000 (01:53 +0200)]
Reinsert dofs/function_map.h includes

6 years agoMerge pull request #6698 from masterleinad/clang_format_git_hook
Wolfgang Bangerth [Sun, 17 Jun 2018 02:23:38 +0000 (20:23 -0600)]
Merge pull request #6698 from masterleinad/clang_format_git_hook

Add clang-format git pre-commit hook

6 years agoMerge pull request #6783 from bangerth/remove-unused-variables
Daniel Arndt [Sat, 16 Jun 2018 23:10:46 +0000 (01:10 +0200)]
Merge pull request #6783 from bangerth/remove-unused-variables

Remove unused variables.

6 years agoMove preprocessor check and add comments 6769/head
Daniel Arndt [Sat, 16 Jun 2018 21:02:29 +0000 (23:02 +0200)]
Move preprocessor check and add comments

6 years agoMerge pull request #6776 from tamiko/remove_verbose_handler
Matthias Maier [Sat, 16 Jun 2018 19:32:00 +0000 (14:32 -0500)]
Merge pull request #6776 from tamiko/remove_verbose_handler

Exceptions: Do not set verbose terminate handler

6 years agoMerge pull request #6772 from tamiko/affine_constraints_deprecation
Matthias Maier [Sat, 16 Jun 2018 19:31:45 +0000 (14:31 -0500)]
Merge pull request #6772 from tamiko/affine_constraints_deprecation

AffineConstraints Cleanup #2: Add file deprecation and add a note

6 years agoMerge pull request #6768 from masterleinad/modernize-deprectated-headers
Matthias Maier [Sat, 16 Jun 2018 19:31:02 +0000 (14:31 -0500)]
Merge pull request #6768 from masterleinad/modernize-deprectated-headers

Use clang-tidy's modernize-deprecated-headers

6 years agoRemove $ signs to indicate a prompt 6698/head
Matthias Maier [Sat, 16 Jun 2018 04:53:57 +0000 (23:53 -0500)]
Remove $ signs to indicate a prompt

6 years agoreword comment
Matthias Maier [Sat, 16 Jun 2018 04:49:32 +0000 (23:49 -0500)]
reword comment

6 years agoupdate documentation
Matthias Maier [Sat, 16 Jun 2018 03:49:07 +0000 (22:49 -0500)]
update documentation

6 years agoRephrase comment and update copyright year
Daniel Arndt [Wed, 30 May 2018 23:06:45 +0000 (01:06 +0200)]
Rephrase comment and update copyright year

6 years agoAdd clang-format git hook
Daniel Arndt [Wed, 30 May 2018 16:42:42 +0000 (18:42 +0200)]
Add clang-format git hook

6 years agoindent_common.sh: Add a REPORT_ONLY mode
Matthias Maier [Fri, 15 Jun 2018 01:06:23 +0000 (20:06 -0500)]
indent_common.sh: Add a REPORT_ONLY mode

If REPORT_ONLY is set to true, indent and indent-branch only report
errors without actually modifying any files.

6 years agoRemove unused variables. 6783/head
Wolfgang Bangerth [Sat, 16 Jun 2018 04:37:10 +0000 (22:37 -0600)]
Remove unused variables.

6 years agoMerge pull request #6775 from tamiko/update-step-1
Wolfgang Bangerth [Sat, 16 Jun 2018 04:29:55 +0000 (22:29 -0600)]
Merge pull request #6775 from tamiko/update-step-1

examples/step-1: Update indenting

6 years agoMerge pull request #6773 from tamiko/affine_constraints_documentation
Wolfgang Bangerth [Sat, 16 Jun 2018 03:02:10 +0000 (21:02 -0600)]
Merge pull request #6773 from tamiko/affine_constraints_documentation

AffineConstraints Cleanup #3: Update glossary entries

6 years agoExceptions: Do not set verbose terminate handler 6776/head
Matthias Maier [Fri, 15 Jun 2018 19:54:05 +0000 (14:54 -0500)]
Exceptions: Do not set verbose terminate handler

All of this is entirely redundant nowadays. libstdc++ defaults to
setting the verbose terminate handler since (almost) forever. So all we
end up doing is setting something that is already the default.

Remove it.

Rationale:

 - libstdc++ (gcc) switched to __gnu_cxx::__verbose_terminate_handler a
   long time ago [1].

 - libc++ (clang) has its own verbose terminate handler. And above code
   snippet never worked there [2]:

Example:

```

struct my_exception : public std::runtime_error {
  my_exception() : std::runtime_error("Nope, not with me") {}
};

int main() { throw my_exception(); }
```

libstdc++:
terminate called after throwing an instance of 'my_exception'
  what():  Nope, not with me
zsh: abort (core dumped)  ./a.out

libc++:
terminating with uncaught exception of type my_exception: Nope, not with me

[1] https://gcc.gnu.org/onlinedocs/libstdc++/manual/termination.html

[2] The DEAL_II_HAVE_VERBOSE_TERMINATE check fails for libc++ because
    (of course) no __gnu_cxx:: namespace is available...

6 years agostep-1: Reflow two paragraphs 6775/head
Matthias Maier [Fri, 15 Jun 2018 19:38:42 +0000 (14:38 -0500)]
step-1: Reflow two paragraphs

6 years agodoc/glossary: Update glossary on constraints 6773/head
Matthias Maier [Fri, 15 Jun 2018 19:31:07 +0000 (14:31 -0500)]
doc/glossary: Update glossary on constraints

6 years agodoc/glossary: Update trivial references to AffineConstraints
Matthias Maier [Fri, 15 Jun 2018 19:20:49 +0000 (14:20 -0500)]
doc/glossary: Update trivial references to AffineConstraints

6 years agoAffineConstraints: Improve wording and add a note 6772/head
Matthias Maier [Fri, 15 Jun 2018 19:15:38 +0000 (14:15 -0500)]
AffineConstraints: Improve wording and add a note

6 years agoadd a deprecation notice
Matthias Maier [Fri, 15 Jun 2018 19:13:42 +0000 (14:13 -0500)]
add a deprecation notice

6 years agoFix accidental renaming 6771/head
Matthias Maier [Fri, 15 Jun 2018 22:20:06 +0000 (17:20 -0500)]
Fix accidental renaming

6 years agotests: Adjust test output
Matthias Maier [Fri, 15 Jun 2018 22:17:42 +0000 (17:17 -0500)]
tests: Adjust test output

6 years agotests: rename ConstraintMatrix to AffineConstraints
Matthias Maier [Fri, 15 Jun 2018 19:02:29 +0000 (14:02 -0500)]
tests: rename ConstraintMatrix to AffineConstraints

6 years agotests: Fix includes
Matthias Maier [Fri, 15 Jun 2018 18:51:51 +0000 (13:51 -0500)]
tests: Fix includes

6 years agoMerge pull request #6777 from masterleinad/fix_includes_boundary
Matthias Maier [Fri, 15 Jun 2018 22:23:24 +0000 (17:23 -0500)]
Merge pull request #6777 from masterleinad/fix_includes_boundary

Add missing include files in boundary_*.h

6 years agoAdd missing include files in boundary_*.h 6777/head
Daniel Arndt [Fri, 15 Jun 2018 22:03:15 +0000 (00:03 +0200)]
Add missing include files in boundary_*.h

6 years agoMerge pull request #6767 from masterleinad/fix_gmres_eigenvalue
Daniel Arndt [Fri, 15 Jun 2018 21:31:03 +0000 (23:31 +0200)]
Merge pull request #6767 from masterleinad/fix_gmres_eigenvalue

 Avoid crash for no iteration in GMRES eigenvalue approximation

6 years agoMerge pull request #6673 from drwells/add-indent-branch-target
Daniel Arndt [Fri, 15 Jun 2018 20:52:33 +0000 (22:52 +0200)]
Merge pull request #6673 from drwells/add-indent-branch-target

Add script that reindents recently changed files.

6 years agoMerge pull request #6770 from masterleinad/ressurect_tria_boundary_headers
Matthias Maier [Fri, 15 Jun 2018 18:03:40 +0000 (13:03 -0500)]
Merge pull request #6770 from masterleinad/ressurect_tria_boundary_headers

Resurrect grid/tria_boundary_*.h

6 years agoMerge pull request #6766 from davydden/affine_constraints_instantiations
Daniel Arndt [Fri, 15 Jun 2018 17:40:43 +0000 (19:40 +0200)]
Merge pull request #6766 from davydden/affine_constraints_instantiations

add a few missing instantiation after the switch to AffineConstraints

6 years agoResurrect grid/tria_boundary_*.h 6770/head
Daniel Arndt [Fri, 15 Jun 2018 17:37:50 +0000 (19:37 +0200)]
Resurrect grid/tria_boundary_*.h

6 years agoUse clang-tidy's modernize-deprecated-headers 6768/head
Daniel Arndt [Fri, 15 Jun 2018 16:43:46 +0000 (18:43 +0200)]
Use clang-tidy's modernize-deprecated-headers

6 years agoFix compiling with older Intel compilers
Daniel Arndt [Fri, 15 Jun 2018 16:52:49 +0000 (18:52 +0200)]
Fix compiling with older Intel compilers

6 years agoMerge pull request #6764 from masterleinad/fix_unused_variables_debug
Daniel Arndt [Fri, 15 Jun 2018 15:27:56 +0000 (17:27 +0200)]
Merge pull request #6764 from masterleinad/fix_unused_variables_debug

Fix unused variables in Debug mode

6 years agoAvoid crash for no iteration in GMRES eigenvalue approximation 6767/head
Daniel Arndt [Fri, 15 Jun 2018 13:56:55 +0000 (15:56 +0200)]
Avoid crash for no iteration in GMRES eigenvalue approximation

6 years agoclarify wording 6673/head
Matthias Maier [Fri, 15 Jun 2018 13:24:30 +0000 (08:24 -0500)]
clarify wording

6 years agoadd a few missing instantiation after the switch to AffineConstraints 6766/head
Denis Davydov [Fri, 15 Jun 2018 12:45:51 +0000 (14:45 +0200)]
add a few missing instantiation after the switch to AffineConstraints

6 years agoMerge pull request #6751 from koecher/trilinos-sparse-matrix-dof-renumbering
Denis Davydov [Fri, 15 Jun 2018 11:27:15 +0000 (13:27 +0200)]
Merge pull request #6751 from koecher/trilinos-sparse-matrix-dof-renumbering

bugfix for TrilinosWrapper::SparseMatrix ::add and ::copy_from

6 years agoMerge pull request #6727 from marcfehling/boost-minimum
Denis Davydov [Fri, 15 Jun 2018 11:26:52 +0000 (13:26 +0200)]
Merge pull request #6727 from marcfehling/boost-minimum

Require a more recent version of boost (at least 1.64).

6 years agoFix unused variables in Debug mode 6764/head
Daniel Arndt [Fri, 15 Jun 2018 11:06:11 +0000 (13:06 +0200)]
Fix unused variables in Debug mode

6 years agoMerge pull request #6759 from masterleinad/avoid_unnamed_namespaces
Denis Davydov [Fri, 15 Jun 2018 06:16:41 +0000 (08:16 +0200)]
Merge pull request #6759 from masterleinad/avoid_unnamed_namespaces

Avoid unnamed namespaces

6 years agoAvoid \0 delimeter
Matthias Maier [Fri, 15 Jun 2018 05:20:49 +0000 (00:20 -0500)]
Avoid \0 delimeter

We actually do not need any \0 delimeter because '\n' is an invalid
character in file names. So, simply switch to '\n' delimeted output.
This helps with Mac OS X compatibility because there grep might not have
the -z (--null-data) option and can thus not correctly match null
terminated input...

6 years agoAdd script that reindents recently changed files.
David Wells [Fri, 25 May 2018 21:29:48 +0000 (17:29 -0400)]
Add script that reindents recently changed files.

My laptop needs about 30s to run clang-format since the script currently
reindents all files regardless of whether or not they have been
modified. This PR adds a new target indent-branch that only reindents
files that have been modified (or added) since the last commit to
master. This takes less than a second to run (with a few files changed)
on my laptop.

6 years agoAvoid unnamed namespaces in *.h 6759/head
Daniel Arndt [Thu, 14 Jun 2018 15:01:45 +0000 (17:01 +0200)]
Avoid unnamed namespaces in *.h

6 years agoAvoid unnamed namespaces in *.templates.h
Daniel Arndt [Thu, 14 Jun 2018 15:01:07 +0000 (17:01 +0200)]
Avoid unnamed namespaces in *.templates.h

6 years agoCleanup of FindBOOST.cmake 6727/head
Marc Fehling [Thu, 7 Jun 2018 03:37:06 +0000 (21:37 -0600)]
Cleanup of FindBOOST.cmake

6 years agoMerge pull request #6762 from tamiko/improve_indent_script
Wolfgang Bangerth [Thu, 14 Jun 2018 23:46:54 +0000 (17:46 -0600)]
Merge pull request #6762 from tamiko/improve_indent_script

contrib/utilities/indent: Reorganize script

6 years agomake Mac OSX's sed happy 6762/head
Matthias Maier [Thu, 14 Jun 2018 23:39:37 +0000 (18:39 -0500)]
make Mac OSX's sed happy

6 years agorun indent script
Matthias Maier [Thu, 14 Jun 2018 22:55:12 +0000 (17:55 -0500)]
run indent script

6 years agoimprove error messages
Matthias Maier [Thu, 14 Jun 2018 23:04:47 +0000 (18:04 -0500)]
improve error messages

6 years agoDo not change line ending in output files
Matthias Maier [Thu, 14 Jun 2018 22:44:40 +0000 (17:44 -0500)]
Do not change line ending in output files

Some of the output files are binary files, we shouldn't touch them.

6 years agocontrib/utilities/indent: Reorganize script
Matthias Maier [Thu, 14 Jun 2018 20:02:39 +0000 (15:02 -0500)]
contrib/utilities/indent: Reorganize script

This commit

 - reorganizes the core indenting logic into a indent_common.sh file

 - cleans up find and indenting logic to make everything more readable

 - prepares for more specialized indent versions (see #6673)

6 years agoMerge pull request #6757 from piyueh/fix#6756
Matthias Maier [Thu, 14 Jun 2018 21:33:35 +0000 (16:33 -0500)]
Merge pull request #6757 from piyueh/fix#6756

Fix #6756

6 years agoMerge pull request #6746 from masterleinad/deprecate_function_map
Matthias Maier [Thu, 14 Jun 2018 21:19:47 +0000 (16:19 -0500)]
Merge pull request #6746 from masterleinad/deprecate_function_map

Deprecate FunctionMap

6 years agoMerge branch 'master' into fix#6756 6757/head
Daniel Arndt [Thu, 14 Jun 2018 21:14:12 +0000 (23:14 +0200)]
Merge branch 'master' into fix#6756

6 years agoMerge pull request #6755 from tamiko/clang_format_struck_again
Wolfgang Bangerth [Thu, 14 Jun 2018 21:13:28 +0000 (15:13 -0600)]
Merge pull request #6755 from tamiko/clang_format_struck_again

Headline: clang-format struck again

6 years agolog the changes to doc/news/changes/minor
Pi-Yueh Chuang [Thu, 14 Jun 2018 18:15:29 +0000 (14:15 -0400)]
log the changes to doc/news/changes/minor

6 years agorun indent script to follow the coding format
Pi-Yueh Chuang [Thu, 14 Jun 2018 04:49:20 +0000 (00:49 -0400)]
run indent script to follow the coding format

6 years agofix #6756
Pi-Yueh Chuang [Thu, 14 Jun 2018 00:34:12 +0000 (20:34 -0400)]
fix #6756

6 years agoExamples: Add updated comment pragma regex to examples directory 6755/head
Matthias Maier [Wed, 13 Jun 2018 19:43:55 +0000 (14:43 -0500)]
Examples: Add updated comment pragma regex to examples directory

This isn't really necessary (no indenting changes) but it doesn't hurt.

6 years agoFix broken doxygen formatting
Matthias Maier [Wed, 13 Jun 2018 19:13:43 +0000 (14:13 -0500)]
Fix broken doxygen formatting

6 years agoBugfix: list *all* doxygen formatting options as comment pragmas
Matthias Maier [Wed, 13 Jun 2018 19:14:10 +0000 (14:14 -0500)]
Bugfix: list *all* doxygen formatting options as comment pragmas

This way clang-format will keep any comment line that contains such a
symbol untouched. Otherwise we are garbling up way too many doxygen
pragmas...

6 years agoadded doc/news/changes/minor for PR #6751 6751/head
Uwe Köcher [Thu, 14 Jun 2018 14:04:21 +0000 (16:04 +0200)]
added doc/news/changes/minor for PR #6751

6 years agoadd tests for TrilinosWrapper::SparseMatrix::add and ::copy_from
Uwe Köcher [Thu, 14 Jun 2018 11:40:29 +0000 (13:40 +0200)]
add tests for TrilinosWrapper::SparseMatrix::add and ::copy_from

new file:   tests/trilinos/sparse_matrix_add_03.cc
new file:   tests/trilinos/sparse_matrix_add_03.with_trilinos=true.with_mpi=true.mpirun=3.output
new file:   tests/trilinos/sparse_matrix_copy_from_02.cc
new file:   tests/trilinos/sparse_matrix_copy_from_02.with_trilinos=true.with_mpi=true.mpirun=3.output

6 years agoMerge branch 'master' into deprecate_function_map 6746/head
Daniel Arndt [Thu, 14 Jun 2018 16:15:18 +0000 (18:15 +0200)]
Merge branch 'master' into deprecate_function_map

6 years agoMerge pull request #6758 from tamiko/remove_string_literal
Daniel Arndt [Thu, 14 Jun 2018 15:06:48 +0000 (17:06 +0200)]
Merge pull request #6758 from tamiko/remove_string_literal

fe/fe_nothing.cc: put a string literal where it belongs

6 years agofe/fe_nothing.cc: put a string literal where it belongs 6758/head
Matthias Maier [Thu, 14 Jun 2018 01:04:06 +0000 (20:04 -0500)]
fe/fe_nothing.cc: put a string literal where it belongs

6 years agoChangelog entry
Daniel Arndt [Mon, 11 Jun 2018 15:47:34 +0000 (17:47 +0200)]
Changelog entry


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.