|
IFEM
90A354
|
Various utilities for assembly scope. More...
#include <iostream>#include <vector>#include <string>

Go to the source code of this file.
Namespaces | |
| ASM | |
| Assembly scope. | |
Typedefs | |
| typedef std::vector< int > | IntVec |
| General integer vector. | |
| typedef std::vector< IntVec > | IntMat |
| General 2D integer matrix. | |
| typedef std::pair< std::string, IntVec > | ASM::NodeSet |
| Named node set container. | |
Functions | |
| bool | ASM::readMatlab (std::istream &is, IntMat &MNPC, std::vector< Vec3 > &nodes, std::vector< NodeSet > &nodeSets) |
| Creates a mesh by reading Matlab commands from an input stream. More... | |
| bool | ASM::readXML (std::istream &is, IntMat &MNPC, std::vector< Vec3 > &nodes, std::vector< NodeSet > &nodeSets, std::vector< NodeSet > *elemSets=nullptr) |
| Creates a mesh by reading XML tags from an input stream. | |
Various utilities for assembly scope.