Advanced Multi-Physics (AMP)
On-Line Documentation
Public Member Functions | Public Attributes | List of all members
AMP::IO::Writer::VectorData Struct Reference

#include <Writer.h>

Public Member Functions

 VectorData ()=default
 
 VectorData (std::shared_ptr< AMP::LinearAlgebra::Vector >, const std::string &)
 

Public Attributes

VectorType dataType = VectorType::DOUBLE
 
bool isStatic = false
 
std::string name
 
uint8_t numDOFs = 0
 
GeomType type = GeomType::Nullity
 
std::shared_ptr< AMP::LinearAlgebra::Vectorvec
 

Detailed Description

Definition at line 220 of file Writer.h.

Constructor & Destructor Documentation

◆ VectorData() [1/2]

AMP::IO::Writer::VectorData::VectorData ( )
default

◆ VectorData() [2/2]

AMP::IO::Writer::VectorData::VectorData ( std::shared_ptr< AMP::LinearAlgebra::Vector ,
const std::string &   
)

Member Data Documentation

◆ dataType

VectorType AMP::IO::Writer::VectorData::dataType = VectorType::DOUBLE

Definition at line 222 of file Writer.h.

◆ isStatic

bool AMP::IO::Writer::VectorData::isStatic = false

Definition at line 221 of file Writer.h.

◆ name

std::string AMP::IO::Writer::VectorData::name

Definition at line 225 of file Writer.h.

◆ numDOFs

uint8_t AMP::IO::Writer::VectorData::numDOFs = 0

Definition at line 223 of file Writer.h.

◆ type

GeomType AMP::IO::Writer::VectorData::type = GeomType::Nullity

Definition at line 224 of file Writer.h.

◆ vec

std::shared_ptr<AMP::LinearAlgebra::Vector> AMP::IO::Writer::VectorData::vec

Definition at line 226 of file Writer.h.


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



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:42.
Comments on this page