XuliaDS

Results 6 issues of XuliaDS

Hi: I am trying to use the ElasticIntegrator for a multi-material problem where some of the materials vary the Young modulus as a function of density. So I need to...

Hello, I am trying to output the solution in vtk but the file format doesn't seem to match. I run the following: mesh.PrintVTK(os.path.join(output_dir, "final_mesh.vtk"), 8) mesh.Print(os.path.join(output_dir, "final_mesh.mesh"), 8) x.Save(os.path.join(output_dir, "displacement.gf"))...

Hi: I am playing a bit with using face quality identifiers to extract selected faces. Below is a simplified script of the unexpected behavior: __________ ms = pymeshlab.MeshSet() ms.create_sphere() ms.compute_scalar_by_function_per_face(q="1")...

to be checked

Hi: Every time two meshes have empty intersection or one mesh is inside the other, pymeshlab raises an exception: "vertex matrix is empty", killing the program. In my opinion, the...

Hello ! I think there is a bug in the planar fliping optimization filter when marking the flag: updated selection. I have created an example below. Original mesh: ![image](https://github.com/cnr-isti-vclab/meshlab/assets/33522268/8a65d359-08e8-448f-9de6-d08d4be11991) Planar...

Hi ! I am trying to use this software. I can run the full pre-processing steps but can't run the simulation: import polyfempy path_config = os.path.dirname(main_dir) + '/config.json' because the...