PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::MeshFromCsvUtilities::Configuration Struct Reference

#include <MeshFromCsvUtilities.hpp>

Public Attributes

std::string Folder = "./"
 
std::string FileCell0DsName = "Cell0Ds"
 
std::string FileCell1DsName = "Cell1Ds"
 
std::string FileCell2DsName = "Cell2Ds"
 
std::string FileCell3DsName = "Cell3Ds"
 
std::string FileCell0DNeighboursName = "Cell0DNeighbours"
 
std::string FileCell1DNeighboursName = "Cell1DNeighbours"
 
std::string FileCell2DNeighboursName = "Cell2DNeighbours"
 
std::string FileCell0DPropertiesName = "Cell0DProperties"
 
std::string FileCell1DPropertiesName = "Cell1DProperties"
 
std::string FileCell2DPropertiesName = "Cell2DProperties"
 
std::string FileCell3DPropertiesName = "Cell3DProperties"
 
std::string FileCell2DSubDivisionsName = "Cell2DSubDivisions"
 
std::string FileCell0DUpdatedCellsName = "Cell0DUpdatedCells"
 
std::string FileCell1DUpdatedCellsName = "Cell1DUpdatedCells"
 
std::string FileCell2DUpdatedCellsName = "Cell2DUpdatedCells"
 
std::string FileCell3DUpdatedCellsName = "Cell3DUpdatedCells"
 
char Separator = ';'
 
std::string FileExtension = "csv"
 

Member Data Documentation

◆ FileCell0DNeighboursName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell0DNeighboursName = "Cell0DNeighbours"

◆ FileCell0DPropertiesName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell0DPropertiesName = "Cell0DProperties"

◆ FileCell0DsName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell0DsName = "Cell0Ds"

◆ FileCell0DUpdatedCellsName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell0DUpdatedCellsName = "Cell0DUpdatedCells"

◆ FileCell1DNeighboursName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell1DNeighboursName = "Cell1DNeighbours"

◆ FileCell1DPropertiesName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell1DPropertiesName = "Cell1DProperties"

◆ FileCell1DsName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell1DsName = "Cell1Ds"

◆ FileCell1DUpdatedCellsName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell1DUpdatedCellsName = "Cell1DUpdatedCells"

◆ FileCell2DNeighboursName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell2DNeighboursName = "Cell2DNeighbours"

◆ FileCell2DPropertiesName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell2DPropertiesName = "Cell2DProperties"

◆ FileCell2DsName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell2DsName = "Cell2Ds"

◆ FileCell2DSubDivisionsName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell2DSubDivisionsName = "Cell2DSubDivisions"

◆ FileCell2DUpdatedCellsName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell2DUpdatedCellsName = "Cell2DUpdatedCells"

◆ FileCell3DPropertiesName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell3DPropertiesName = "Cell3DProperties"

◆ FileCell3DsName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell3DsName = "Cell3Ds"

◆ FileCell3DUpdatedCellsName

std::string Gedim::MeshFromCsvUtilities::Configuration::FileCell3DUpdatedCellsName = "Cell3DUpdatedCells"

◆ FileExtension

std::string Gedim::MeshFromCsvUtilities::Configuration::FileExtension = "csv"

◆ Folder

std::string Gedim::MeshFromCsvUtilities::Configuration::Folder = "./"

◆ Separator

char Gedim::MeshFromCsvUtilities::Configuration::Separator = ';'

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