Home
last modified time | relevance | path

Searched refs:z_coords (Results 1 – 20 of 20) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/test/
H A Drd_wt_mesh.c103 realtyp **x_coords, realtyp **y_coords, realtyp **z_coords, int **loc_connect );
182 realtyp *z_coords = NULL; in main() local
305 &x_coords, &y_coords, &z_coords, &loc_connect) in main()
311 x_coords, y_coords, z_coords, loc_connect, close_files); in main()
318 free( z_coords ); in main()
430 realtyp **x_coords, realtyp **y_coords, realtyp **z_coords, int **connect ) in read_exo_mesh() argument
499 *z_coords = malloc(sizeof(realtyp) * (*num_nodes)); in read_exo_mesh()
500 assert(z_coords); in read_exo_mesh()
505 err = ex_get_coord (exoid, *x_coords, *y_coords, *z_coords); in read_exo_mesh()
757 realtyp *x_coords, realtyp *y_coords, realtyp *z_coords, int *connect, int close_files ) in write_exo_mesh() argument
[all …]
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/detail/ilu/
H A Dilut.hpp122 IndexT * z_coords, NumericT * z_elements)
134 z_coords[index_z] = w_coords[index_w];
139 z_coords[index_z] = w_coords[index_w];
144 z_coords[index_z] = u_coords[index_u];
150 z_coords[index_z] = u_coords[index_u];
155 z_coords[index_z] = w_coords[index_w];
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/importer/src/soundcast/
H A Dpopdat.rs127 let mut z_coords: Vec<f64> = Vec::new(); in import_parcels() localVariable
143 z_coords.push(0.0); in import_parcels()
160 .transform_coords(&mut x_coords, &mut y_coords, &mut z_coords) in import_parcels()
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelMPI/
H A DvtkStructuredImplicitConnectivity.cxx595 vtkDataArray* y_coords, vtkDataArray* z_coords, vtkPointData* fields) in Initialize()
599 assert("pre: nullptr z_coords!" && (z_coords != nullptr) ); in Initialize()
619 this->Z_Coords = vtkDataArray::CreateDataArray(z_coords->GetDataType()); in Initialize()
621 z_coords->GetVoidPointer(0),z_coords->GetNumberOfTuples(),1); in Initialize()
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelMPI/
H A DvtkStructuredImplicitConnectivity.cxx581 vtkDataArray* z_coords, vtkPointData* fields) in Initialize()
585 assert("pre: nullptr z_coords!" && (z_coords != nullptr)); in Initialize()
603 this->Z_Coords = vtkDataArray::CreateDataArray(z_coords->GetDataType()); in Initialize()
604 this->Z_Coords->SetVoidArray(z_coords->GetVoidPointer(0), z_coords->GetNumberOfTuples(), 1); in Initialize()
/dports/math/vtk6/VTK-6.2.0/Filters/ParallelMPI/
H A DvtkStructuredImplicitConnectivity.cxx595 vtkDataArray* y_coords, vtkDataArray* z_coords, vtkPointData* fields) in Initialize()
599 assert("pre: NULL z_coords!" && (z_coords != NULL) ); in Initialize()
619 this->Z_Coords = vtkDataArray::CreateDataArray(z_coords->GetDataType()); in Initialize()
621 z_coords->GetVoidPointer(0),z_coords->GetNumberOfTuples(),1); in Initialize()
/dports/science/axom/axom-0.6.1/src/axom/mint/tests/
H A Dmint_mesh_unstructured_mesh.cpp2081 const double* z_coords = nullptr; in resize_nodes() local
2088 z_coords = mesh->getCoordinateArray(Z_COORDINATE); in resize_nodes()
2103 EXPECT_EQ(z_coords, mesh->getCoordinateArray(Z_COORDINATE)); in resize_nodes()
2138 z_coords = mesh->getCoordinateArray(Z_COORDINATE); in resize_nodes()
2151 EXPECT_EQ(z_coords, mesh->getCoordinateArray(Z_COORDINATE)); in resize_nodes()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DInterface.hpp434 double* z_coords ) const = 0;
H A DCore.hpp195 double* z_coords ) const;
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DCore.cpp945 double *z_coords ) const in serial_load_file()
982 if (z_coords) { in serial_load_file()
983 memcpy( z_coords, z + offset, count * sizeof(double ) ); in serial_load_file()
984 z_coords += count; in serial_load_file()
995 *z_coords++ = xyz[2]; in serial_load_file()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1442 int z_coords[3]; // Used for setting custom "z" member
H A Dopenbor.c7756 if(z_coords[0] > 0) Zs[0] = z_coords[0]; in add_level()
7759 if(z_coords[1] > 0) Zs[1] = z_coords[1]; in add_level()
7762 if(z_coords[2] > 0) Zs[2] = z_coords[2]; in add_level()
7781 levelorder[diff][num_levels[diff]]->z_coords[0] = Zs[0]; in add_level()
7782 levelorder[diff][num_levels[diff]]->z_coords[1] = Zs[1]; in add_level()
7783 levelorder[diff][num_levels[diff]]->z_coords[2] = Zs[2]; in add_level()
8062 z_coords[0] = GET_INT_ARG(1); in load_levelorder()
8063 z_coords[1] = GET_INT_ARG(2); in load_levelorder()
8064 z_coords[2] = GET_INT_ARG(3); in load_levelorder()
21880 PLAYER_MIN_Z = levelorder[which_set][current_level]->z_coords[0]; in playgame()
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1456 int z_coords[3]; // Used for setting custom "z"
H A Dopenbor.c7922 if(z_coords[0] > 0) Zs[0] = z_coords[0]; in add_level()
7925 if(z_coords[1] > 0) Zs[1] = z_coords[1]; in add_level()
7928 if(z_coords[2] > 0) Zs[2] = z_coords[2]; in add_level()
7937 le->z_coords[0] = Zs[0]; in add_level()
7938 le->z_coords[1] = Zs[1]; in add_level()
7939 le->z_coords[2] = Zs[2]; in add_level()
8195 z_coords[0] = GET_INT_ARG(1); in load_levelorder()
8196 z_coords[1] = GET_INT_ARG(2); in load_levelorder()
8197 z_coords[2] = GET_INT_ARG(3); in load_levelorder()
22236 PLAYER_MIN_Z = le->z_coords[0]; in playgame()
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1478 int z_coords[3]; // Used for setting custom "z" member
H A Dopenbor.c10529 if(z_coords[0] > 0) in add_level()
10531 Zs[0] = z_coords[0]; in add_level()
10538 if(z_coords[1] > 0) in add_level()
10540 Zs[1] = z_coords[1]; in add_level()
10547 if(z_coords[2] > 0) in add_level()
10549 Zs[2] = z_coords[2]; in add_level()
10564 le->z_coords[0] = Zs[0]; in add_level()
10565 le->z_coords[1] = Zs[1]; in add_level()
10566 le->z_coords[2] = Zs[2]; in add_level()
10910 z_coords[0] = GET_INT_ARG(1); in load_levelorder()
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c12236 if(z_coords[0] > 0) in add_level()
12238 Zs[0] = z_coords[0]; in add_level()
12245 if(z_coords[1] > 0) in add_level()
12247 Zs[1] = z_coords[1]; in add_level()
12254 if(z_coords[2] > 0) in add_level()
12256 Zs[2] = z_coords[2]; in add_level()
12271 le->z_coords[0] = Zs[0]; in add_level()
12272 le->z_coords[1] = Zs[1]; in add_level()
12273 le->z_coords[2] = Zs[2]; in add_level()
12666 z_coords[0] = GET_INT_ARG(1); in load_levelorder()
[all …]
H A Dopenbor.h2242 int z_coords[3]; // Used for setting custom "z" member
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c12820 if(z_coords[0] > 0) in add_level()
12822 Zs[0] = z_coords[0]; in add_level()
12829 if(z_coords[1] > 0) in add_level()
12831 Zs[1] = z_coords[1]; in add_level()
12838 if(z_coords[2] > 0) in add_level()
12840 Zs[2] = z_coords[2]; in add_level()
12855 le->z_coords[0] = Zs[0]; in add_level()
12856 le->z_coords[1] = Zs[1]; in add_level()
12857 le->z_coords[2] = Zs[2]; in add_level()
13250 z_coords[0] = GET_INT_ARG(1); in load_levelorder()
[all …]
H A Dopenbor.h2752 int z_coords[3]; // Used for setting custom "z" member