Skip to content
Snippets Groups Projects
  • Sander, Oliver's avatar
    d7c156ff
    CosseratShellDensity: Depend on grid element or intersection · d7c156ff
    Sander, Oliver authored
    Currently, densities only get the type used for coordinates
    of the integration domain.  However, this is not enough:
    The complete domain must be known, and this domain can be either
    a grid element or a grid intersection.
    
    As a first small step, this patch introduces ElementOrIntersection
    as a template parameter of the CosseratShellDensity class.
    d7c156ff
    History
    CosseratShellDensity: Depend on grid element or intersection
    Sander, Oliver authored
    Currently, densities only get the type used for coordinates
    of the integration domain.  However, this is not enough:
    The complete domain must be known, and this domain can be either
    a grid element or a grid intersection.
    
    As a first small step, this patch introduces ElementOrIntersection
    as a template parameter of the CosseratShellDensity class.