Skip to content

Ease printing a ddc::ChunkSpan to the standard output #796

@tpadioleau

Description

@tpadioleau

To be used in the examples to replace the following calls

ddc::for_each(ddc::get_domain<DDimX>(temp), [=](ddc::DiscreteElement<DDimX> const ix) {
std::cout << std::setw(6) << temp_slice(ix);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions