Home
last modified time | relevance | path

Searched refs:mesh_new (Results 1 – 14 of 14) sorted by relevance

/dports/science/siesta/siesta-4.1.5/Util/Macroave/Src/
H A Dpermute.F49 $ mesh_new(3)
119 mesh_new(1) = mesh(2)
120 mesh_new(2) = mesh(3)
121 mesh_new(3) = mesh(1)
124 write(1) mesh_new, nspin
126 do iz=0,mesh_new(3)-1
127 do iy=0,mesh_new(2)-1
129 write(1) (rho(iz,ix,iy),ix=0,mesh_new(1)-1)
/dports/math/mfem/mfem-4.3/tests/unit/fem/
H A Dtest_datacollection.cpp91 Mesh* mesh_new = dc_new.GetMesh(); variable
96 REQUIRE(mesh_new);
112 REQUIRE(mesh.Dimension() == mesh_new->Dimension());
113 REQUIRE(mesh.SpaceDimension() == mesh_new->SpaceDimension());
117 mesh_new->GetVertices(vert_diff);
180 Mesh *mesh_new = dc_new.GetMesh(); variable
185 REQUIRE(mesh_new);
201 REQUIRE(mesh.Dimension() == mesh_new->Dimension());
202 REQUIRE(mesh.SpaceDimension() == mesh_new->SpaceDimension());
206 mesh_new->GetVertices(vert_diff);
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_fracture_cell/
H A Dfracture_cell_setup.py345 mesh_new = bpy.data.meshes.new_from_object(obj_cell_eval)
347 obj_cell.data = mesh_new
353 if not mesh_new.vertices:
358 if not mesh_new.users:
359 bpy.data.meshes.remove(mesh_new)
360 mesh_new = None
363 if mesh_new is not None:
369 bm.from_mesh(mesh_new)
380 bm.from_mesh(mesh_new)
384 bm.to_mesh(mesh_new)
[all …]
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dgroup.c40 Mesh * m = mesh_new( model ); in group_new()
161 m = mesh_new( model ); in group_new_group_from_polys()
H A Dmesh.h21 Mesh *mesh_new( Model *model );
H A Dmesh.c35 Mesh *mesh_new( Model *model ) { in mesh_new() function
71 copy = mesh_new( m->model ); in mesh_dup()
H A Dfmt_3ds.c170 kl3d_mesh = mesh_new( model ); in f3ds_load_mesh()
H A Dfmt_ac3d.c558 g_node_append_data( node, mesh_new( ac3dModel ) ); in DoObject()
H A Dfmt_wavefront.c270 pG = g_node_append_data( ws->doc->root, mesh_new( ws->doc ) ); in wavefront_load_doc_1()
/dports/devel/z88dk/z88dk/libsrc/lib3d/
H A Dmesh_new.c22 mesh_t* mesh_new(int pcount, int tcount) { in mesh_new() function
H A Dlib3d.lst7 mesh_new
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dmesh_generator_thread.cpp290 MapBlockMesh *mesh_new = new MapBlockMesh(q->data, m_camera_offset); in doUpdate() local
294 r.mesh = mesh_new; in doUpdate()
/dports/devel/z88dk/z88dk/examples/msx/
H A Dex11.c50 mesh_t* mesh = mesh_new(5, 6); // 5 vertexes, 6 triangles in build_mesh()
/dports/devel/z88dk/z88dk/include/
H A Dlib3d.h127 extern mesh_t __LIB__ *mesh_new(int pcount, int tcount) __smallc;