Skip to content

Grid IO

Sam Reeve edited this page Sep 12, 2024 · 2 revisions

Overview

Grid data can be output from the BOV writer in Cabana_Grid.

Implementation

Cabana_Grid_BovWriter.hpp

Interface

    Cabana::Grid::Experimental::BovWriter::writeTimeStep()

Examples

Usage

    auto array = Cabana::Grid::createArray<double, device_type>( "label", node_layout );

    Cabana::Grid::Experimental::BovWriter::writeTimeStep( step, time, *array );

This is part of the Programming Guide series

Clone this wiki locally