143 |
void Finley_Mesh_findMatchingFaces(Finley_NodeFile*,Finley_ElementFile *,double,double, int*, int*,int*,int*); |
void Finley_Mesh_findMatchingFaces(Finley_NodeFile*,Finley_ElementFile *,double,double, int*, int*,int*,int*); |
144 |
void Finley_Mesh_print(Finley_Mesh *in); |
void Finley_Mesh_print(Finley_Mesh *in); |
145 |
void Finley_Mesh_saveDX(const char * filename_p, Finley_Mesh *mesh_p, const dim_t num_data,char* *names_p,escriptDataC* *data_pp); |
void Finley_Mesh_saveDX(const char * filename_p, Finley_Mesh *mesh_p, const dim_t num_data,char* *names_p,escriptDataC* *data_pp); |
146 |
|
#ifndef PASO_MPI |
147 |
void Finley_Mesh_saveVTK(const char * filename_p, Finley_Mesh *mesh_p, const dim_t num_data,char* *names_p,escriptDataC* *data_pp); |
void Finley_Mesh_saveVTK(const char * filename_p, Finley_Mesh *mesh_p, const dim_t num_data,char* *names_p,escriptDataC* *data_pp); |
148 |
|
#else |
149 |
|
void Finley_Mesh_saveVTK_MPIO(const char * filename_p, Finley_Mesh *mesh_p, const dim_t num_data,char* |
150 |
|
*names_p,escriptDataC* *data_pp); |
151 |
|
#endif |
152 |
|
|
153 |
|
|
154 |
|
|
155 |
#endif /* #ifndef INC_FINLEY_MESH */ |
#endif /* #ifndef INC_FINLEY_MESH */ |
156 |
|
|