Skip to content

Unnecessary doubles in the Mesh Data Structure #10

@Fuad-HH

Description

@Fuad-HH

We could avoid using doubles for Node IDs for each element by moving them to a different view. However, it's not critical.

Kokkos::View<double***, Kokkos::DefaultExecutionSpace> data_;

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