Skip to content

Fields converting Tensor variables to Arrays #57

@jvaara

Description

@jvaara

How to reproduce:

  1. Update a value to integration point
    update!(ip, variable, time => value),
    where value <: AbstractTensor.
    typeof(value)
    [ Info: Tensors.SymmetricTensor{2,3,Float64,6}

  2. Check the realized type
    typeof(ip(variable, time))
    [ Info: Array{Float64,2}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions