GEOSX
|
#include <stdlib.h>
#include <time.h>
#include "dataRepository/Group.hpp"
#include "codingUtilities/Utilities.hpp"
#include "MeshGeneratorBase.hpp"
Go to the source code of this file.
Classes | |
class | geosx::InternalMeshGenerator |
The InternalMeshGenerator class is a class handling GEOSX generated meshes. More... | |
Namespaces | |
geosx | |
geosx::dataRepository | |
Variables | |
string const | geosx::dataRepository::keys::xCoords = "xCoords" |
key for x coordinates | |
string const | geosx::dataRepository::keys::yCoords = "yCoords" |
key for y coordinates | |
string const | geosx::dataRepository::keys::zCoords = "zCoords" |
key for z coordinates | |
string const | geosx::dataRepository::keys::xElems = "nx" |
key for number of element in x-direction | |
string const | geosx::dataRepository::keys::yElems = "ny" |
key for number of element in y-direction | |
string const | geosx::dataRepository::keys::zElems = "nz" |
key for number of elemnt in z-direction | |
string const | geosx::dataRepository::keys::xBias = "xBias" |
key for x bias | |
string const | geosx::dataRepository::keys::yBias = "yBias" |
key for y bias | |
string const | geosx::dataRepository::keys::zBias = "zBias" |
key for z bias | |
string const | geosx::dataRepository::keys::cellBlockNames = "cellBlockNames" |
key for cellBlock names | |
string const | geosx::dataRepository::keys::elementTypes = "elementTypes" |
key for element type | |
string const | geosx::dataRepository::keys::trianglePattern = "trianglePattern" |
key for triangle pattern identifier | |