Home
last modified time | relevance | path

Searched refs:cell_dim (Results 1 – 25 of 76) sorted by relevance

1234

/dports/science/py-pymol/pymol-open-source-2.4.0/modules/chempy/
H A Dmap.py18 self.cell_dim = [ 1.0, 1.0, 1.0]
25 def from_c_object(self,cobj,format,cell_dim,cell_ang,cell_div,first,last): argument
32 self.cell_dim = [ float(cell_dim[0]),
33 float(cell_dim[1]),
34 float(cell_dim[2])]
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_Gravity/
H A Dcgdelete.F16 integer index_dim, cell_dim, phys_dim variable
26 cell_dim=Ndim
46 call cg_base_read_f(cg,base_no,basename,cell_dim,phys_dim,ier)
49 & 'cell_dimension=',cell_dim
H A Dcgmodify.F16 integer index_dim, cell_dim, phys_dim variable
26 cell_dim=Ndim
46 call cg_base_read_f(cg,base_no,basename,cell_dim,phys_dim,ier)
49 & 'cell_dimension=',cell_dim
H A Dcgwrite.F16 integer index_dim, cell_dim, phys_dim variable
24 cell_dim=Ndim
32 call cg_base_write_f(cg, 'Basename', cell_dim, phys_dim,
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_Axisym/
H A Dcgdelete.F16 integer index_dim, cell_dim, phys_dim, i variable
27 cell_dim=Ndim
47 call cg_base_read_f(cg,base_no,basename,cell_dim,phys_dim,ier)
50 & 'cell_dimension=',cell_dim
H A Dcgmodify.F16 integer index_dim, cell_dim, phys_dim, i variable
27 cell_dim=Ndim
47 call cg_base_read_f(cg,base_no,basename,cell_dim,phys_dim,ier)
50 & 'cell_dimension=',cell_dim
H A Dcgwrite.F16 integer index_dim, cell_dim, phys_dim, i variable
27 cell_dim=Ndim
35 call cg_base_write_f(cg, 'Basename', cell_dim, phys_dim,
/dports/science/cgnslib/CGNS-4.1.2/src/ptests/
H A Dtest_base.c29 int cell_dim = 3; in main() local
42 cg_base_write(fn, "Base 1", cell_dim, phys_dim, &B) || in main()
46 cg_base_read(fn, B, basename, &cell_dim, &phys_dim) || in main()
H A Dtest_zone.c31 int cell_dim = 3; in main() local
55 cg_base_write(fn, "Base 1", cell_dim, phys_dim, &B) || in main()
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_BCProperty/
H A Dcgmodify.F16 integer index_dim, cell_dim, phys_dim variable
29 cell_dim=Ndim
50 call cg_base_read_f(cg, base, basename, cell_dim, phys_dim, ier)
53 & 'cell_dimension=',cell_dim
H A Dcgdelete.F21 integer index_dim, cell_dim, phys_dim variable
34 cell_dim=Ndim
55 call cg_base_read_f(cg, base, basename, cell_dim, phys_dim, ier)
58 & 'cell_dimension=',cell_dim
H A Dcgwrite.F28 integer index_dim, cell_dim, phys_dim variable
45 cell_dim=Ndim
53 call cg_base_write_f(cg, 'Basename', cell_dim, phys_dim,
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_ConnProperty/
H A Dcgmodify.F16 integer index_dim, cell_dim, phys_dim variable
29 cell_dim=Ndim
50 call cg_base_read_f(cg, base, basename, cell_dim, phys_dim, ier)
53 & 'cell_dimension=',cell_dim
H A Dcgdelete.F22 integer index_dim, cell_dim, phys_dim variable
36 cell_dim=Ndim
57 call cg_base_read_f(cg, base, basename, cell_dim, phys_dim, ier)
60 & 'cell_dimension=',cell_dim
H A Dcgwrite.F27 integer index_dim, cell_dim, phys_dim variable
43 cell_dim=Ndim
52 call cg_base_write_f(cg, 'Basename', cell_dim, phys_dim,
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_mixed_elements/
H A Dcgmodify.F16 integer index_dim, cell_dim, phys_dim variable
28 cell_dim=3
38 call cg_base_write_f(cg, 'MixedElementBase', cell_dim, phys_dim,
H A Dcgwrite.F16 integer index_dim, cell_dim, phys_dim variable
29 cell_dim=3
39 call cg_base_write_f(cg, 'MixedElementBase', cell_dim, phys_dim,
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_RotatingCoordinates/
H A Dcgwrite.F16 integer index_dim, cell_dim, phys_dim, i variable
25 cell_dim=Ndim
33 call cg_base_write_f(cg, 'Basename', cell_dim, phys_dim,
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_PartRdWr/
H A Dcgwrite.F19 integer index_dim, cell_dim, phys_dim variable
33 cell_dim=3
43 call cg_base_write_f(cg, 'PartialReadWriteBase', cell_dim,
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_mixed_grid/
H A Dcgmodify.F20 integer index_dim, cell_dim, phys_dim variable
40 cell_dim=3
50 call cg_base_write_f(cg, 'Name of my Base', cell_dim, phys_dim,
180 do i=1,cell_dim
185 dim_vals(1)=cell_dim
H A Dcgwrite.F20 integer index_dim, cell_dim, phys_dim variable
41 cell_dim=3
51 call cg_base_write_f(cg, 'Name of my Base', cell_dim, phys_dim,
185 do i=1,cell_dim
190 dim_vals(1)=cell_dim
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_Family/
H A Dcgwrite.F19 integer index_dim, cell_dim, phys_dim variable
43 cell_dim=3
53 call cg_base_write_f(cg, 'Name of my Base', cell_dim, phys_dim,
187 do i=1,cell_dim
192 dim_vals(1)=cell_dim
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_Links/
H A Dcgwrite.F22 integer index_dim, cell_dim, phys_dim, pos variable
46 cell_dim=Ndim
57 call cg_base_write_f(cg1, 'Basename', cell_dim, phys_dim,
61 call cg_base_write_f(cg2, 'Basename', cell_dim, phys_dim,
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test1/
H A Dcgwrite.F17 integer index_dim, cell_dim, phys_dim variable
40 cell_dim=Ndim
48 call cg_base_write_f(cg, 'Basename', cell_dim, phys_dim,
H A Dcgmodify.F15 integer index_dim, cell_dim, phys_dim, pos
36 cell_dim=Ndim
44 call cg_base_write_f(cg, 'Basename', cell_dim, phys_dim,

1234