Home
last modified time | relevance | path

Searched refs:PointSetTypeName (Results 1 – 25 of 28) sorted by relevance

12

/dports/science/cgnslib/CGNS-4.1.2/src/Test_UserGuideCode/Fortran_code/
H A Dread_con2zn_genrl_str.F9079 PointSetTypeName(iptset_type)
83 PointSetTypeName(idonor_ptset_type)
H A Dread_bc_str.F9053 '' up as PointRange type'',a32)') PointSetTypeName(iptset)
H A Dread_bcpnts_str.F9055 '' up as PointList type'',a32)') PointSetTypeName(iptset)
H A Dread_bcpnts_unst.F9064 '' up as PointList type'',a32)') PointSetTypeName(iptset)
/dports/science/cgnslib/CGNS-4.1.2/src/Test_UserGuideCode/C_code/
H A Dread_con2zn_genrl_str.c82 printf(" pointset type=%s\n",PointSetTypeName[iptset_type]); in main()
84 printf(" donor pointset type=%s\n",PointSetTypeName[idonor_ptset_type]); in main()
H A Dread_bc_str.c59 PointSetTypeName[iptset]); in main()
H A Dread_bcpnts_str.c61 PointSetTypeName[iptset]); in main()
H A Dread_bcpnts_unst.c70 PointSetTypeName[iptset]); in main()
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_ConnProperty/
H A Dcgread.F133 & ' ptset type="',PointSetTypeName(ptset_type),'"',
137 & PointSetTypeName(ndonor_ptset_type),
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_mixed_grid/
H A Dcgread2.F90281 & PointSetTypeName(ptset_type)
291 & PointSetTypeName(donor_ptset_type)
352 & PointSetTypeName(ptset_type)
H A Dcgread.F90298 PointSetTypeName(ptset_type)
308 PointSetTypeName(donor_ptset_type)
394 PointSetTypeName(ptset_type)
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_Family/
H A Dcgread.F90370 PointSetTypeName(ptset_type)
380 PointSetTypeName(donor_ptset_type)
465 PointSetTypeName(ptset_type)
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_UD_BCData/
H A Dcgread.F751 & ' ptset type = ',PointSetTypeName(ptset_type)
861 & ' ptset type="',PointSetTypeName(ptset_type),'"',
865 & PointSetTypeName(ndonor_ptset_type),
1027 & PointSetTypeName(ptset_type)
1201 & ' ptset type = ',PointSetTypeName(ptset_type)
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_BCProperty/
H A Dcgread.F127 write(6,600) ' ptset_type=', PointSetTypeName(ptset_type)
/dports/science/cgnslib/CGNS-4.1.2/src/tests/
H A Dcgread_f03.F90809 ' ptset type ="'//TRIM(PointSetTypeName(ptset_type))//'"', &
812 ' donor ptset type='//TRIM(PointSetTypeName(ndonor_ptset_type)), &
973 PointSetTypeName(ptset_type)
H A Dcgread.F90776 & ' ptset type="',PointSetTypeName(ptset_type),'"',
780 & PointSetTypeName(ndonor_ptset_type),
941 & PointSetTypeName(ptset_type)
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_Links/
H A Dcgread.F824 & ' ptset type="',PointSetTypeName(ptset_type),'"',
828 & PointSetTypeName(ndonor_ptset_type),
992 & PointSetTypeName(ptset_type)
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test1/
H A Dcgread.F771 & ' ptset type="',PointSetTypeName(ptset_type),'"',
775 & PointSetTypeName(ndonor_ptset_type),
938 & PointSetTypeName(ptset_type)
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_UserDefinedData/
H A Dcgread.F792 & ' ptset type="',PointSetTypeName(ptset_type),'"',
796 & PointSetTypeName(ndonor_ptset_type),
958 & PointSetTypeName(ptset_type)
/dports/science/cgnslib/CGNS-4.1.2/src/
H A Dcgnslib.c160 const char * PointSetTypeName[NofValidPointSetTypes] = variable
2668 (long)npnts, PointSetTypeName[ptset_type]); in cg_discrete_ptset_write()
2698 strcpy(PointSetName, PointSetTypeName[ptset_type]); in cg_discrete_ptset_write()
5605 (long)npnts, PointSetTypeName[ptset_type]); in cg_sol_ptset_write()
5635 strcpy(PointSetName, PointSetTypeName[ptset_type]); in cg_sol_ptset_write()
6165 (long)npnts, PointSetTypeName[ptset_type]); in cg_subreg_ptset_write()
6895 npnts, PointSetTypeName[ptset_type]); in cg_conn_write()
7682 npnts, PointSetTypeName[ptype]); in cg_boco_write()
12467 npnts, PointSetTypeName[ptset_type]); in cg_ptset_write()
12474 npnts, PointSetTypeName[ptset_type]); in cg_ptset_write()
[all …]
H A Dcgnslib.h336 extern CGNSDLL const char * PointSetTypeName[NofValidPointSetTypes];
H A Dcgns_internals.c3132 PointSetTypeName[ptset->type], ndim, dim_vals[0]); in cgi_read_ptset()
6357 PointSetTypeName[ptset->type])) return CG_ERROR; in cgi_write_1to1()
6361 PointSetTypeName[ptset->type])) return CG_ERROR; in cgi_write_1to1()
6417 PointSetTypeName[ptset->type])) return CG_ERROR; in cgi_write_conns()
6423 PointSetTypeName[ptset->type])) return CG_ERROR; in cgi_write_conns()
6646 PointSetTypeName[boco->ptset->type])) return CG_ERROR; in cgi_write_boco()
6886 PointSetTypeName[dataset->ptset->type])) return CG_ERROR; in cgi_write_dataset()
7788 PointSetTypeName[user_data->ptset->type])) return CG_ERROR; in cgi_write_user_data()
14245 if (strcmp(PointSetName, PointSetTypeName[i])==0) { in cgi_PointSetType()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cgns/vtkcgns/src/
H A Dcgnslib.c161 const char * PointSetTypeName[NofValidPointSetTypes] = variable
2689 (long)npnts, PointSetTypeName[ptset_type]); in cg_discrete_ptset_write()
2719 strcpy(PointSetName, PointSetTypeName[ptset_type]); in cg_discrete_ptset_write()
6658 (long)npnts, PointSetTypeName[ptset_type]); in cg_sol_ptset_write()
6688 strcpy(PointSetName, PointSetTypeName[ptset_type]); in cg_sol_ptset_write()
7221 (long)npnts, PointSetTypeName[ptset_type]); in cg_subreg_ptset_write()
7951 npnts, PointSetTypeName[ptset_type]); in cg_conn_write()
8747 npnts, PointSetTypeName[ptype]); in cg_boco_write()
13536 npnts, PointSetTypeName[ptset_type]); in cg_ptset_write()
13543 npnts, PointSetTypeName[ptset_type]); in cg_ptset_write()
[all …]
H A Dvtk_cgns_mangle.h804 #define PointSetTypeName vtkcgns_PointSetTypeName macro
H A Dcgnslib.h343 extern CGNSDLL const char * PointSetTypeName[NofValidPointSetTypes];

12