Home
last modified time | relevance | path

Searched refs:obj_typenames (Results 1 – 5 of 5) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/test/
H A DReadEdgeFace.c54 const char* obj_typenames[] = { variable
170 fprintf( stdout, "=== %ss: none\n\n", obj_typenames[i] ); in cReadEdgeFace()
173 fprintf( stdout, "=== %ss: %d\n", obj_typenames[i], nids ); in cReadEdgeFace()
215 fprintf( stdout, "%s %3d (%s): ", obj_typenames[i], ids[obj], obj_names[obj] ); in cReadEdgeFace()
217 fprintf( stdout, "%s %3d: ", obj_typenames[i], ids[obj] ); in cReadEdgeFace()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/exodusII/vtkexodusII/test/
H A DReadEdgeFace.c53 const char* obj_typenames[] = { variable
192 fprintf( stdout, "=== %ss: none\n\n", obj_typenames[i] ); in cReadEdgeFace()
195 fprintf( stdout, "=== %ss: %d\n", obj_typenames[i], nids ); in cReadEdgeFace()
237 fprintf( stdout, "%s %3d (%s): ", obj_typenames[i], ids[obj], obj_names[obj] ); in cReadEdgeFace()
239 fprintf( stdout, "%s %3d: ", obj_typenames[i], ids[obj] ); in cReadEdgeFace()
/dports/math/vtk6/VTK-6.2.0/IO/Exodus/
H A DvtkExodusIIReader.cxx3810 char** obj_typenames = 0; in RequestInformation() local
3861 obj_typenames = (char**) malloc( nids * sizeof(char*) ); in RequestInformation()
3864 obj_typenames[obj] = (char*) malloc( (MAX_STR_LENGTH + 1) * sizeof(char) ); in RequestInformation()
3865 obj_typenames[obj][0] = '\0'; in RequestInformation()
3873 obj_typenames = 0; in RequestInformation()
3941 …NC( ex_get_block( exoid, static_cast<ex_entity_type>( obj_types[i] ), ids[obj], obj_typenames[obj], in RequestInformation()
3945 binfo.TypeName = obj_typenames[obj]; in RequestInformation()
3949 …NC( ex_get_block( exoid, static_cast<ex_entity_type>( obj_types[i] ), ids[obj], obj_typenames[obj], in RequestInformation()
3953 binfo.TypeName = obj_typenames[obj]; in RequestInformation()
4170 free( obj_typenames[obj] ); in RequestInformation()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/Exodus/
H A DvtkExodusIIReader.cxx4024 char** obj_typenames = nullptr; in RequestInformation() local
4081 obj_typenames = (char**)malloc(nids * sizeof(char*)); in RequestInformation()
4084 obj_typenames[obj] = (char*)malloc((maxNameLength + 1) * sizeof(char)); in RequestInformation()
4085 obj_typenames[obj][0] = '\0'; in RequestInformation()
4093 obj_typenames = nullptr; in RequestInformation()
4165 obj_typenames[obj], &binfo.Size, &binfo.BdsPerEntry[0], in RequestInformation()
4169 binfo.TypeName = obj_typenames[obj]; in RequestInformation()
4174 obj_typenames[obj], &binfo.Size, &binfo.BdsPerEntry[0], in RequestInformation()
4178 binfo.TypeName = obj_typenames[obj]; in RequestInformation()
4419 free(obj_typenames[obj]); in RequestInformation()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/Exodus/
H A DvtkExodusIIReader.cxx4009 char** obj_typenames = nullptr; in RequestInformation() local
4063 obj_typenames = (char**) malloc( nids * sizeof(char*) ); in RequestInformation()
4066 obj_typenames[obj] = (char*) malloc( (maxNameLength + 1) * sizeof(char) ); in RequestInformation()
4067 obj_typenames[obj][0] = '\0'; in RequestInformation()
4075 obj_typenames = nullptr; in RequestInformation()
4143 …NC( ex_get_block( exoid, static_cast<ex_entity_type>( obj_types[i] ), ids[obj], obj_typenames[obj], in RequestInformation()
4147 binfo.TypeName = obj_typenames[obj]; in RequestInformation()
4151 …NC( ex_get_block( exoid, static_cast<ex_entity_type>( obj_types[i] ), ids[obj], obj_typenames[obj], in RequestInformation()
4155 binfo.TypeName = obj_typenames[obj]; in RequestInformation()
4389 free( obj_typenames[obj] ); in RequestInformation()
[all …]