Enumerations |
| enum | BlockId {
UndefinedId = 0,
IntScalarFieldId = 10000,
FloatScalarFieldId = 10001,
DoubleScalarFieldId = 10002,
IntNTensorFieldId = 20000,
FloatNTensorFieldId = 20001,
DoubleNTensorFieldId = 20002,
IntTensorField2Id = 30020,
FloatTensorField2Id = 30021,
DoubleTensorField2Id = 30022,
IntTensorField3Id = 30030,
FloatTensorField3Id = 30031,
DoubleTensorField3Id = 30032,
IntTensorField4Id = 30040,
FloatTensorField4Id = 30041,
DoubleTensorField4Id = 30042,
IntTensorField6Id = 30060,
FloatTensorField6Id = 30061,
DoubleTensorField6Id = 30062,
IntTensorField9Id = 30090,
FloatTensorField9Id = 30091,
DoubleTensorField9Id = 30092,
IntD2Q5BlockId = 42040,
FloatD2Q5BlockId = 42041,
DoubleD2Q5BlockId = 42042,
IntD2Q9BlockId = 42090,
FloatD2Q9BlockId = 42091,
DoubleD2Q9BlockId = 42092,
IntD3Q7BlockId = 43070,
FloatD3Q7BlockId = 43071,
DoubleD3Q7BlockId = 43072,
IntD3Q13BlockId = 43130,
FloatD3Q13BlockId = 43131,
DoubleD3Q13BlockId = 43132,
IntD3Q15BlockId = 43150,
FloatD3Q15BlockId = 43151,
DoubleD3Q15BlockId = 43152,
IntD3Q19BlockId = 43190,
FloatD3Q19BlockId = 43191,
DoubleD3Q19BlockId = 43192,
IntD3Q27BlockId = 43270,
FloatD3Q27BlockId = 43271,
DoubleD3Q27BlockId = 43272,
IntD2Q5WithForceBlockId = 52040,
FloatD2Q5WithForceBlockId = 52041,
DoubleD2Q5WithForceBlockId = 52042,
IntD2Q9WithForceBlockId = 52090,
FloatD2Q9WithForceBlockId = 52091,
DoubleD2Q9WithForceBlockId = 52092,
IntD3Q7WithForceBlockId = 53070,
FloatD3Q7WithForceBlockId = 53071,
DoubleD3Q7WithForceBlockId = 53072,
IntD3Q13WithForceBlockId = 53130,
FloatD3Q13WithForceBlockId = 53131,
DoubleD3Q13WithForceBlockId = 53132,
IntD3Q15WithForceBlockId = 53150,
FloatD3Q15WithForceBlockId = 53151,
DoubleD3Q15WithForceBlockId = 53152,
IntD3Q19WithForceBlockId = 53190,
FloatD3Q19WithForceBlockId = 53191,
DoubleD3Q19WithForceBlockId = 53192,
IntD3Q27WithForceBlockId = 53270,
FloatD3Q27WithForceBlockId = 53271,
DoubleD3Q27WithForceBlockId = 53272,
ContainerId = 60000,
ParticleId = 70000
} |
Functions |
| template<> |
| BlockId | getScalarId< int > () |
| template<> |
| BlockId | getScalarId< float > () |
| template<> |
| BlockId | getScalarId< double > () |
| template<> |
| BlockId | getNTensorId< int > () |
| template<> |
| BlockId | getNTensorId< float > () |
| template<> |
| BlockId | getNTensorId< double > () |
| template<> |
| BlockId | getTensorId< int, 2 > () |
| template<> |
| BlockId | getTensorId< float, 2 > () |
| template<> |
| BlockId | getTensorId< double, 2 > () |
| template<> |
| BlockId | getTensorId< int, 3 > () |
| template<> |
| BlockId | getTensorId< float, 3 > () |
| template<> |
| BlockId | getTensorId< double, 3 > () |
| template<> |
| BlockId | getTensorId< int, 4 > () |
| template<> |
| BlockId | getTensorId< float, 4 > () |
| template<> |
| BlockId | getTensorId< double, 4 > () |
| template<> |
| BlockId | getTensorId< int, 6 > () |
| template<> |
| BlockId | getTensorId< float, 6 > () |
| template<> |
| BlockId | getTensorId< double, 6 > () |
| template<> |
| BlockId | getTensorId< int, 9 > () |
| template<> |
| BlockId | getTensorId< float, 9 > () |
| template<> |
| BlockId | getTensorId< double, 9 > () |
| template<> |
| BlockId | getLatticeId< int, descriptors::D2Q9Descriptor > () |
| template<> |
| BlockId | getLatticeId< float, descriptors::D2Q9Descriptor > () |
| template<> |
| BlockId | getLatticeId< double, descriptors::D2Q9Descriptor > () |
| template<> |
| BlockId | getLatticeId< int, descriptors::D3Q13Descriptor > () |
| template<> |
| BlockId | getLatticeId< float, descriptors::D3Q13Descriptor > () |
| template<> |
| BlockId | getLatticeId< double, descriptors::D3Q13Descriptor > () |
| template<> |
| BlockId | getLatticeId< int, descriptors::D3Q15Descriptor > () |
| template<> |
| BlockId | getLatticeId< float, descriptors::D3Q15Descriptor > () |
| template<> |
| BlockId | getLatticeId< double, descriptors::D3Q15Descriptor > () |
| template<> |
| BlockId | getLatticeId< int, descriptors::D3Q19Descriptor > () |
| template<> |
| BlockId | getLatticeId< float, descriptors::D3Q19Descriptor > () |
| template<> |
| BlockId | getLatticeId< double, descriptors::D3Q19Descriptor > () |
| template<> |
| BlockId | getLatticeId< int, descriptors::D3Q27Descriptor > () |
| template<> |
| BlockId | getLatticeId< float, descriptors::D3Q27Descriptor > () |
| template<> |
| BlockId | getLatticeId< double, descriptors::D3Q27Descriptor > () |
| template<> |
| BlockId | getLatticeId< int, descriptors::ForcedD2Q9Descriptor > () |
| template<> |
| BlockId | getLatticeId< float, descriptors::ForcedD2Q9Descriptor > () |
| template<> |
| BlockId | getLatticeId< double, descriptors::ForcedD2Q9Descriptor > () |
| template<> |
| BlockId | getLatticeId< int, descriptors::ForcedD3Q19Descriptor > () |
| template<> |
| BlockId | getLatticeId< float, descriptors::ForcedD3Q19Descriptor > () |
| template<> |
| BlockId | getLatticeId< double, descriptors::ForcedD3Q19Descriptor > () |
| template<typename T > |
| BlockId | getScalarId () |
| template<typename T > |
| BlockId | getNTensorId () |
| template<typename T , plint n> |
| BlockId | getTensorId () |
| template<typename T , template< typename U > class Descriptor> |
| BlockId | getLatticeId () |
| BlockId | getContainerId () |
| BlockId | getParticleId () |