Block-Structured AMR Software Framework
amrex::VisMF::FabOnDisk Struct Reference

A structure containing info regarding an on-disk FAB. More...

#include <AMReX_VisMF.H>

Public Member Functions

 FabOnDisk ()=default
 The default constructor – null out all fields. More...
 
 FabOnDisk (std::string name, Long offset)
 Constructor that sets the two values. More...
 

Public Attributes

std::string m_name
 The two data values in a FabOnDisk structure. More...
 
Long m_head = 0
 Offset to start of FAB in file. More...
 

Detailed Description

A structure containing info regarding an on-disk FAB.

Constructor & Destructor Documentation

◆ FabOnDisk() [1/2]

amrex::VisMF::FabOnDisk::FabOnDisk ( )
default

The default constructor – null out all fields.

◆ FabOnDisk() [2/2]

amrex::VisMF::FabOnDisk::FabOnDisk ( std::string  name,
Long  offset 
)

Constructor that sets the two values.

Member Data Documentation

◆ m_head

Long amrex::VisMF::FabOnDisk::m_head = 0

Offset to start of FAB in file.

◆ m_name

std::string amrex::VisMF::FabOnDisk::m_name

The two data values in a FabOnDisk structure.

The name of file containing the FAB.


The documentation for this struct was generated from the following files: