Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f0429c0f authored by MAUNOURY Matthieu's avatar MAUNOURY Matthieu
Browse files

add BAR_3, BAR_4 and BAR_5 in cgns reader

parent 868c3e8e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,9 @@ A tool to convert CGNS files to Gamma Mesh Format developped by GAMMA Project Te
# Motivation
The goal of this tool is to convert CGNS files to Gamma Mesh Format thanks to the libMeshb (https://github.com/LoicMarechal/libMeshb). \
Meshes and Solutions in the libMeshb format can be visualizes with ViZiR (http://vizir.inria.fr/)
Meshes and Solutions in the libMeshb format can be visualized with ViZiR 4 (http://vizir.inria.fr/).
Note that ViZiR 4 is able to read cgns file. However, it will be more efficient in meshb/solb format (in terms of I/O and all operations).
# Installation
......
This diff is collapsed.
......@@ -318,13 +318,13 @@ static inline void *viz_reallocate(lint size, void *pcur)
int viz_OpenMeshCGNS(VizObject *iObj, const char *MshFile, VizIntStatus *status);
int viz_setMeshArraysFromCGNSFile(int Mode, const char *MshNam, int1 *Dim, int1 *NbrVer, int1 *NbrCor, int1 *NbrEdg, int1 *NbrTri, int1 *NbrQua, int1 *NbrTet, int1 *NbrPyr, int1 *NbrPri, int1 *NbrHex,
int1 *NbrP2Tri, int1 *NbrQ2Qua, int1 *NbrP2Tet, int1 *NbrP2Pyr, int1 *NbrP2Pri, int1 *NbrQ2Hex,
int1 *NbrP3Tri, int1 *NbrQ3Qua, int1 *NbrP3Tet, int1 *NbrP3Pyr, int1 *NbrP3Pri, int1 *NbrQ3Hex,
int1 *NbrP4Tri, int1 *NbrQ4Qua, int1 *NbrP4Tet, int1 *NbrP4Pyr, int1 *NbrP4Pri, int1 *NbrQ4Hex,
int1 *NbrP2Edg, int1 *NbrP2Tri, int1 *NbrQ2Qua, int1 *NbrP2Tet, int1 *NbrP2Pyr, int1 *NbrP2Pri, int1 *NbrQ2Hex,
int1 *NbrP3Edg, int1 *NbrP3Tri, int1 *NbrQ3Qua, int1 *NbrP3Tet, int1 *NbrP3Pyr, int1 *NbrP3Pri, int1 *NbrQ3Hex,
int1 *NbrP4Edg, int1 *NbrP4Tri, int1 *NbrQ4Qua, int1 *NbrP4Tet, int1 *NbrP4Pyr, int1 *NbrP4Pri, int1 *NbrQ4Hex,
double3 *Crd, int1 *Cor, int2 *Edg, int1 *EdgRef, int4 *Qua, int1 *QuaRef, int3 *Tri, int1 *TriRef, int4 *Tet, int1 *TetRef, int5 *Pyr, int1 *PyrRef, int6 *Pri, int1 *PriRef, int8 *Hex, int1 *HexRef,
int6 *P2Tri, int1 *P2TriRef, int9 *Q2Qua, int1 *Q2QuaRef, int10 *P2Tet, int1 *P2TetRef, int14 *P2Pyr, int1 *P2PyrRef, int18 *P2Pri, int1 *P2PriRef, int27 *Q2Hex, int1 *Q2HexRef,
int10 *P3Tri, int1 *P3TriRef, int16 *Q3Qua, int1 *Q3QuaRef, int20 *P3Tet, int1 *P3TetRef, int30 *P3Pyr, int1 *P3PyrRef, int40 *P3Pri, int1 *P3PriRef, int64 *Q3Hex, int1 *Q3HexRef,
int15 *P4Tri, int1 *P4TriRef, int25 *Q4Qua, int1 *Q4QuaRef, int35 *P4Tet, int1 *P4TetRef, int55 *P4Pyr, int1 *P4PyrRef, int75 *P4Pri, int1 *P4PriRef, int125 *Q4Hex, int1 *Q4HexRef,
int3 *P2Edg, int1 *P2EdgRef, int6 *P2Tri, int1 *P2TriRef, int9 *Q2Qua, int1 *Q2QuaRef, int10 *P2Tet, int1 *P2TetRef, int14 *P2Pyr, int1 *P2PyrRef, int18 *P2Pri, int1 *P2PriRef, int27 *Q2Hex, int1 *Q2HexRef,
int4 *P3Edg, int1 *P3EdgRef, int10 *P3Tri, int1 *P3TriRef, int16 *Q3Qua, int1 *Q3QuaRef, int20 *P3Tet, int1 *P3TetRef, int30 *P3Pyr, int1 *P3PyrRef, int40 *P3Pri, int1 *P3PriRef, int64 *Q3Hex, int1 *Q3HexRef,
int5 *P4Edg, int1 *P4EdgRef, int15 *P4Tri, int1 *P4TriRef, int25 *Q4Qua, int1 *Q4QuaRef, int35 *P4Tet, int1 *P4TetRef, int55 *P4Pyr, int1 *P4PyrRef, int75 *P4Pri, int1 *P4PriRef, int125 *Q4Hex, int1 *Q4HexRef,
VizIntStatus *status);
int viz_writeCGNSFileFromMeshArrays(const char *MshNam, int1 NbrVer, int1 NbrTri, int1 NbrQua, int1 NbrTet, int1 NbrPyr, int1 NbrPri, int1 NbrHex,
double3 *Crd, int4 *Qua, int1 *QuaRef, int3 *Tri, int1 *TriRef, int4 *Tet, int5 *Pyr, int6 *Pri, int8 *Hex, VizIntStatus *status);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment