]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 years agoMerge pull request #8670 from tjhei/tria_comment
Daniel Arndt [Thu, 29 Aug 2019 21:34:49 +0000 (17:34 -0400)]
Merge pull request #8670 from tjhei/tria_comment

remove obsolete note in comment of p::d::tria

5 years agoremove obsolete note in comment of p::d::tria 8670/head
Timo Heister [Thu, 29 Aug 2019 20:57:19 +0000 (16:57 -0400)]
remove obsolete note in comment of p::d::tria

5 years agoMerge pull request #8669 from peterrum/triangulation_fix_typo
Wolfgang Bangerth [Thu, 29 Aug 2019 20:13:27 +0000 (14:13 -0600)]
Merge pull request #8669 from peterrum/triangulation_fix_typo

Fix typo in the documentation of Triangulation

5 years agoFix typo in the documentation of Triangulation 8669/head
Peter Munch [Thu, 29 Aug 2019 18:05:10 +0000 (20:05 +0200)]
Fix typo in the documentation of Triangulation

5 years agoMerge pull request #8665 from masterleinad/speedup_add_periodicity
Daniel Arndt [Thu, 29 Aug 2019 17:45:13 +0000 (13:45 -0400)]
Merge pull request #8665 from masterleinad/speedup_add_periodicity

Speed parallel::distributed::Triangulation::add_periodicity up

5 years agoMerge pull request #8667 from bangerth/doc-07
David Wells [Thu, 29 Aug 2019 15:04:18 +0000 (11:04 -0400)]
Merge pull request #8667 from bangerth/doc-07

Doc updates in a variety of places.

5 years agoDoc updates in a variety of places. 8667/head
Wolfgang Bangerth [Thu, 29 Aug 2019 14:15:44 +0000 (08:15 -0600)]
Doc updates in a variety of places.

5 years agoMerge pull request #8666 from rezarastak/time_dependent_doc
Wolfgang Bangerth [Thu, 29 Aug 2019 14:20:22 +0000 (08:20 -0600)]
Merge pull request #8666 from rezarastak/time_dependent_doc

Several typos in documentation of time_dependent.h fixed

5 years agoSeveral typos in documentation of time_dependent.h fixed 8666/head
Reza Rastak [Thu, 29 Aug 2019 14:09:29 +0000 (10:09 -0400)]
Several typos in documentation of time_dependent.h fixed

5 years agoUse range-based for loop 8665/head
Daniel Arndt [Thu, 29 Aug 2019 04:18:31 +0000 (00:18 -0400)]
Use range-based for loop

5 years agoRemove begin_cell
Daniel Arndt [Thu, 29 Aug 2019 03:49:23 +0000 (23:49 -0400)]
Remove begin_cell

5 years agoSpeed parallel::distributed::Triangulation::add_periodicity up
Daniel Arndt [Wed, 28 Aug 2019 22:45:18 +0000 (18:45 -0400)]
Speed parallel::distributed::Triangulation::add_periodicity up

5 years agoMerge pull request #8663 from bangerth/rearrange
Daniel Arndt [Wed, 28 Aug 2019 17:41:26 +0000 (13:41 -0400)]
Merge pull request #8663 from bangerth/rearrange

Rearrange code for better readability.

5 years agoMerge pull request #8664 from tjhei/doxygen_fixes
David Wells [Wed, 28 Aug 2019 15:49:54 +0000 (11:49 -0400)]
Merge pull request #8664 from tjhei/doxygen_fixes

some doxygen fixes

5 years agosome doxygen fixes 8664/head
Timo Heister [Wed, 28 Aug 2019 15:33:36 +0000 (11:33 -0400)]
some doxygen fixes

5 years agoMerge pull request #8659 from masterleinad/feature_tests
Daniel Arndt [Wed, 28 Aug 2019 03:37:46 +0000 (23:37 -0400)]
Merge pull request #8659 from masterleinad/feature_tests

Use feature tests instead of relying on C++ version flag

5 years agoMerge pull request #8650 from bangerth/step-29
Daniel Arndt [Wed, 28 Aug 2019 03:35:37 +0000 (23:35 -0400)]
Merge pull request #8650 from bangerth/step-29

Simplify and clarify the use of std::complex in DataPostprocessor.

5 years agoRearrange code for better readability. 8663/head
Wolfgang Bangerth [Tue, 27 Aug 2019 23:16:43 +0000 (17:16 -0600)]
Rearrange code for better readability.

Specifically, use a 'switch' statement instead of a sequence of if-else-if,
and move the simplest case to the top. So far, the simplest case was just
the fall-through, but it actually has a name -- so I test that as well
and make the fall-through into an assertion.

5 years agoMerge pull request #8656 from dangars/unused_variable_warning
Daniel Arndt [Tue, 27 Aug 2019 20:32:24 +0000 (16:32 -0400)]
Merge pull request #8656 from dangars/unused_variable_warning

Remove unused variable warning

5 years agoUse feature tests instead of relying on C++ version flag 8659/head
Daniel Arndt [Tue, 27 Aug 2019 19:29:32 +0000 (15:29 -0400)]
Use feature tests instead of relying on C++ version flag

5 years agoMerge pull request #8651 from GrahamBenHarper/graham_dev_scalar_polynomials
Daniel Arndt [Tue, 27 Aug 2019 19:10:45 +0000 (15:10 -0400)]
Merge pull request #8651 from GrahamBenHarper/graham_dev_scalar_polynomials

Implement the ScalarPolynomialsBase class

5 years agoRemove unused variable warning 8656/head
Daniel Garcia-Sanchez [Tue, 27 Aug 2019 17:13:43 +0000 (19:13 +0200)]
Remove unused variable warning

5 years agoImplement the ScalarPolynomialsBase class 8651/head
grahambenharper [Tue, 27 Aug 2019 02:40:12 +0000 (20:40 -0600)]
Implement the ScalarPolynomialsBase class

5 years agoMerge pull request #8636 from krishnakumarg1984/krishna_fix_issue_8628
Wolfgang Bangerth [Tue, 27 Aug 2019 15:08:16 +0000 (09:08 -0600)]
Merge pull request #8636 from krishnakumarg1984/krishna_fix_issue_8628

Clarify wording on which objects belong to SparseMatrix & Vector in step-3 doc. Closes #8628.

5 years agoMerge pull request #8645 from dangars/hdf5_documentation
Wolfgang Bangerth [Tue, 27 Aug 2019 15:07:17 +0000 (09:07 -0600)]
Merge pull request #8645 from dangars/hdf5_documentation

Correct typos and make references to step-62

5 years agoMerge pull request #8641 from marcfehling/pdsoltrans-rework
Wolfgang Bangerth [Tue, 27 Aug 2019 15:05:09 +0000 (09:05 -0600)]
Merge pull request #8641 from marcfehling/pdsoltrans-rework

p::d::SolutionTransfer: Provide optimized pack/unpack functions.

5 years agoMerge pull request #8652 from marcfehling/soltrans05-bug
Wolfgang Bangerth [Tue, 27 Aug 2019 15:04:27 +0000 (09:04 -0600)]
Merge pull request #8652 from marcfehling/soltrans05-bug

Minor changes: tests/mpi/solution_transfer_05.

5 years agoAdds contrib file 20190827Gopalakrishnan in doc/news/changes/minor (#8628) 8636/head
Krishnakumar Gopalakrishnan [Tue, 27 Aug 2019 13:15:04 +0000 (14:15 +0100)]
Adds contrib file 20190827Gopalakrishnan in doc/news/changes/minor (#8628)

5 years agoClarify wording on which objects belong to SparseMatrix & Vector.
Krishnakumar Gopalakrishnan [Tue, 27 Aug 2019 13:08:19 +0000 (14:08 +0100)]
Clarify wording on which objects belong to SparseMatrix & Vector.

5 years agoMerge pull request #8530 from luca-heltai/mutable-bind
Luca Heltai [Tue, 27 Aug 2019 13:03:37 +0000 (15:03 +0200)]
Merge pull request #8530 from luca-heltai/mutable-bind

Mutable bind implementation.

5 years agoImprove documentation and add references to step-62 8645/head
Daniel Garcia-Sanchez [Tue, 27 Aug 2019 11:27:13 +0000 (13:27 +0200)]
Improve documentation and add references to step-62

- Improve std::complex documentation
- Improve write_none() documentation
- Correct typos
- Add references to step-62

5 years agoMinor changes: tests/mpi/solution_transfer_05. 8652/head
Marc Fehling [Tue, 27 Aug 2019 08:20:55 +0000 (10:20 +0200)]
Minor changes: tests/mpi/solution_transfer_05.

5 years agop::d::SolutionTransfer: Provide optimized pack/unpack functions. 8641/head
Marc Fehling [Fri, 23 Aug 2019 19:33:37 +0000 (21:33 +0200)]
p::d::SolutionTransfer: Provide optimized pack/unpack functions.

5 years agoMerge pull request #8649 from rezarastak/decrement_operator
Luca Heltai [Tue, 27 Aug 2019 07:32:55 +0000 (09:32 +0200)]
Merge pull request #8649 from rezarastak/decrement_operator

fixed the representation of the decrement operator -- in doxygen

5 years agoMutable bind implementation. 8530/head
Luca Heltai [Fri, 9 Aug 2019 04:25:27 +0000 (22:25 -0600)]
Mutable bind implementation.

5 years agoMerge pull request #8637 from marcfehling/soltrans05-bug
Daniel Arndt [Tue, 27 Aug 2019 04:02:55 +0000 (00:02 -0400)]
Merge pull request #8637 from marcfehling/soltrans05-bug

hp::DoFHandler: Provide own CoarseningStrategy while transferring active_fe_indices on p::d::Triangulations.

5 years agoSimplify and clarify the use of std::complex in DataPostprocessor. 8650/head
Wolfgang Bangerth [Tue, 27 Aug 2019 01:33:28 +0000 (19:33 -0600)]
Simplify and clarify the use of std::complex in DataPostprocessor.

5 years agorepresentation of the decrement operator fixed in doxygen 8649/head
Reza Rastak [Tue, 27 Aug 2019 01:14:09 +0000 (18:14 -0700)]
representation of the decrement operator fixed in doxygen

5 years agoMerge pull request #8635 from marcfehling/hp-chainsofconstraints
Wolfgang Bangerth [Mon, 26 Aug 2019 23:02:40 +0000 (17:02 -0600)]
Merge pull request #8635 from marcfehling/hp-chainsofconstraints

Fixed: tests/mpi/hp_constraints_consistent*

5 years agoMerge pull request #8533 from rezarastak/variable_size_quadrature_data
Wolfgang Bangerth [Mon, 26 Aug 2019 22:59:52 +0000 (16:59 -0600)]
Merge pull request #8533 from rezarastak/variable_size_quadrature_data

Variable size transfer of quadrature point data implemented

5 years agoMerge pull request #8644 from masterleinad/fix_docu_pdv
Wolfgang Bangerth [Mon, 26 Aug 2019 22:21:04 +0000 (16:21 -0600)]
Merge pull request #8644 from masterleinad/fix_docu_pdv

Fix documentation for parallel::distributed::Vector

5 years agoFixed: tests/mpi/hp_constraints_consistent* 8635/head
marcfehling [Mon, 26 Aug 2019 13:55:51 +0000 (15:55 +0200)]
Fixed: tests/mpi/hp_constraints_consistent*

5 years agoFix documentation for parallel::distributed::Vector 8644/head
Daniel Arndt [Mon, 26 Aug 2019 20:13:55 +0000 (16:13 -0400)]
Fix documentation for parallel::distributed::Vector

5 years agoMerge pull request #8639 from dangars/update_flags_datapostprocessor
Wolfgang Bangerth [Mon, 26 Aug 2019 18:53:33 +0000 (12:53 -0600)]
Merge pull request #8639 from dangars/update_flags_datapostprocessor

Clarify UpdateFlags in DataPostprocessor

5 years agoMerge pull request #8642 from drwells/workshop-1
Wolfgang Bangerth [Mon, 26 Aug 2019 03:22:09 +0000 (21:22 -0600)]
Merge pull request #8642 from drwells/workshop-1

Workshop 1

5 years agoMerge pull request #8640 from drwells/add-virtual-dtor
David Wells [Mon, 26 Aug 2019 01:04:19 +0000 (21:04 -0400)]
Merge pull request #8640 from drwells/add-virtual-dtor

Make a destructor virtual.

5 years agoMerge pull request #8633 from masterleinad/diagonal_matrix_initializing_constructor
David Wells [Sun, 25 Aug 2019 22:53:05 +0000 (18:53 -0400)]
Merge pull request #8633 from masterleinad/diagonal_matrix_initializing_constructor

Add initializing constructor to DiagonalMatrix

5 years agoMerge pull request #8623 from bangerth/compute_n_pols
David Wells [Sun, 25 Aug 2019 22:48:54 +0000 (18:48 -0400)]
Merge pull request #8623 from bangerth/compute_n_pols

Rename the Poly*::compute_n_pols() function to ::n_polynomials().

5 years agoClean up the last two commits slightly. 8642/head
David Wells [Sun, 25 Aug 2019 21:48:46 +0000 (17:48 -0400)]
Clean up the last two commits slightly.

5 years agoUpdate step-33.cc
Mario Zepeda Aguilar [Tue, 6 Aug 2019 21:36:25 +0000 (17:36 -0400)]
Update step-33.cc

5 years agoadd comment for interpolate_boundary_values
Irabiel Romero [Thu, 8 Aug 2019 22:13:54 +0000 (18:13 -0400)]
add comment for interpolate_boundary_values

5 years agoClarify UpdateFlags in DataPostprocessor 8639/head
Daniel Garcia-Sanchez [Sun, 25 Aug 2019 21:32:56 +0000 (23:32 +0200)]
Clarify UpdateFlags in DataPostprocessor

5 years agoMake a destructor virtual. 8640/head
David Wells [Sun, 25 Aug 2019 21:30:06 +0000 (17:30 -0400)]
Make a destructor virtual.

The class has virtual functions so we get a warning if we don't do it.

5 years agoMerge pull request #8359 from drwells/remove-deprecated-tensor
David Wells [Sun, 25 Aug 2019 21:28:38 +0000 (17:28 -0400)]
Merge pull request #8359 from drwells/remove-deprecated-tensor

Remove deprecated Tensor functions.

5 years agoMerge pull request #8638 from dangars/evaluation_points_datapostprocessor
Wolfgang Bangerth [Sun, 25 Aug 2019 18:46:27 +0000 (12:46 -0600)]
Merge pull request #8638 from dangars/evaluation_points_datapostprocessor

Clarify update_quadrature_points in the context of DataPostprocessor

5 years agoClarify update_quadrature_points in the context of DataPostprocessor 8638/head
Daniel Garcia-Sanchez [Sun, 25 Aug 2019 16:21:34 +0000 (18:21 +0200)]
Clarify update_quadrature_points in the context of DataPostprocessor

5 years agohp::DoFHandler: Provide own CoarseningStrategy while transferring active_fe_indices... 8637/head
marcfehling [Fri, 23 Aug 2019 00:35:40 +0000 (02:35 +0200)]
hp::DoFHandler: Provide own CoarseningStrategy while transferring active_fe_indices on p::d::Triangulations.

5 years agoImprove dopcumentation 8633/head
Daniel Arndt [Fri, 23 Aug 2019 22:38:29 +0000 (18:38 -0400)]
Improve dopcumentation

5 years agoMerge pull request #8630 from masterleinad/fix_petsc_matrixbase_end
Daniel Arndt [Fri, 23 Aug 2019 21:29:05 +0000 (17:29 -0400)]
Merge pull request #8630 from masterleinad/fix_petsc_matrixbase_end

Fix PETScWrappers::MatrixBase::end(row)

5 years agoMerge pull request #8631 from bangerth/step-3
Timo Heister [Fri, 23 Aug 2019 20:50:44 +0000 (16:50 -0400)]
Merge pull request #8631 from bangerth/step-3

Use VTK as the file format for step-3

5 years agoAdd initializing constructor to DiagonalMatrix
Daniel Arndt [Fri, 23 Aug 2019 19:15:05 +0000 (19:15 +0000)]
Add initializing constructor to DiagonalMatrix

5 years agoMerge pull request #8632 from bangerth/clarify
David Wells [Fri, 23 Aug 2019 16:40:31 +0000 (12:40 -0400)]
Merge pull request #8632 from bangerth/clarify

Clarify the use of the adjective 'integral'.

5 years agoMerge pull request #8626 from bangerth/readme
Daniel Arndt [Fri, 23 Aug 2019 16:35:38 +0000 (12:35 -0400)]
Merge pull request #8626 from bangerth/readme

Clarify something in the readme file that seems to perpetually perplex people

5 years agoClarify the use of the adjective 'integral'. 8632/head
Wolfgang Bangerth [Fri, 23 Aug 2019 16:21:26 +0000 (10:21 -0600)]
Clarify the use of the adjective 'integral'.

5 years agoAdd changelog entry. 8631/head
Wolfgang Bangerth [Fri, 23 Aug 2019 16:14:18 +0000 (10:14 -0600)]
Add changelog entry.

5 years agoShow a VTK-based visualization in step-3, and link to video lectures.
Wolfgang Bangerth [Fri, 23 Aug 2019 16:13:14 +0000 (10:13 -0600)]
Show a VTK-based visualization in step-3, and link to video lectures.

5 years agoUse VTK as the file format for step-3.
Wolfgang Bangerth [Fri, 23 Aug 2019 16:12:51 +0000 (10:12 -0600)]
Use VTK as the file format for step-3.

5 years agoMerge pull request #8629 from peterrum/fdt_explicit_constructor
Daniel Arndt [Fri, 23 Aug 2019 15:42:52 +0000 (11:42 -0400)]
Merge pull request #8629 from peterrum/fdt_explicit_constructor

Make constructor of p:d:t explicit

5 years agoFix PETScWrappers::MatrixBase::end(row) 8630/head
Daniel Arndt [Fri, 23 Aug 2019 13:23:28 +0000 (09:23 -0400)]
Fix PETScWrappers::MatrixBase::end(row)

5 years agoMake constructor of p:d:t explicit 8629/head
Peter Munch [Fri, 23 Aug 2019 13:10:39 +0000 (15:10 +0200)]
Make constructor of p:d:t explicit

5 years agoMerge pull request #8627 from peterrum/pdt_rename_settings_
Daniel Arndt [Fri, 23 Aug 2019 11:59:58 +0000 (07:59 -0400)]
Merge pull request #8627 from peterrum/pdt_rename_settings_

Rename settings_ to settings in distributed/tria.cc

5 years agoMerge pull request #8619 from bangerth/evaluate
Martin Kronbichler [Fri, 23 Aug 2019 06:10:34 +0000 (08:10 +0200)]
Merge pull request #8619 from bangerth/evaluate

Rename TensorPolynomials::compute() to ::evaluate().

5 years agoRename settings_ to settings in distributed/tria.cc 8627/head
Peter Munch [Fri, 23 Aug 2019 05:08:41 +0000 (07:08 +0200)]
Rename settings_ to settings in distributed/tria.cc

5 years agoClarify something in the readme file that seems to perpetually perplex people. 8626/head
Wolfgang Bangerth [Fri, 23 Aug 2019 03:01:15 +0000 (21:01 -0600)]
Clarify something in the readme file that seems to perpetually perplex people.

5 years agoMerge pull request #8618 from bangerth/doc-99
David Wells [Thu, 22 Aug 2019 18:48:36 +0000 (14:48 -0400)]
Merge pull request #8618 from bangerth/doc-99

Update documentation of FE_PolyTensor.

5 years agoMerge pull request #8598 from bangerth/doc
David Wells [Thu, 22 Aug 2019 18:33:48 +0000 (14:33 -0400)]
Merge pull request #8598 from bangerth/doc

Update a documentation string.

5 years agoMerge pull request #8624 from bangerth/doc-98
David Wells [Thu, 22 Aug 2019 18:27:36 +0000 (14:27 -0400)]
Merge pull request #8624 from bangerth/doc-98

Augment documentation in one place.

5 years agoAugment documentation in one place. 8624/head
Wolfgang Bangerth [Thu, 22 Aug 2019 17:58:22 +0000 (11:58 -0600)]
Augment documentation in one place.

5 years agoAdd a changelog entry. 8623/head
Wolfgang Bangerth [Thu, 22 Aug 2019 17:51:05 +0000 (11:51 -0600)]
Add a changelog entry.

5 years agoMark a bunch of input argument as 'const'.
Wolfgang Bangerth [Wed, 21 Aug 2019 20:05:43 +0000 (14:05 -0600)]
Mark a bunch of input argument as 'const'.

5 years agoRename the Poly*::compute_n_pols() function to ::n_polynomials().
Wolfgang Bangerth [Wed, 21 Aug 2019 20:04:30 +0000 (14:04 -0600)]
Rename the Poly*::compute_n_pols() function to ::n_polynomials().

This more accurately reflects the purpose of the function, which may or may not
actually compute anything -- oftentimes it just returns something already
computed. The new name also more closely follows our usual naming convention.

5 years agoMerge pull request #8602 from masterleinad/fix_symenginetest
Jean-Paul Pelteret [Thu, 22 Aug 2019 17:13:20 +0000 (19:13 +0200)]
Merge pull request #8602 from masterleinad/fix_symenginetest

Fix Symengine test

5 years agoAdd a changelog entry. 8619/head
Wolfgang Bangerth [Wed, 21 Aug 2019 20:01:02 +0000 (14:01 -0600)]
Add a changelog entry.

5 years agoAlso convert tests.
Wolfgang Bangerth [Wed, 21 Aug 2019 22:34:25 +0000 (16:34 -0600)]
Also convert tests.

5 years agoMerge pull request #8592 from peterrum/parallel_distributedtrinagulationbase
Daniel Arndt [Thu, 22 Aug 2019 12:29:34 +0000 (08:29 -0400)]
Merge pull request #8592 from peterrum/parallel_distributedtrinagulationbase

Introduce parallel::DistributedTriangulationBase

5 years agoMerge pull request #8620 from Rombur/free
Daniel Arndt [Thu, 22 Aug 2019 12:28:41 +0000 (08:28 -0400)]
Merge pull request #8620 from Rombur/free

Use std::free instead of free to avoid name collision when using hipcc

5 years ago'optional' corrected to 'std_cxx17::optional' in the documentation 8533/head
Reza Rastak [Thu, 22 Aug 2019 05:18:04 +0000 (22:18 -0700)]
'optional' corrected to 'std_cxx17::optional' in the documentation

5 years agoMerge pull request #8601 from starki0815/patch_petsc_matrix_base
Martin Kronbichler [Thu, 22 Aug 2019 05:12:42 +0000 (07:12 +0200)]
Merge pull request #8601 from starki0815/patch_petsc_matrix_base

Add assertion to PETScWrappers::MatrixBase::begin() and end().

5 years agoIntroduce DistributedTrinagulationBase 8592/head
Peter Munch [Fri, 16 Aug 2019 05:27:23 +0000 (07:27 +0200)]
Introduce DistributedTrinagulationBase

Conflicts:
include/deal.II/distributed/tria.h
include/deal.II/distributed/tria_base.h
source/distributed/tria.cc

5 years agoMerge pull request #8609 from kronbichler/fix_warning
Daniel Arndt [Thu, 22 Aug 2019 03:13:45 +0000 (23:13 -0400)]
Merge pull request #8609 from kronbichler/fix_warning

Avoid warning regarding VectorizedArray: no-user provided constructor

5 years agoUse std::free instead of free to avoid name collision when using hipcc 8620/head
Bruno Turcksin [Thu, 22 Aug 2019 02:05:46 +0000 (02:05 +0000)]
Use std::free instead of free to avoid name collision when using hipcc

5 years agoVariable size transfer of quadrature point data implemented
Reza Rastak [Fri, 9 Aug 2019 16:00:34 +0000 (10:00 -0600)]
Variable size transfer of quadrature point data implemented

5 years agoMerge pull request #8610 from bangerth/glossary
Daniel Arndt [Wed, 21 Aug 2019 23:31:29 +0000 (19:31 -0400)]
Merge pull request #8610 from bangerth/glossary

Document the concept of 'coarse cell id' in the glossary.

5 years agoMerge pull request #8587 from peterrum/pdt_dofhandlerpolicy_1D
Wolfgang Bangerth [Wed, 21 Aug 2019 20:33:20 +0000 (14:33 -0600)]
Merge pull request #8587 from peterrum/pdt_dofhandlerpolicy_1D

Enable DoFHandlerPolicy of p:d:t for 1D

5 years agoAvoid superfluous zero + add-into in tensor contraction 8609/head
Martin Kronbichler [Tue, 20 Aug 2019 19:13:16 +0000 (21:13 +0200)]
Avoid superfluous zero + add-into in tensor contraction

5 years agoRename TensorPolynomials::compute() to ::evaluate().
Wolfgang Bangerth [Wed, 21 Aug 2019 19:54:59 +0000 (13:54 -0600)]
Rename TensorPolynomials::compute() to ::evaluate().

We've used this kind of terminology in a number of other places. The point is
that we don't 'compute' the polynomial at that point; its form is fixed. Rather,
we 'evaluate' the polynomial for a particular value of its argument.

5 years agoMerge pull request #8613 from luca-heltai/occ-closed-curves
Daniel Arndt [Wed, 21 Aug 2019 19:36:32 +0000 (15:36 -0400)]
Merge pull request #8613 from luca-heltai/occ-closed-curves

Fixed small bug in OCC::interpolation_curve.

5 years agoUpdate documentation of FE_PolyTensor. 8618/head
Wolfgang Bangerth [Wed, 21 Aug 2019 18:49:41 +0000 (12:49 -0600)]
Update documentation of FE_PolyTensor.

5 years agoFix Symengine test 8602/head
Daniel Arndt [Mon, 19 Aug 2019 22:53:47 +0000 (18:53 -0400)]
Fix Symengine test

5 years agoMerge pull request #8614 from masterleinad/whitelist_complex_operator_overloads
Daniel Arndt [Wed, 21 Aug 2019 17:46:35 +0000 (13:46 -0400)]
Merge pull request #8614 from masterleinad/whitelist_complex_operator_overloads

Only allow floating point types in complex_overloads.h


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.