Home
last modified time | relevance | path

Searched refs:shapesize (Results 151 – 175 of 202) sorted by relevance

123456789

/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dtestall.c1078 int shapesize[2]; in build_ucd2d() local
1182 shapesize[0] = 3; in build_ucd2d()
1183 shapesize[1] = 4; in build_ucd2d()
1207 index = (i*shapesize[0]); in build_ucd2d()
1220 index = shapecount[0]*shapesize[0]+(i-shapecount[0])*shapesize[1]; in build_ucd2d()
1312 zonelist_length, 0, shapesize, shapecount, 2); in build_ucd2d()
3041 fshapesize[i] = fl->shapesize[i]; in build_poly3d()
H A Defcentering.c237 int shapesize[1]; in main() local
H A Dtestlib.c695 fl->lnodelist, 0, fl->zoneno, fl->shapesize, in build_ucd3()
H A Dmerge_block.c411 DBWrite (dbfile3, "fl_shapesize", fl->shapesize, in MCopyFile()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkTableBasedClipDataSet.cxx1514 int shapesize = shapes[i]->GetShapeSize(); in ConstructDataSet() local
1525 for ( l = 0; l < shapesize; l ++ ) in ConstructDataSet()
1541 list += shapesize + 1; in ConstructDataSet()
1542 *nl ++ = shapesize; in ConstructDataSet()
1545 for ( l = 0; l < shapesize; l ++ ) in ConstructDataSet()
1550 current_index += shapesize + 1; in ConstructDataSet()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkTableBasedClipDataSet.cxx1531 int shapesize = shapes[i]->GetShapeSize(); in ConstructDataSet() local
1542 for ( l = 0; l < shapesize; l ++ ) in ConstructDataSet()
1558 list += shapesize + 1; in ConstructDataSet()
1559 *nl ++ = shapesize; in ConstructDataSet()
1562 for ( l = 0; l < shapesize; l ++ ) in ConstructDataSet()
1567 current_index += shapesize + 1; in ConstructDataSet()
/dports/science/silo/silo-4.10.2-bsd/src/pdb_drv/
H A Dsilo_pdb_private.h202 int const *shapesize,
H A Dsilo_pdb.c5407 DEFALL_OBJ("shapesize", &tmpfaces.shapesize, DB_INT); in db_pdb_GetUcdmesh()
5446 DEFALL_OBJ("shapesize", &tmpzones.shapesize, DB_INT); in db_pdb_GetUcdmesh()
5963 DEFALL_OBJ("shapesize", &tmpfl.shapesize, DB_INT); in db_pdb_GetFacelist()
6044 DEFALL_OBJ("shapesize", &tmpzl.shapesize, DB_INT); in db_pdb_GetZonelist()
7824 int const *shapesize, in db_pdb_PutFacelist() argument
7860 shapesize, 1, count); in db_pdb_PutFacelist()
11188 int const *nodelist, int lnodelist, int origin, int const *shapesize, in db_pdb_PutZonelist() argument
11217 shapesize, 1, count); in db_pdb_PutZonelist()
11260 int const *shapesize, int const *shapecnt, int nshapes, in db_pdb_PutZonelist2() argument
11295 shapesize, 1, count); in db_pdb_PutZonelist2()
/dports/science/silo/silo-4.10.2-bsd/src/hdf5_drv/
H A Dsilo_hdf5.c517 char shapesize[256]; member
534 char shapesize[256]; member
1246 zl->shapesize[0] = (1 << ntopodims); in RegisterNodelist()
2299 MEMBER_S(str256, shapesize); in db_hdf5_init()
10917 int const *shapesize, in db_hdf5_PutFacelist() argument
10973 MEMBER_S(str(m.shapesize), shapesize); in db_hdf5_PutFacelist()
11054 fl->shapesize = (int *)db_hdf5_comprd(dbfile, m.shapesize, 1); in db_hdf5_GetFacelist()
11137 if (shapesize[i] != 4) in PrepareForZonelistCompression()
11147 if (shapesize[i] != 8) in PrepareForZonelistCompression()
11303 MEMBER_S(str(m.shapesize), shapesize); in db_hdf5_PutZonelist2()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkTableBasedClipDataSet.cxx1481 int shapesize = shapes[i]->GetShapeSize(); in ConstructDataSet() local
1492 for (l = 0; l < shapesize; l++) in ConstructDataSet()
1507 list += shapesize + 1; in ConstructDataSet()
1508 *nl++ = shapesize; in ConstructDataSet()
1510 for (l = 0; l < shapesize; l++) in ConstructDataSet()
/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dalloc.c1524 FREE(list->shapesize); in DBFreeZonelist()
1694 FREE(list->shapesize); in DBFreeFacelist()
H A Dextface.c660 fl->shapesize = shapeSize; in FormFaceList()
H A Dsilo.h.in1015 int *shapesize; /* [nshapes] Number of nodes per shape */ member
1064 int *shapesize; /* [nshapes] Number of nodes per shape */ member
1708 int const *shapesize, int const *shapecnt, int nshapes, int const *types,
2022 … int lnodelist, int origin, int const *zoneno, int const *shapesize,
/dports/science/silo/silo-4.10.2-bsd/src/netcdf/
H A Dsilo_netcdf.c1337 DEFALL_OBJ("shapesize", &um->faces->shapesize, DB_INT); in db_cdf_GetUcdmesh()
1362 DEFALL_OBJ("shapesize", &um->zones->shapesize, DB_INT); in db_cdf_GetUcdmesh()
/dports/science/silo/silo-4.10.2-bsd/tools/browser/
H A Dstc.c1877 COMP (shapesize, "pointer (array 'self.nshapes' (primitive 'int'))"); in stc_silo_types()
1950 COMP (shapesize, in stc_silo_types()
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dturtle.py2781 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3652 turtlesize = shapesize
/dports/lang/python310/Python-3.10.1/Lib/
H A Dturtle.py2781 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3653 turtlesize = shapesize
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/
H A Dturtle.py2685 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3542 turtlesize = shapesize
/dports/lang/python37/Python-3.7.12/Lib/
H A Dturtle.py2780 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3651 turtlesize = shapesize
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dturtle.py2781 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3652 turtlesize = shapesize
/dports/lang/python27/Python-2.7.18/Lib/lib-tk/
H A Dturtle.py2685 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3542 turtlesize = shapesize
/dports/lang/python38/Python-3.8.12/Lib/
H A Dturtle.py2781 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3652 turtlesize = shapesize
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dturtle.py2782 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3669 turtlesize = shapesize
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dturtle.py2781 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3652 turtlesize = shapesize
/dports/lang/python39/Python-3.9.9/Lib/
H A Dturtle.py2781 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3652 turtlesize = shapesize

123456789