]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoStep-44 now uses the newly implemented physics classes and functions. 3034/head
Jean-Paul Pelteret [Mon, 5 Dec 2016 09:26:31 +0000 (10:26 +0100)]
Step-44 now uses the newly implemented physics classes and functions.

7 years agoStandard transformations, and kinematics and tensors for elasticity.
Jean-Paul Pelteret [Mon, 5 Dec 2016 07:36:09 +0000 (08:36 +0100)]
Standard transformations, and kinematics and tensors for elasticity.

This commit adds a set of functions to perform various push forward /
pull back operations that regularly feature in finite deformation
mechanics. It also adds some standard tensor definitions for elasticity,
as well as functions that compute kinematic quantities typically used in
finite strain elasticity.

Refers to discussion in dealii/code-gallery/#7.

7 years agoAdd adjugate and cofactor functions to tensor class
Jean-Paul Pelteret [Sun, 25 Sep 2016 20:24:54 +0000 (22:24 +0200)]
Add adjugate and cofactor functions to tensor class

7 years agoMerge pull request #3667 from bangerth/default-constructor-for-ArrayView
Daniel Arndt [Thu, 8 Dec 2016 23:16:27 +0000 (00:16 +0100)]
Merge pull request #3667 from bangerth/default-constructor-for-ArrayView

Add a default constructor for class ArrayView.

7 years agoAdd changelog entry. 3667/head
Wolfgang Bangerth [Thu, 8 Dec 2016 17:30:39 +0000 (10:30 -0700)]
Add changelog entry.

7 years agoAdd testcase.
Wolfgang Bangerth [Thu, 8 Dec 2016 17:30:39 +0000 (10:30 -0700)]
Add testcase.

7 years agoAdd a default constructor for class ArrayView.
Wolfgang Bangerth [Thu, 8 Dec 2016 17:30:04 +0000 (10:30 -0700)]
Add a default constructor for class ArrayView.

Right now, one can only create such an object pointing to a specific
array. It is not possible to default construct it, and consequently
you can't put them into collections, for example.

7 years agoMerge pull request #3666 from bangerth/fix-ArrayView
Jean-Paul Pelteret [Thu, 8 Dec 2016 15:12:43 +0000 (16:12 +0100)]
Merge pull request #3666 from bangerth/fix-ArrayView

Allow copying of ArrayViews of length zero.

7 years agoAdd changelog entry. 3666/head
Wolfgang Bangerth [Thu, 8 Dec 2016 04:29:54 +0000 (21:29 -0700)]
Add changelog entry.

7 years agoAdd test.
Wolfgang Bangerth [Thu, 8 Dec 2016 04:29:53 +0000 (21:29 -0700)]
Add test.

7 years agoAllow copying of ArrayViews of length zero.
Wolfgang Bangerth [Thu, 8 Dec 2016 04:29:17 +0000 (21:29 -0700)]
Allow copying of ArrayViews of length zero.

7 years agoMerge pull request #3665 from gassmoeller/add_pop_front_index_set
Wolfgang Bangerth [Thu, 8 Dec 2016 03:35:40 +0000 (20:35 -0700)]
Merge pull request #3665 from gassmoeller/add_pop_front_index_set

Add convenience functions to IndexSet

7 years agoAddress comments 3665/head
Rene Gassmoeller [Thu, 8 Dec 2016 02:23:26 +0000 (19:23 -0700)]
Address comments

7 years agoAdd IndexSet::pop_front, pop_back, and is_empty
Rene Gassmoeller [Fri, 4 Nov 2016 00:13:08 +0000 (18:13 -0600)]
Add IndexSet::pop_front, pop_back, and is_empty

7 years agoMerge pull request #3663 from drwells/distribute-dofs-linear-time
David Wells [Wed, 7 Dec 2016 20:17:36 +0000 (15:17 -0500)]
Merge pull request #3663 from drwells/distribute-dofs-linear-time

Distribute dofs linear time

7 years agoTest that distributing hp dofs runs in linear time. 3663/head
David Wells [Wed, 7 Dec 2016 15:09:57 +0000 (10:09 -0500)]
Test that distributing hp dofs runs in linear time.

7 years agoCache end_active() when assigning hp dofs.
David Wells [Wed, 7 Dec 2016 15:01:57 +0000 (10:01 -0500)]
Cache end_active() when assigning hp dofs.

This fixes a performance bug where distributing dofs on some grids would take an
amount of time quadratic in the number of dofs when it should be linear.

7 years agoMerge pull request #3662 from jppelteret/tensor-silence_warning
Wolfgang Bangerth [Wed, 7 Dec 2016 16:06:49 +0000 (09:06 -0700)]
Merge pull request #3662 from jppelteret/tensor-silence_warning

Tensor class: Silence compiler warning

7 years agoImplemented the inverse of rank-2 SymmetricTensors. 3662/head
Jean-Paul Pelteret [Wed, 7 Dec 2016 10:27:00 +0000 (11:27 +0100)]
Implemented the inverse of rank-2 SymmetricTensors.

Includes a test case, gratis.

7 years agoRefactor definition of rank-2 Tensor inverse function; add test case
Jean-Paul Pelteret [Wed, 7 Dec 2016 09:05:24 +0000 (10:05 +0100)]
Refactor definition of rank-2 Tensor inverse function; add test case

This silences warnings produced by `-Warray-bounds`.

7 years agoMerge pull request #3658 from bangerth/move-functions
Wolfgang Bangerth [Tue, 6 Dec 2016 21:20:09 +0000 (14:20 -0700)]
Merge pull request #3658 from bangerth/move-functions

Move DataOutInterface::write_pvd/visit_record() to namespace DataOutBase.

7 years agoAlso extract the functionality of the write_pvtu_record(). 3658/head
Wolfgang Bangerth [Tue, 6 Dec 2016 02:19:41 +0000 (19:19 -0700)]
Also extract the functionality of the write_pvtu_record().

Move it to the DataOutBase namespace, and let the original function call the one
into which it has been refactored.

7 years agoMerge pull request #3660 from jppelteret/step-44_bugfix_01
Wolfgang Bangerth [Mon, 5 Dec 2016 16:49:14 +0000 (09:49 -0700)]
Merge pull request #3660 from jppelteret/step-44_bugfix_01

Fixed condition in assert checking for convergence in nonlinear solver

7 years agoFixed condition in assert checking for convergence in nonlinear solver 3660/head
Jean-Paul Pelteret [Mon, 5 Dec 2016 16:42:30 +0000 (17:42 +0100)]
Fixed condition in assert checking for convergence in nonlinear solver

Fixes #3604

7 years agoMerge pull request #3657 from drwells/vectorspacevector-virtual-dtor
Wolfgang Bangerth [Sat, 3 Dec 2016 23:28:57 +0000 (16:28 -0700)]
Merge pull request #3657 from drwells/vectorspacevector-virtual-dtor

Make VectorSpaceVector's destructor virtual.

7 years agoAlso adjust testsuite and tutorial programs.
Wolfgang Bangerth [Sat, 3 Dec 2016 23:18:47 +0000 (16:18 -0700)]
Also adjust testsuite and tutorial programs.

7 years agoMove DataOutInterface::write_pvd/visit_record() to namespace DataOutBase.
Wolfgang Bangerth [Sat, 3 Dec 2016 23:03:08 +0000 (16:03 -0700)]
Move DataOutInterface::write_pvd/visit_record() to namespace DataOutBase.

These functions did not depend on the state of the DataOutInterface object and could therefore
be made 'static'. On the other hand, we have traditionally kept such functions in namespace
DataOutBase. Move them there, and deprecate the old versions of these functions.

7 years agoMake VectorSpaceVector's destructor virtual. 3657/head
David Wells [Sat, 3 Dec 2016 22:24:28 +0000 (17:24 -0500)]
Make VectorSpaceVector's destructor virtual.

Since the classes inheriting from VectorSpaceVector all implement their own
memory management strategies, the destructor of the base class should always be
virtual.

7 years agoMerge pull request #3655 from bangerth/limit-TimerOutput-data
Martin Kronbichler [Sat, 3 Dec 2016 20:34:41 +0000 (21:34 +0100)]
Merge pull request #3655 from bangerth/limit-TimerOutput-data

Only show TimerOutput percentages down to 0.1%.

7 years agoOnly show TimerOutput percentages down to 0.1%. 3655/head
Wolfgang Bangerth [Sat, 3 Dec 2016 13:57:03 +0000 (06:57 -0700)]
Only show TimerOutput percentages down to 0.1%.

Currently, if a TimerOutput section takes a very small fraction of the overall
time, we happily output in the last column that it took 6.5e-4%. This is not
only visually awkward compared to all of the other numbers that are not using
the e-04 notation, but also pretty pointless: nobody cares whether something took
that small a fraction of the overall time, and if they happen to do anyway: the
absolute amount of time is printed in the previous column.

Consequently, show everything that takes less than 0.1% of time as 0%.

7 years agoMerge pull request #3654 from gassmoeller/optimize_spherical_manifold_new_point
Wolfgang Bangerth [Sat, 3 Dec 2016 02:49:58 +0000 (19:49 -0700)]
Merge pull request #3654 from gassmoeller/optimize_spherical_manifold_new_point

Optimize SphericalManifold::get_new_point()

7 years agoOptimize SphericalManifold::get_new_point() 3654/head
Rene Gassmoeller [Sat, 3 Dec 2016 00:44:29 +0000 (17:44 -0700)]
Optimize SphericalManifold::get_new_point()

7 years agoMerge pull request #3651 from tcclevenger/fix_MemoryStats_doc
Wolfgang Bangerth [Fri, 2 Dec 2016 22:01:12 +0000 (15:01 -0700)]
Merge pull request #3651 from tcclevenger/fix_MemoryStats_doc

Fixed documentation for Utilities::System::MemoryStats Struct Reference

7 years agoMerge pull request #3329 from kronbichler/extend_step-37
Denis Davydov [Fri, 2 Dec 2016 13:29:02 +0000 (14:29 +0100)]
Merge pull request #3329 from kronbichler/extend_step-37

Extend step 37 to parallel vectors

7 years agoFixed documentation for Utilities::System::MemoryStats Struct Reference 3651/head
tcclevenger [Thu, 1 Dec 2016 04:12:14 +0000 (23:12 -0500)]
Fixed documentation for Utilities::System::MemoryStats Struct Reference

Comments in deal.II/base/utilities.h were behind variable declarations
leading to wrong placement in online documentation

7 years agoMerge pull request #3653 from kronbichler/master
Wolfgang Bangerth [Thu, 1 Dec 2016 22:28:14 +0000 (15:28 -0700)]
Merge pull request #3653 from kronbichler/master

Fix DEAL_II_COMPILER_USE_VECTOR_ARITHMETICS with AVX512 and ICC

7 years agoFix DEAL_II_COMPILER_USE_VECTOR_ARITHMETICS with AVX512 and Intel. 3653/head
Martin Kronbichler [Thu, 1 Dec 2016 17:49:02 +0000 (18:49 +0100)]
Fix DEAL_II_COMPILER_USE_VECTOR_ARITHMETICS with AVX512 and Intel.

7 years agoMerge pull request #3650 from drwells/add-zlib-enum-docs
Wolfgang Bangerth [Wed, 30 Nov 2016 22:45:40 +0000 (15:45 -0700)]
Merge pull request #3650 from drwells/add-zlib-enum-docs

Add documentation to the zlib compression levels.

7 years agoAdd documentation to the zlib compression levels. 3650/head
David Wells [Wed, 30 Nov 2016 19:05:13 +0000 (14:05 -0500)]
Add documentation to the zlib compression levels.

Enumerations are not listed by doxygen unless they have documentation
strings, so add them.

7 years agoMerge pull request #3649 from jppelteret/collect_periodic_faces_update_01
David Wells [Wed, 30 Nov 2016 19:09:54 +0000 (14:09 -0500)]
Merge pull request #3649 from jppelteret/collect_periodic_faces_update_01

Added warning for unsuccessful case in GridTools::collect_periodic_faces

7 years agoAdded warning for unsuccessful case in GridTools::collect_periodic_faces 3649/head
Jean-Paul Pelteret [Wed, 30 Nov 2016 16:10:14 +0000 (17:10 +0100)]
Added warning for unsuccessful case in GridTools::collect_periodic_faces

A note and assert has been added to provide a warning for the case where
collect_periodic_faces doesn't find any matched faces. This may happen
if there is no colouring on the coarsest level mesh (i.e. grid
refinement before boundary id definition) or where they've accidentally
called the function with the wrong boundary id's (or direction?).

Fixes #3280

7 years agoMerge pull request #3645 from bangerth/update-laplace_transform
Bruno Turcksin [Tue, 29 Nov 2016 20:56:51 +0000 (15:56 -0500)]
Merge pull request #3645 from bangerth/update-laplace_transform

Update GridTools::laplace_transform().

7 years agoMerge pull request #3644 from bangerth/update-step-49
Bruno Turcksin [Tue, 29 Nov 2016 20:53:45 +0000 (15:53 -0500)]
Merge pull request #3644 from bangerth/update-step-49

Be consistent about how we name the Triangulation object.

7 years agoMerge pull request #3648 from bangerth/remove-stray-typenames
Bruno Turcksin [Tue, 29 Nov 2016 20:53:02 +0000 (15:53 -0500)]
Merge pull request #3648 from bangerth/remove-stray-typenames

Remove stray 'typename's.

7 years agoRemove stray 'typename's. 3648/head
Wolfgang Bangerth [Tue, 29 Nov 2016 18:17:30 +0000 (11:17 -0700)]
Remove stray 'typename's.

7 years agoMerge pull request #3647 from tjhei/doc_fixes
Wolfgang Bangerth [Tue, 29 Nov 2016 18:01:27 +0000 (11:01 -0700)]
Merge pull request #3647 from tjhei/doc_fixes

doxygen fixes

7 years agodoxygen fixes 3647/head
Timo Heister [Tue, 29 Nov 2016 17:55:55 +0000 (12:55 -0500)]
doxygen fixes

7 years agoUpdate GridTools::laplace_transform(). 3645/head
Wolfgang Bangerth [Tue, 29 Nov 2016 00:01:02 +0000 (17:01 -0700)]
Update GridTools::laplace_transform().

Incomprehensively, the function looped over all faces of a cell, and then
all vertices of the face. This visited each vertex exactly 'dim' times.
This can be done easier.

While there, also fix a number of issues where we confuse 'unsigned int'
with 'types::global_dof_index'. This doesn't matter here because the
function only works in sequential settings anyway, but we should be
consistent.

Finally, instead of setting vertex locations from each adjacent cell, only
do it once by keeping track when we touch the vertex the first time.

7 years agoBe consistent about how we name the Triangulation object. 3644/head
Wolfgang Bangerth [Mon, 28 Nov 2016 22:16:41 +0000 (15:16 -0700)]
Be consistent about how we name the Triangulation object.

Most of the functions in step-49 call the triangulation 'triangulation', but some
called it 'tria'. Be consistent about it.

While there, also be consistent about spaces between function name and opening
parenthesis.

7 years agoMerge pull request #3643 from tjhei/doc_nonzero_flux
Wolfgang Bangerth [Mon, 28 Nov 2016 16:55:54 +0000 (09:55 -0700)]
Merge pull request #3643 from tjhei/doc_nonzero_flux

clarify doc for compute_nonzero_normal_flux_constraints

7 years agoclarify doc for compute_nonzero_normal_flux_constraints 3643/head
Timo Heister [Mon, 28 Nov 2016 16:38:42 +0000 (11:38 -0500)]
clarify doc for compute_nonzero_normal_flux_constraints

7 years agoMerge pull request #3641 from bangerth/revise-3639
David Wells [Mon, 28 Nov 2016 16:05:45 +0000 (11:05 -0500)]
Merge pull request #3641 from bangerth/revise-3639

Find a better way to be dimension independent.

7 years agoMerge pull request #3622 from kalj/static-asserts
Wolfgang Bangerth [Mon, 28 Nov 2016 13:47:57 +0000 (06:47 -0700)]
Merge pull request #3622 from kalj/static-asserts

Add more static asserts for sensible template parameters

7 years agoAdd more static asserts for sensible template parameters 3622/head
Karl Ljungkvist [Tue, 22 Nov 2016 15:06:14 +0000 (16:06 +0100)]
Add more static asserts for sensible template parameters

7 years agoAdd funding information 3329/head
Martin Kronbichler [Thu, 24 Nov 2016 17:35:44 +0000 (18:35 +0100)]
Add funding information

7 years agoFind a better way to be dimension independent. 3641/head
Wolfgang Bangerth [Mon, 28 Nov 2016 00:15:13 +0000 (17:15 -0700)]
Find a better way to be dimension independent.

This patch revises commit 9386b1e30c in #3639. There, I tried to avoid instantiating types
that have a template signature of the kind <3,spacedim> if spacedim is less than three,
since that leads to invalid types. I did so by using <3,max(3,spacedim)>, which works
because we can only get to these places if dim==3, and consequently spacedim>=3, but the
compiler may not always recognize that if spacedim<3, then we must be in dead code.

This patch goes the other way around, which I find conceptually clearer: in code where we
have
    if (dim == 3)
      {
        typename Triangulation<3,spacedim>::cell_iterator cell = ...;
we clearly only got into the 'if' block because dim==3. Consequently, we might as well
have written
    if (dim == 3)
      {
        typename Triangulation<dim,spacedim>::cell_iterator cell = ...;
to the same effect. On the plus side, however, whenever dim<3 (i.e. in cases where
this is dead code anyway), we still do not instantiate invalid types.

This patch therefore undoes the changes made in #3639 and replaces them with the second
option above. There are a number of places where we then have to replace calls to
    GeometryInfo<3>::...
by
    GeometryInfo<dim>::...
as well as one place where we have to do a cast from
    RefinementCase<3>
to
    RefinementCase<dim>
or the other way around; the latter is the identity cast if we do get into this block.

7 years agoMerge pull request #3639 from bangerth/do-not-instantiate-invalid-classes
Luca Heltai [Sun, 27 Nov 2016 09:55:01 +0000 (10:55 +0100)]
Merge pull request #3639 from bangerth/do-not-instantiate-invalid-classes

Do not instantiate invalid classes.

7 years agoMerge pull request #3637 from bangerth/fix-manifold-instantiations
Luca Heltai [Sun, 27 Nov 2016 09:53:24 +0000 (10:53 +0100)]
Merge pull request #3637 from bangerth/fix-manifold-instantiations

Fix manifold instantiations

7 years agoMerge pull request #3640 from masterleinad/fix_test_project_parallel
Wolfgang Bangerth [Sat, 26 Nov 2016 14:33:37 +0000 (07:33 -0700)]
Merge pull request #3640 from masterleinad/fix_test_project_parallel

Fix the project_parallel_q_* tests

7 years agoFix the project_parallel_q_* tests 3640/head
Daniel Arndt [Sat, 26 Nov 2016 10:08:33 +0000 (11:08 +0100)]
Fix the project_parallel_q_* tests

7 years agoDo not instantiate invalid classes. 3639/head
Wolfgang Bangerth [Sat, 26 Nov 2016 05:17:56 +0000 (22:17 -0700)]
Do not instantiate invalid classes.

We have numerous places where we do something of the sort

  template <int dim, int spacedim>
  void foo (const Triangulation<dim,spacedim> &triangulation) {
    if (dim == 3)
      {
        typename Triangulation<3,spacedim>::cell_iterator cell = triangulation.begin();
        ...

Since we only get into this piece of code if dim==3, there is nothing wrong with
this: if dim==3, then spacedim>=3. On the other hand, the compiler will still
instantiate Triangulation<3,spacedim> even if dim==spacedim==1.

This patch works around this by replacing the type by
  Triangulation<3,max(3,spacedim)>
which for all of the cases in question leads to the exact same type, but
avoids instantiating invalid types.

7 years agoAdd a couple more static assertions. 3637/head
Wolfgang Bangerth [Thu, 24 Nov 2016 18:48:37 +0000 (11:48 -0700)]
Add a couple more static assertions.

7 years agoremove invalid instantiations
Karl Ljungkvist [Wed, 23 Nov 2016 13:33:51 +0000 (14:33 +0100)]
remove invalid instantiations

7 years agoChange the type of ChartManifold::sub_manifold.
Wolfgang Bangerth [Sat, 26 Nov 2016 03:09:45 +0000 (20:09 -0700)]
Change the type of ChartManifold::sub_manifold.

7 years agoAdd necessary instantiations.
Wolfgang Bangerth [Sat, 26 Nov 2016 03:07:05 +0000 (20:07 -0700)]
Add necessary instantiations.

7 years agoMerge pull request #3630 from spco/new_lapack_trilinos_info
Wolfgang Bangerth [Sat, 26 Nov 2016 00:01:59 +0000 (17:01 -0700)]
Merge pull request #3630 from spco/new_lapack_trilinos_info

Add note to enable linking against LAPACK 3.6.0 and later.

7 years agoMerge pull request #3635 from masterleinad/improve_has_vmult_add
Wolfgang Bangerth [Fri, 25 Nov 2016 23:59:03 +0000 (16:59 -0700)]
Merge pull request #3635 from masterleinad/improve_has_vmult_add

Improve has_vmult_add check

7 years agoImprove has_vmult_add check 3635/head
Daniel Arndt [Fri, 25 Nov 2016 15:21:01 +0000 (16:21 +0100)]
Improve has_vmult_add check

7 years agoMerge pull request #3631 from bangerth/cleanups-3
Timo Heister [Fri, 25 Nov 2016 11:45:26 +0000 (06:45 -0500)]
Merge pull request #3631 from bangerth/cleanups-3

Clean up some p4est-related code.

7 years agoAdd note to enable linking against LAPACK 3.6.0 and later. 3630/head
SAM COX [Thu, 24 Nov 2016 16:37:13 +0000 (16:37 +0000)]
Add note to enable linking against LAPACK 3.6.0 and later.

7 years agoMerge pull request #3632 from bangerth/doc-update-79
Martin Kronbichler [Thu, 24 Nov 2016 18:49:02 +0000 (19:49 +0100)]
Merge pull request #3632 from bangerth/doc-update-79

Augment discussion on scalability.

7 years agoAugment discussion on scalability. 3632/head
Wolfgang Bangerth [Thu, 24 Nov 2016 18:43:32 +0000 (11:43 -0700)]
Augment discussion on scalability.

7 years agoClean up some p4est-related code. 3631/head
Wolfgang Bangerth [Thu, 24 Nov 2016 16:55:41 +0000 (09:55 -0700)]
Clean up some p4est-related code.

Specifically, commit daf3146 (via #3625) introduced a dimension dependent dispatch
mechanism that allowed writing some code in a more generic way. The idea was right,
but the approach duplicated the dispatching because we already have a dispatching
mechanism via the internal::p4est::functions classes.

This patch simply merges the two approaches. It also allows to move some
code out of distributed/tria.cc into distributed/p4est_wrappers.cc, at the
cost of some code churn. The patch does not actually change any kind of
functionality -- it just moves things.

7 years agoMerge pull request #3602 from bangerth/move-function
Martin Kronbichler [Thu, 24 Nov 2016 17:11:51 +0000 (18:11 +0100)]
Merge pull request #3602 from bangerth/move-function

Move template function DoFHandler::n_boundary_dofs().

7 years agoAdjust numbers
Martin Kronbichler [Thu, 24 Nov 2016 12:04:53 +0000 (13:04 +0100)]
Adjust numbers

7 years agoMerge pull request #3629 from spco/fix_readme
Wolfgang Bangerth [Thu, 24 Nov 2016 15:55:36 +0000 (08:55 -0700)]
Merge pull request #3629 from spco/fix_readme

Fix typo in documentation.

7 years agoFix typo in documentation. 3629/head
SAM COX [Thu, 24 Nov 2016 15:51:34 +0000 (15:51 +0000)]
Fix typo in documentation.

7 years agoAdd changelog
Martin Kronbichler [Thu, 24 Nov 2016 07:48:18 +0000 (08:48 +0100)]
Add changelog

7 years agoMerge pull request #3628 from kalj/correct-manifold-instantiations
Martin Kronbichler [Thu, 24 Nov 2016 07:44:53 +0000 (08:44 +0100)]
Merge pull request #3628 from kalj/correct-manifold-instantiations

Make instantiations fulfill chartdim<=spacedim

7 years agoMerge pull request #3626 from kalj/templatize-hardcoded-case
Martin Kronbichler [Thu, 24 Nov 2016 07:44:21 +0000 (08:44 +0100)]
Merge pull request #3626 from kalj/templatize-hardcoded-case

Templatize the hardcoded case of compute_shape_function_values

7 years agoMerge pull request #3625 from kalj/wrap-p4est-iterate
Martin Kronbichler [Thu, 24 Nov 2016 07:43:47 +0000 (08:43 +0100)]
Merge pull request #3625 from kalj/wrap-p4est-iterate

Wrap p[48]est_iterate in a template struct

7 years agoDistribute constraints
Martin Kronbichler [Wed, 23 Nov 2016 17:13:45 +0000 (18:13 +0100)]
Distribute constraints

7 years agoParallel results
Martin Kronbichler [Tue, 22 Nov 2016 14:05:29 +0000 (15:05 +0100)]
Parallel results

7 years agomake instantiations fulfill chartdim<=spacedim 3628/head
Karl Ljungkvist [Wed, 23 Nov 2016 13:46:35 +0000 (14:46 +0100)]
make instantiations fulfill chartdim<=spacedim

7 years agochange a runtime branch into a compile time one by templatization 3626/head
Karl Ljungkvist [Wed, 23 Nov 2016 13:43:07 +0000 (14:43 +0100)]
change a runtime branch into a compile time one by templatization

this avoids the special hardcoded case for when dim==spacedim to be instantiated also for
 other combinations of dim and spacedim.

7 years agowrap p[48]est_iterate in a template struct to avoid invalid instantiations 3625/head
Karl Ljungkvist [Wed, 23 Nov 2016 13:37:41 +0000 (14:37 +0100)]
wrap p[48]est_iterate in a template struct to avoid invalid instantiations

7 years agoMerge pull request #3262 from masterleinad/project_parallel
Martin Kronbichler [Wed, 23 Nov 2016 11:11:35 +0000 (12:11 +0100)]
Merge pull request #3262 from masterleinad/project_parallel

VectorTools::project for p::d::Triangulations

7 years agoMerge pull request #3616 from kalj/refactor-mg-setup
Martin Kronbichler [Wed, 23 Nov 2016 06:43:22 +0000 (07:43 +0100)]
Merge pull request #3616 from kalj/refactor-mg-setup

Extract setup code from MGTransferMatrixFree

7 years agoMerge pull request #3623 from bavier/petsc-conf
Matthias Maier [Tue, 22 Nov 2016 23:34:35 +0000 (17:34 -0600)]
Merge pull request #3623 from bavier/petsc-conf

Add petsc conf hint for petsc>=3.7

7 years agoAdd petsc conf hint for petsc>=3.7 3623/head
Eric Bavier [Tue, 22 Nov 2016 19:13:34 +0000 (13:13 -0600)]
Add petsc conf hint for petsc>=3.7

7 years agoAugment description about ghosted vectors
Martin Kronbichler [Tue, 22 Nov 2016 12:30:27 +0000 (13:30 +0100)]
Augment description about ghosted vectors

7 years agoImprove documentation
Martin Kronbichler [Tue, 22 Nov 2016 12:30:12 +0000 (13:30 +0100)]
Improve documentation

7 years agoAdjust text in step-48 to reflect changes in step-37.
Martin Kronbichler [Fri, 11 Nov 2016 16:28:11 +0000 (17:28 +0100)]
Adjust text in step-48 to reflect changes in step-37.

7 years agoWork on documentation
Martin Kronbichler [Tue, 1 Nov 2016 13:34:59 +0000 (14:34 +0100)]
Work on documentation

7 years agoUpdate step-37 to MPI
Martin Kronbichler [Mon, 31 Oct 2016 19:48:34 +0000 (20:48 +0100)]
Update step-37 to MPI

7 years agoextract vectorized data structure from common code 3616/head
Karl Ljungkvist [Mon, 21 Nov 2016 13:53:25 +0000 (14:53 +0100)]
extract vectorized data structure from common code

7 years agoMerge pull request #3621 from kalj/static-assert-dof-handler
Martin Kronbichler [Tue, 22 Nov 2016 09:25:21 +0000 (10:25 +0100)]
Merge pull request #3621 from kalj/static-assert-dof-handler

Use static assert to check for correct template parameters at compile time

7 years agofix incorrect calculation of n_child_dofs_1d
Karl Ljungkvist [Mon, 21 Nov 2016 16:35:29 +0000 (17:35 +0100)]
fix incorrect calculation of n_child_dofs_1d

7 years agoExtract some common MG transfer setup code
Karl Ljungkvist [Thu, 17 Nov 2016 16:26:57 +0000 (17:26 +0100)]
Extract some common MG transfer setup code

7 years agoensure that correct template parameters have been used 3621/head
Karl Ljungkvist [Mon, 21 Nov 2016 11:34:36 +0000 (12:34 +0100)]
ensure that correct template parameters have been used


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.