Skip to content

symbolic bridge tries to apply chain rule to index values #89

@kpeeters

Description

@kpeeters
{x,y,z}::Coordinate;
{i,j,k}::Indices(values={x,y,z});
\partial{#}::PartialDerivative;
F_{i j}::Depends(x,y,z);
ex:=\partial_{i}{F_{i k}} + m**2 A_{k};
evaluate(ex);

produces an output which contains chain rule expression of the type Derivative(DN(x), x) because the indices get passed along as arguments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions