Loading...
Searching...
No Matches
Public Attributes | List of all members
bitpit::DGFData Struct Reference

structure holding meta-information More...

#include <DGF.hpp>

Public Attributes

int nS
 
std::vector< int > nS_data
 
int nV
 
std::vector< int > nV_data
 
std::vector< std::string > sS_data
 
std::vector< std::string > sV_data
 

Detailed Description

structure holding meta-information

Definition at line 69 of file DGF.hpp.

Member Data Documentation

◆ nS

int bitpit::DGFData::nS

number of mesh simplex

Definition at line 71 of file DGF.hpp.

◆ nS_data

std::vector<int> bitpit::DGFData::nS_data

number of simplex data for each simplex data block

Definition at line 74 of file DGF.hpp.

◆ nV

int bitpit::DGFData::nV

number of mesh vertices

Definition at line 70 of file DGF.hpp.

◆ nV_data

std::vector<int> bitpit::DGFData::nV_data

number of vertex data for each vertex data block

Definition at line 72 of file DGF.hpp.

◆ sS_data

std::vector<std::string> bitpit::DGFData::sS_data

simplex data set names

Definition at line 75 of file DGF.hpp.

◆ sV_data

std::vector<std::string> bitpit::DGFData::sV_data

vertex data set names

Definition at line 73 of file DGF.hpp.


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