Like MESH format, SOL format is composed by keywords describing if the solution is defined on the vertices, triangles, tetrahedra, etc..
NB :On Mmg3d , only datas on vertices are taken into account.
The keywords are the following:
- SolAtVertices
- SolAtEdges,
- SolAtTriangles,
- SolAtQuadrilaterals,
- SolAtTetrahedra,
- SolAtPentahedra,
- SolAtHexahedra,
- SolAtVertices,
- SolAtVertices,
- SolAtEdges,
- SolAtTriangles,
- SolAtQuadrilaterals,
- SolAtTetrahedra,
- SolAtPentahedra,
- SolAtHexahedra,
Next you have to give the number of entities:
- number of vertex for SolAtVertices,
- number of triangles for SolAtTriangles,
- number of tetrahedra SolAtTetrahedra,
- etc...
Then you have to indicate the number of solutions and the type of each of them:
- 1 for scalar solution
- 2 for vectorial solution
- 3 for tensor (only symetrical tensor are treated)
Dobrzynski
2012-03-23