Workspace 6.21.5
|
#include "nastranreader.h"
#include <algorithm>
#include <cctype>
#include <cmath>
#include <iostream>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/LanguageUtils/streamqstring.h"
#include "Workspace/Application/textlogger.h"
#include "Mesh/DataStructures/meshmodel.h"
#include "Mesh/DataStructures/node.h"
#include "Mesh/DataStructures/pointmass.h"
#include "Mesh/DataStructures/segment.h"
#include "Mesh/DataStructures/shellelement.h"
#include "Mesh/DataStructures/volumeelement.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Mesh |
Mesh model data structures. | |
Functions | |
static const std::string | alphabet ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") |
static const std::string | alphanumeric (alphabet+numeric) |
static const std::string | doubleSet (numeric+"+-.eE") |
static const std::string | integerSet (numeric+"+-") |
static const std::string | numeric ("0123456789") |