]> https://gitweb.dealii.org/ - code-gallery.git/log
code-gallery.git
6 years agoMerge pull request #40 from masterleinad/indenting
Wolfgang Bangerth [Mon, 23 Apr 2018 22:02:33 +0000 (16:02 -0600)]
Merge pull request #40 from masterleinad/indenting

Apply indenting script

6 years agoApply indenting script 40/head
Daniel Arndt [Mon, 23 Apr 2018 21:56:36 +0000 (23:56 +0200)]
Apply indenting script

6 years agoMerge pull request #43 from jppelteret/CQSFS_elas_update_02
Denis Davydov [Mon, 23 Apr 2018 08:19:44 +0000 (10:19 +0200)]
Merge pull request #43 from jppelteret/CQSFS_elas_update_02

Use function from Physics module instead of hardcoded equivalent

6 years agoRemove obsolete StandardTensors class from Cook membrane problem 43/head
Jean-Paul Pelteret [Mon, 23 Apr 2018 08:18:46 +0000 (10:18 +0200)]
Remove obsolete StandardTensors class from Cook membrane problem

6 years agoUse function from Physics module instead of hardcoded equivalent
Jean-Paul Pelteret [Mon, 23 Apr 2018 07:54:45 +0000 (09:54 +0200)]
Use function from Physics module instead of hardcoded equivalent

Since the addition of fixes to the AD number support, all of the functions in the Physics module now work with all of our supported AD number types. Previously, this line would not compile for nested Sacado Rad-DFad types.

6 years agoMerge pull request #42 from bangerth/minor-edits
Daniel Arndt [Tue, 27 Mar 2018 13:19:59 +0000 (20:19 +0700)]
Merge pull request #42 from bangerth/minor-edits

Minor edits to grammar and formulas.

6 years agoMinor edits to grammar and formulas. 42/head
Wolfgang Bangerth [Mon, 26 Mar 2018 20:36:51 +0000 (14:36 -0600)]
Minor edits to grammar and formulas.

6 years agoMerge pull request #39 from masterleinad/fix_code_gallery
Wolfgang Bangerth [Sat, 17 Mar 2018 04:12:32 +0000 (22:12 -0600)]
Merge pull request #39 from masterleinad/fix_code_gallery

Fix compiler errors and warnings

6 years agoFix two_phase_flow 39/head
Daniel Arndt [Tue, 13 Mar 2018 23:50:27 +0000 (00:50 +0100)]
Fix two_phase_flow

6 years agoFix Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity
Daniel Arndt [Tue, 13 Mar 2018 23:49:35 +0000 (00:49 +0100)]
Fix Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity

6 years agoFix Quasi_static_Finite_strain_Compressible_Elasticity
Daniel Arndt [Tue, 13 Mar 2018 23:48:47 +0000 (00:48 +0100)]
Fix Quasi_static_Finite_strain_Compressible_Elasticity

6 years agoFix Linear_Elastic_Active_Skeletal_Muscle_Model
Daniel Arndt [Tue, 13 Mar 2018 23:47:56 +0000 (00:47 +0100)]
Fix Linear_Elastic_Active_Skeletal_Muscle_Model

6 years agoFix goal_oriented_elastoplasticity
Daniel Arndt [Tue, 13 Mar 2018 23:47:03 +0000 (00:47 +0100)]
Fix goal_oriented_elastoplasticity

6 years agoFix ElastoplasticTorsion
Daniel Arndt [Tue, 13 Mar 2018 23:46:16 +0000 (00:46 +0100)]
Fix ElastoplasticTorsion

6 years agoFix CeresFE
Daniel Arndt [Tue, 13 Mar 2018 23:45:22 +0000 (00:45 +0100)]
Fix CeresFE

6 years agoFix cdr
Daniel Arndt [Tue, 13 Mar 2018 23:44:27 +0000 (00:44 +0100)]
Fix cdr

6 years agoMerge pull request #37 from bangerth/make-compile
Daniel Arndt [Thu, 15 Mar 2018 11:29:52 +0000 (12:29 +0100)]
Merge pull request #37 from bangerth/make-compile

Update code gallery code to make it compile cleanly.

6 years agoMerge pull request #38 from bangerth/update-data-postprocessor
Daniel Arndt [Sun, 11 Mar 2018 09:44:21 +0000 (10:44 +0100)]
Merge pull request #38 from bangerth/update-data-postprocessor

Update the way we use DataPostprocessor in the two-phase-flow code gallery.

6 years agoUpdate the way we use DataPostprocessor in the two-phase-flow code gallery. 38/head
Wolfgang Bangerth [Sun, 11 Mar 2018 06:40:43 +0000 (23:40 -0700)]
Update the way we use DataPostprocessor in the two-phase-flow code gallery.

6 years agoUpdate code gallery code to make it compile cleanly. 37/head
Wolfgang Bangerth [Sat, 10 Mar 2018 16:49:32 +0000 (09:49 -0700)]
Update code gallery code to make it compile cleanly.

Specifically, remove inclusion of a header file that is (i) no longer around, and
(ii) apparently not needed. Also avoid calling a deprecated function.

6 years agoMerge pull request #36 from tamiko/update_code_gallery
Wolfgang Bangerth [Fri, 9 Mar 2018 02:45:44 +0000 (19:45 -0700)]
Merge pull request #36 from tamiko/update_code_gallery

CMake update and slight rewording of README.md

6 years agoRemove unnecessary CMakeLists.txt file 36/head
Matthias Maier [Thu, 8 Mar 2018 16:59:56 +0000 (10:59 -0600)]
Remove unnecessary CMakeLists.txt file

We will add a hook in the main deal.II directory to simultaneously build
all code-gallery examples (as part of the main build) instead.

6 years agoReword README.md instructions
Matthias Maier [Thu, 8 Mar 2018 16:59:30 +0000 (10:59 -0600)]
Reword README.md instructions

6 years agoMerge pull request #35 from eldarkh/code-gallery-mfmfe
Wolfgang Bangerth [Mon, 29 Jan 2018 20:57:10 +0000 (13:57 -0700)]
Merge pull request #35 from eldarkh/code-gallery-mfmfe

Multipoint Flux Mixed Finite Element method with deal.II

6 years agoCode gallery: MFMFE 35/head
Eldar Khattatov [Mon, 29 Jan 2018 20:40:15 +0000 (15:40 -0500)]
Code gallery: MFMFE

6 years agoMerge pull request #34 from jppelteret/QSFSCE-ad
Jean-Paul Pelteret [Thu, 11 Jan 2018 07:32:39 +0000 (08:32 +0100)]
Merge pull request #34 from jppelteret/QSFSCE-ad

Modernise and add assembly for cook membrane problem using automatic differentiation

6 years agoAdd assembly for cook membrane problem using automatic differentiation 34/head
Jean-Paul Pelteret [Fri, 1 Dec 2017 05:38:04 +0000 (07:38 +0200)]
Add assembly for cook membrane problem using automatic differentiation

6 years agoMake cook membrane problem dimension independent
Jean-Paul Pelteret [Tue, 28 Nov 2017 08:47:10 +0000 (10:47 +0200)]
Make cook membrane problem dimension independent

7 years agoMerge pull request #29 from jppelteret/linear_muscle_model
Wolfgang Bangerth [Tue, 25 Apr 2017 12:38:29 +0000 (06:38 -0600)]
Merge pull request #29 from jppelteret/linear_muscle_model

Linear Elastic Active Skeletal Muscle Model

7 years agoAdd DOI and funding acknowledgement 29/head
Jean-Paul Pelteret [Thu, 6 Apr 2017 12:16:10 +0000 (14:16 +0200)]
Add DOI and funding acknowledgement

7 years agoMerge pull request #31 from jppelteret/add_doi_01
Bruno Turcksin [Mon, 3 Apr 2017 12:20:59 +0000 (08:20 -0400)]
Merge pull request #31 from jppelteret/add_doi_01

Add citations and funding acknowledgement

7 years agoAdd citations and funding acknowledgement 31/head
Jean-Paul Pelteret [Mon, 3 Apr 2017 06:03:30 +0000 (08:03 +0200)]
Add citations and funding acknowledgement

7 years agoMerge pull request #30 from mdh266/my-code-gallery-project
Wolfgang Bangerth [Fri, 31 Mar 2017 22:57:53 +0000 (16:57 -0600)]
Merge pull request #30 from mdh266/my-code-gallery-project

Fixed some of the typos in latex.

7 years agoFixed some of the typos in latex. 30/head
Mike [Fri, 31 Mar 2017 22:49:02 +0000 (18:49 -0400)]
Fixed some of the typos in latex.

7 years agoMerge pull request #28 from mdh266/my-code-gallery-project
Wolfgang Bangerth [Thu, 30 Mar 2017 13:44:47 +0000 (07:44 -0600)]
Merge pull request #28 from mdh266/my-code-gallery-project

Added distributed LDG method

7 years agoLinear Elastic Active Skeletal Muscle Model
Jean-Paul Pelteret [Tue, 21 Mar 2017 10:21:08 +0000 (10:21 +0000)]
Linear Elastic Active Skeletal Muscle Model

In this example we present an implementation of a linearised active
skeletal muscle model with application to the simulation concentric
contraction of the human biceps brachii.

7 years agoFixing typos and the level to cell id in assembling flux terms. 28/head
Mike [Wed, 15 Mar 2017 20:11:33 +0000 (16:11 -0400)]
Fixing typos and the level to cell id in assembling flux terms.

7 years agoAdding references and image.
Mike [Sun, 12 Mar 2017 14:55:07 +0000 (10:55 -0400)]
Adding references and image.

7 years agoEdited typos in the readme.
Mike [Thu, 9 Mar 2017 02:50:51 +0000 (21:50 -0500)]
Edited typos in the readme.

7 years agoAdded distributed LDG method
Mike [Wed, 8 Mar 2017 17:37:37 +0000 (12:37 -0500)]
Added distributed LDG method

7 years agoMerge pull request #26 from bangerth/add-links
Timo Heister [Thu, 2 Mar 2017 15:29:05 +0000 (10:29 -0500)]
Merge pull request #26 from bangerth/add-links

Add more links to the code gallery git repo.

7 years agoMerge pull request #27 from bangerth/fix-buildson-entry
Jean-Paul Pelteret [Thu, 2 Mar 2017 14:39:24 +0000 (15:39 +0100)]
Merge pull request #27 from bangerth/fix-buildson-entry

Fix builds-on entry.

7 years agoFix builds-on entry. 27/head
Wolfgang Bangerth [Thu, 2 Mar 2017 14:36:12 +0000 (07:36 -0700)]
Fix builds-on entry.

7 years agoAdd more links to the code gallery git repo. 26/head
Wolfgang Bangerth [Thu, 2 Mar 2017 14:27:57 +0000 (07:27 -0700)]
Add more links to the code gallery git repo.

7 years agoMerge pull request #25 from dealii/update_README_01
Wolfgang Bangerth [Wed, 1 Mar 2017 17:40:38 +0000 (10:40 -0700)]
Merge pull request #25 from dealii/update_README_01

Update README

7 years agoUpdate README 25/head
Jean-Paul Pelteret [Wed, 1 Mar 2017 15:22:51 +0000 (16:22 +0100)]
Update README

Add instructions on how to build the doxygen documentation

7 years agoMerge pull request #23 from jppelteret/QS_FS_ViscoElasticity
Wolfgang Bangerth [Fri, 24 Feb 2017 13:40:42 +0000 (06:40 -0700)]
Merge pull request #23 from jppelteret/QS_FS_ViscoElasticity

Quasi-static Finite-Strain Quasi-incompressible Visco-elasticity

7 years agoMerge pull request #24 from elstargazer/CeresFE
Wolfgang Bangerth [Fri, 24 Feb 2017 03:25:49 +0000 (20:25 -0700)]
Merge pull request #24 from elstargazer/CeresFE

updated ceres.cc to include output of core-mantle boundary

7 years agoadded comment about appending to physical_time.txt in case of interruption 24/head
Roger Fu [Thu, 23 Feb 2017 23:51:11 +0000 (18:51 -0500)]
added comment about appending to physical_time.txt in case of interruption

7 years agodeleted commented code
Roger Fu [Thu, 23 Feb 2017 23:48:37 +0000 (18:48 -0500)]
deleted commented code

7 years agoupdated ceres.cc to include output of core-mantle boundary
Roger Fu [Thu, 23 Feb 2017 20:01:07 +0000 (15:01 -0500)]
updated ceres.cc to include output of core-mantle boundary

7 years agoQuasi-static Finite-Strain Quasi-incompressible Visco-elasticity. 23/head
Jean-Paul Pelteret [Tue, 14 Feb 2017 08:44:40 +0000 (09:44 +0100)]
Quasi-static Finite-Strain Quasi-incompressible Visco-elasticity.

In this example, we extend step-44 to parallel and implement a
rate-dependent constitutive law. We demonstrate the material behaviour
by loading a thin strip with a hole in its centre in tension, and track
the displacement of several vertices over time.

8 years agoMerge pull request #21 from manuel-quezada/my-code-gallery-project
Wolfgang Bangerth [Thu, 15 Sep 2016 16:18:59 +0000 (17:18 +0100)]
Merge pull request #21 from manuel-quezada/my-code-gallery-project

Multiphase Navier-Stokes solver

8 years agoMy project: two phase flow simulations. See results in doc/results 21/head
Manuel Quezada de Luna [Thu, 8 Sep 2016 21:57:33 +0000 (16:57 -0500)]
My project: two phase flow simulations. See results in doc/results

8 years agoMerge pull request #20 from elstargazer/CeresFE
Wolfgang Bangerth [Sun, 19 Jun 2016 02:27:19 +0000 (21:27 -0500)]
Merge pull request #20 from elstargazer/CeresFE

CeresFE ready to push

8 years agosquashed commits? 20/head
Roger Fu [Thu, 16 Jun 2016 13:19:51 +0000 (09:19 -0400)]
squashed commits?

8 years agoMerge pull request #19 from bangerth/doc-update
Denis Davydov [Fri, 27 May 2016 23:32:19 +0000 (01:32 +0200)]
Merge pull request #19 from bangerth/doc-update

Update readme.md.

8 years agoUpdate readme.md. 19/head
Wolfgang Bangerth [Fri, 27 May 2016 23:14:27 +0000 (18:14 -0500)]
Update readme.md.

8 years agoMerge pull request #18 from bangerth/add-goal-oriented-elastoplasticity
Denis Davydov [Fri, 27 May 2016 15:44:06 +0000 (17:44 +0200)]
Merge pull request #18 from bangerth/add-goal-oriented-elastoplasticity

Add a goal oriented elastoplasticity program

8 years agoMinor edits to the readme file. 18/head
Wolfgang Bangerth [Fri, 27 May 2016 15:31:49 +0000 (10:31 -0500)]
Minor edits to the readme file.

8 years agoUse the usual indentation style.
Wolfgang Bangerth [Thu, 26 May 2016 23:21:13 +0000 (18:21 -0500)]
Use the usual indentation style.

8 years agoAdd initial version of the project.
Shahram Ghorashi [Thu, 26 May 2016 23:19:31 +0000 (18:19 -0500)]
Add initial version of the project.

These are the files as provided by Shahram Ghorashi.

8 years agoMerge pull request #17 from dealii/make-tooltip-uniform
David Wells [Wed, 17 Feb 2016 03:44:06 +0000 (22:44 -0500)]
Merge pull request #17 from dealii/make-tooltip-uniform

Make tooltip files more uniform.

8 years agoMake tooltip files more uniform. make-tooltip-uniform 17/head
Wolfgang Bangerth [Wed, 17 Feb 2016 03:36:14 +0000 (21:36 -0600)]
Make tooltip files more uniform.

8 years agoMerge pull request #16 from drwells/add-separate-entry-name
Wolfgang Bangerth [Mon, 15 Feb 2016 15:46:26 +0000 (09:46 -0600)]
Merge pull request #16 from drwells/add-separate-entry-name

Add printable names to each entry.

8 years agoAdd printable names to each entry. 16/head
David Wells [Sun, 14 Feb 2016 19:58:38 +0000 (14:58 -0500)]
Add printable names to each entry.

Presently there are three code gallery entries and each one has a
slightly different naming convention. This commit adds a 'printable'
name to each entry which will make the presentation uniform.

8 years agoMerge pull request #15 from drwells/pass-std-function-by-reference
Wolfgang Bangerth [Mon, 11 Jan 2016 14:49:43 +0000 (08:49 -0600)]
Merge pull request #15 from drwells/pass-std-function-by-reference

Pass std::function instances by reference.

8 years agoPass std::function instances by reference. 15/head
David Wells [Mon, 11 Jan 2016 14:41:02 +0000 (09:41 -0500)]
Pass std::function instances by reference.

8 years agoMerge pull request #14 from drwells/update-cdr
Wolfgang Bangerth [Mon, 11 Jan 2016 02:27:40 +0000 (20:27 -0600)]
Merge pull request #14 from drwells/update-cdr

Update cdr

8 years agoFix a bug with the call to SolutionTransfer. 14/head
David Wells [Sat, 9 Jan 2016 20:37:39 +0000 (15:37 -0500)]
Fix a bug with the call to SolutionTransfer.

8 years agoImprove the refine_mesh function.
David Wells [Sat, 9 Jan 2016 19:18:17 +0000 (14:18 -0500)]
Improve the refine_mesh function.

8 years agoPrefer 'get_triangulation' to 'get_tria'.
David Wells [Sat, 9 Jan 2016 20:12:26 +0000 (15:12 -0500)]
Prefer 'get_triangulation' to 'get_tria'.

The latter has been deprecated.

8 years agoUse a constant reference for a string.
David Wells [Sat, 9 Jan 2016 20:04:16 +0000 (15:04 -0500)]
Use a constant reference for a string.

8 years agoUse the global constant instead of just 0.
David Wells [Sat, 9 Jan 2016 19:53:29 +0000 (14:53 -0500)]
Use the global constant instead of just 0.

8 years agoUse a more reasonable quadrature order.
David Wells [Sat, 9 Jan 2016 19:52:51 +0000 (14:52 -0500)]
Use a more reasonable quadrature order.

8 years agoAdd annotations to the source to explain choices.
David Wells [Sat, 9 Jan 2016 19:18:10 +0000 (14:18 -0500)]
Add annotations to the source to explain choices.

8 years agoImprove indentation.
David Wells [Sat, 9 Jan 2016 19:17:33 +0000 (14:17 -0500)]
Improve indentation.

8 years agoRemove the step-19 dependency.
David Wells [Sat, 9 Jan 2016 19:01:16 +0000 (14:01 -0500)]
Remove the step-19 dependency.

This was not quite correct and step-19 is about to be removed anyway.

8 years agoRemove unused files.
David Wells [Sat, 9 Jan 2016 18:35:30 +0000 (13:35 -0500)]
Remove unused files.

These are present in the serial versions of the solver (to which I link)
but are not used in the parallel version (which is the only solver
included in the gallery).

8 years agoReformat the CDR README.
David Wells [Sat, 9 Jan 2016 18:28:03 +0000 (13:28 -0500)]
Reformat the CDR README.

The code gallery code does not pick up markdown lists so I switched
those to HTML lists. I also included more design information and
explained the directory structure better.

8 years agoPrefer MatrixType to Matrix in templates.
David Wells [Sat, 9 Jan 2016 21:37:13 +0000 (16:37 -0500)]
Prefer MatrixType to Matrix in templates.

8 years agoFix header inclusions.
David Wells [Sat, 9 Jan 2016 18:27:46 +0000 (13:27 -0500)]
Fix header inclusions.

8 years agoMerge pull request #13 from dealii/minor-update-2
Wolfgang Bangerth [Wed, 6 Jan 2016 16:52:29 +0000 (10:52 -0600)]
Merge pull request #13 from dealii/minor-update-2

Remove top-level heading.

8 years agoMerge pull request #12 from dealii/minor-update-1
David Wells [Wed, 6 Jan 2016 16:25:28 +0000 (11:25 -0500)]
Merge pull request #12 from dealii/minor-update-1

Remove top-level heading.

8 years agoRemove top-level heading. minor-update-2 13/head
Wolfgang Bangerth [Wed, 6 Jan 2016 16:09:30 +0000 (10:09 -0600)]
Remove top-level heading.

This is duplicative, and H1-headings in readme.md will conflict with the markup
in the code-gallery pages for this program (which uses H1-headings itself).

8 years agoRemove top-level heading. minor-update-1 12/head
Wolfgang Bangerth [Wed, 6 Jan 2016 16:07:56 +0000 (10:07 -0600)]
Remove top-level heading.

This is duplicative, and H1-headings in readme.md will conflict with the markup
in the code-gallery pages for this program (which uses H1-headings itself).

8 years agoMerge pull request #11 from jppelteret/CQSFS_elas_update_1
Wolfgang Bangerth [Tue, 5 Jan 2016 22:21:23 +0000 (16:21 -0600)]
Merge pull request #11 from jppelteret/CQSFS_elas_update_1

Classic QS FS elasticity update 1

8 years agoAddress deprecations for 8.4-pre. 11/head
Jean-Paul Pelteret [Mon, 4 Jan 2016 09:18:13 +0000 (10:18 +0100)]
Address deprecations for 8.4-pre.

8 years agoUpdates to address WB's comments (29/12/2015)
Jean-Paul Pelteret [Mon, 4 Jan 2016 09:11:27 +0000 (10:11 +0100)]
Updates to address WB's comments (29/12/2015)

8 years agoMerge pull request #9 from dealii/minor-updates
Timo Heister [Wed, 30 Dec 2015 13:06:43 +0000 (14:06 +0100)]
Merge pull request #9 from dealii/minor-updates

Minor updates for one of the code gallery codes.

8 years agoMerge pull request #10 from dealii/remove-test-dir
Denis Davydov [Tue, 29 Dec 2015 21:29:56 +0000 (22:29 +0100)]
Merge pull request #10 from dealii/remove-test-dir

Remove test directory.

8 years agoRemove test directory. remove-test-dir 10/head
Wolfgang Bangerth [Tue, 29 Dec 2015 21:26:09 +0000 (15:26 -0600)]
Remove test directory.

We now have 3 proper code gallery programs, enough to test.

8 years agoUpdate email string. 9/head
Wolfgang Bangerth [Tue, 29 Dec 2015 18:56:55 +0000 (12:56 -0600)]
Update email string.

8 years agoAdd missing file.
Wolfgang Bangerth [Tue, 29 Dec 2015 18:56:45 +0000 (12:56 -0600)]
Add missing file.

8 years agoMerge pull request #8 from jppelteret/CQSFS_elas_bugfix_1
Denis Davydov [Mon, 28 Dec 2015 17:29:39 +0000 (18:29 +0100)]
Merge pull request #8 from jppelteret/CQSFS_elas_bugfix_1

Added parameter file; code cleanup; fixed small bug in post-processing

8 years agoAdded parameter file; code cleanup; fixed small bug in post-processing 8/head
Jean-Paul Pelteret [Mon, 28 Dec 2015 08:22:11 +0000 (09:22 +0100)]
Added parameter file; code cleanup; fixed small bug in post-processing

8 years agoMerge pull request #7 from jppelteret/classical_quasi_static_finite_strain_elasticity
Denis Davydov [Sun, 27 Dec 2015 08:48:46 +0000 (09:48 +0100)]
Merge pull request #7 from jppelteret/classical_quasi_static_finite_strain_elasticity

A classical approach to solving the cook membrane problem

8 years agoA classical approach to solving the cook membrane problem. 7/head
Jean-Paul Pelteret [Mon, 21 Dec 2015 09:41:46 +0000 (10:41 +0100)]
A classical approach to solving the cook membrane problem.

In this work we take a classical approach to solving the equations
governing quasi-static finite-strain compressible elasticity, with code
based on `step-44`. The formulation adopted here is that seen in many
texts on solid mechanics and can be used as the starting point for
extension into many topics such as material anisotropy, rate dependence
or plasticity, or even as a component of multi-physics problems.

8 years agoMerge pull request #6 from sfloresm/master
Wolfgang Bangerth [Mon, 9 Nov 2015 14:46:56 +0000 (23:46 +0900)]
Merge pull request #6 from sfloresm/master

p-Laplacian problems for large p

8 years agoSolve p-laplacian elliptic problems for large p 6/head
sfloresm [Mon, 9 Nov 2015 13:53:16 +0000 (10:53 -0300)]
Solve p-laplacian elliptic problems for large p


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.