Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/optix/
H A DChOptixGeometry.cpp437 OptixBuildInput mesh_input = {}; in BuildTrianglesGAS() local
438 mesh_input.type = OPTIX_BUILD_INPUT_TYPE_TRIANGLES; in BuildTrianglesGAS()
441 mesh_input.triangleArray.vertexBuffers = &d_vertices; in BuildTrianglesGAS()
443 mesh_input.triangleArray.vertexFormat = OPTIX_VERTEX_FORMAT_FLOAT3; in BuildTrianglesGAS()
445 mesh_input.triangleArray.vertexStrideInBytes = sizeof(float4); // sizeof(float3); in BuildTrianglesGAS()
448 mesh_input.triangleArray.indexBuffer = d_indices; in BuildTrianglesGAS()
450 mesh_input.triangleArray.indexFormat = OPTIX_INDICES_FORMAT_UNSIGNED_INT3; in BuildTrianglesGAS()
452 mesh_input.triangleArray.indexStrideInBytes = sizeof(uint4); // sizeof(uint3); in BuildTrianglesGAS()
454 mesh_input.triangleArray.flags = triangle_flags; in BuildTrianglesGAS()
455 mesh_input.triangleArray.numSbtRecords = 1; in BuildTrianglesGAS()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A DDerivedMesh.c859 mesh_eval->edit_mesh = mesh_input->edit_mesh; in mesh_calc_finalize()
888 Mesh *mesh_input = ob->data; in mesh_calc_modifiers() local
898 int num_deformed_verts = mesh_input->totvert; in mesh_calc_modifiers()
1189 BLI_assert(mesh_final != mesh_input); in mesh_calc_modifiers()
1225 BLI_assert(mesh_orco != mesh_input); in mesh_calc_modifiers()
1251 BLI_assert(mesh_orco != mesh_input); in mesh_calc_modifiers()
1296 mesh_final = mesh_input; in mesh_calc_modifiers()
1353 mesh_calc_finalize(mesh_input, mesh_final); in mesh_calc_modifiers()
1471 Mesh *mesh_input = ob->data; in editbmesh_calc_modifiers() local
1663 Mesh *me_orig = mesh_input; in editbmesh_calc_modifiers()
[all …]
H A Dobject_update.c431 Mesh *mesh_input = (Mesh *)object->runtime.data_orig; in BKE_object_select_update() local
432 Mesh_Runtime *mesh_runtime = &mesh_input->runtime; in BKE_object_select_update()
H A Dmesh_convert.c1223 Mesh *mesh_input = object->data; in mesh_new_from_mesh_object() local
1226 if (mesh_input->edit_mesh != NULL && mesh_input->edit_mesh->mesh_eval_final) { in mesh_new_from_mesh_object()
1227 mesh_input = mesh_input->edit_mesh->mesh_eval_final; in mesh_new_from_mesh_object()
1229 return mesh_new_from_mesh(object, mesh_input); in mesh_new_from_mesh_object()
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_xml_reader.py232 mesh_input = str(node.getAttribute('path'))
233 if mesh_input:
234 self.dict['mesh_input'] = mesh_input
H A Dcs_parametric_setup.py250 def setMeshInput(self, mesh_input): argument
258 self.meshModel.setMeshInput(mesh_input)
585 if options.mesh_input:
586 xml_controller.setMeshInput(options.mesh_input)
H A Dcs_case_domain.py423 self.mesh_input = None
980 if self.mesh_input:
981 mesh_input = os.path.expanduser(self.mesh_input)
982 if not os.path.isabs(mesh_input):
983 mesh_input = os.path.join(self.case_dir, mesh_input)
987 if os.path.isdir(mesh_input):
993 self.symlink(mesh_input, link_path)
996 self.mesh_input = restart_input_mesh
1031 if self.mesh_input:
1265 if not self.mesh_input and self.exec_solver:
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/gui/Pages/
H A DSolutionDomainView.py678 self.mesh_input = self.mdl.getMeshInput()
881 if self.mesh_input != None:
1140 self.mesh_input = text
1154 if self.mesh_input == None:
1158 if self.mesh_input == None:
1175 if self.mesh_input:
1177 self.mesh_input = None
1178 self.mdl.setMeshInput(self.mesh_input)
1193 if self.mesh_input:
1195 self.mesh_input = None
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/data/user/
H A Dcs_user_scripts.py87 domain.mesh_input = None
/dports/science/code_saturne/code_saturne-7.1.0/bin/model/
H A DSolutionDomainModel.py581 mesh_input = self.node_ecs.xmlGetNode('mesh_input', 'path')
582 if mesh_input:
583 return mesh_input['path']
599 def setMeshInput(self, mesh_input): argument
604 if mesh_input == '':
605 mesh_input = None
608 if mesh_input:
609 node['path'] = mesh_input
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_mesh.cpp375 InputMeshTri *mesh_input = new InputMeshTri(lmp,0,NULL); in create_mesh() local
381 mesh_input->meshtrifile(mesh_fname,static_cast<TriMesh*>(mesh_),verbose_, in create_mesh()
384 delete mesh_input; in create_mesh()
/dports/math/libmesh/libmesh-1.6.2/tests/
H A DMakefile.in283 mesh/unit_tests_dbg-mesh_input.$(OBJEXT) \
4026 mesh/unit_tests_dbg-mesh_input.o: mesh/mesh_input.C
4033 mesh/unit_tests_dbg-mesh_input.obj: mesh/mesh_input.C
5272 mesh/unit_tests_devel-mesh_input.o: mesh/mesh_input.C
5279 mesh/unit_tests_devel-mesh_input.obj: mesh/mesh_input.C
6518 mesh/unit_tests_oprof-mesh_input.o: mesh/mesh_input.C
6525 mesh/unit_tests_oprof-mesh_input.obj: mesh/mesh_input.C
7764 mesh/unit_tests_opt-mesh_input.o: mesh/mesh_input.C
7771 mesh/unit_tests_opt-mesh_input.obj: mesh/mesh_input.C
9010 mesh/unit_tests_prof-mesh_input.o: mesh/mesh_input.C
[all …]
H A DMakefile.am61 mesh/mesh_input.C \
/dports/math/libmesh/libmesh-1.6.2/include/
H A Dinclude_HEADERS190 mesh/mesh_input.h \
H A DMakefile.in771 mesh/mesh_input.h \
/dports/math/libmesh/libmesh-1.6.2/include/libmesh/
H A DMakefile.am180 mesh_input.h \
1066 mesh_input.h: $(top_srcdir)/include/mesh/mesh_input.h
H A DMakefile.in549 mesh_function.h mesh_generation.h mesh_input.h \
1407 mesh_input.h: $(top_srcdir)/include/mesh/mesh_input.h
/dports/science/code_saturne/code_saturne-7.1.0/
H A DNEWS.md325 "mesh_input"
719 - Addition of file extensions for both checkpoint (.csc) and mesh_input
721 (mesh_input/mesh_output/main/auxiliary/...) without the extensions.
722 The GUI now also accepts "mesh_input" as a folder containing
723 multiple mesh_input files, while waiting for a full integration of
816 - Save mesh_input in restart by default. To avoid using excess disk space when
818 to checkpoint/mesh_input upon checkpointing).
H A Dpkg-plist1795 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/1-simple_junction/mesh/mesh_input.csm
/dports/math/mfem/mfem-4.3/mesh/
H A Dmesh.cpp3654 named_ifgzstream *mesh_input = dynamic_cast<named_ifgzstream *>(&input); in Loader() local
3655 if (mesh_input) in Loader()
3658 ReadCubit(mesh_input->filename.c_str(), curved, read_gf); in Loader()