Skip to content
Snippets Groups Projects
Select Git revision
  • f1cdcabb14b6f427883be9dd2708b6e2cad1c3fc
  • master default
  • mooney-rivlin-zero
  • enable-linear-elasticity
  • releases/2.8
  • patrizio-convexity-test
  • relaxed-micromorphic-continuum
  • fix/comment
  • fix/mooney-rivlin-parameter
  • fix/hyperdual
  • feature/move-to-dune-functions-bases
  • releases/2.7
  • releases/2.6-1
  • releases/2.5-1
  • releases/2.4-1
  • releases/2.3-1
  • releases/2.2-1
  • releases/2.1-1
  • releases/2.0-1
  • subversion->git
20 results

dune-elasticity

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Patrick Jaap's avatar
    Patrick Jaap authored
    In Ciarlet the last factor is left unspecified. I could not follow the
    choice used in this implementation. I guess it was intended to minimize
    the energy under a hydrostatic stress F = t*I at the unit matrix, i.e.,
    for t=1. A simple calculation shows that (independent on the dimension)
    
    d = 2a + 4b + 2c
    
    has to hold in this case. Values in the test were adjusted.
    f1cdcabb
    History
    Getting started
    ===============
    
    You have to create the configure-script on your own!
    
    First, you'll need the followings programs installed:
    
      automake >= 1.5
    
      autoconf >= 2.50
    
      libtool
    
    Then run
    
      ./autogen.sh DUNEDIR
    
    where DUNEDIR is the (absolute or relative) path of the dune/-directory.
    
    The directory is needed because autogen.sh needs access to the tests
    stored in DUNEDIR/m4
    
    Now call
    
      ./configure --with-dune=DIR
    
    where DIR is the directory _above_ dune/. If you want to include third
    party packages check
    
      ./configure --help
    
    for options on how to include Albert, Grape, UG, ...
    
    If configure checked your system without problems you can use
    
      make
    
    to build all examples.