#include <array>
#include <map>
#include <string>
#include <vector>
#include "Ioss_Region.h"
Go to the source code of this file.
Classes | |
struct | GeneratedSideBlock |
class | UnitCell |
Typedefs | |
using | UnitCellMap = std::map< std::string, std::shared_ptr< UnitCell > > |
Enumerations | |
enum class | Bnd { MIN_I = 0 , MAX_I = 1 , MIN_J = 2 , MAX_J = 3 , MIN_K = 4 , MAX_K = 5 } |
enum class | Flg { MIN_I = 1 , MAX_I = 4 , MIN_J = 2 , MAX_J = 8 , MIN_K = 16 , MAX_K = 32 } |
using UnitCellMap = std::map<std::string, std::shared_ptr<UnitCell> > |
|
strong |
|
strong |