Skip to content

Inverted Inner Product matrices on Curvilinear Mesh #260

Open
@jcapriot

Description

@jcapriot

The inner product matrices on CurvilinearMesh all require a full matrix inverse, as none of them are actually diagonal.
This means that
mesh.get_face_inner_product(invert_matrix=True)
should fail on CurvilinearMesh.
Currently it silently proceeds in a manner that is incorrect; it takes the inverse of the diagonal of the inner product Matrix.
image

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