IFEM  90A354
Namespaces | Typedefs | Functions
ASMutils.h File Reference

Various utilities for assembly scope. More...

#include <iostream>
#include <vector>
#include <string>
Include dependency graph for ASMutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ASM
 Assembly scope.
 

Typedefs

typedef std::vector< int > IntVec
 General integer vector.
 
typedef std::vector< IntVecIntMat
 General 2D integer matrix.
 
typedef std::pair< std::string, IntVecASM::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.
 

Detailed Description

Various utilities for assembly scope.

Date
Aug 12 2017
Author
Knut Morten Okstad / SINTEF