Skip to content
Snippets Groups Projects
Select Git revision
  • f9ec985dd7de134830fd4fa17a3c9e9d89a5ad79
  • 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.

  • Carsten Gräser's avatar
    graeser authored and graeser committed
    It is unclear where and if it is needed and it's very dangerous for the
    following reason: Suppose the that you have some class
    
    class C
    {
        C(const NullOperator<A>& a): a_(a) {}
        const NullOperator<A>& a_;
    };
    
    and make the not so unlikely error to call the constructor of C
    with a NullOperator<B>. Then the code will silently compile but the
    'a_' is a reference to an invalid temporary after the constructor call.
    
    [[Imported from SVN: r8227]]
    ab8abefc
    History
    Name Last commit Last update