We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
../../bin/test-driver-ff: line 126: 268546 Segmentation fault ${TEST_FFPP} ${FLAGS_FFPP_B} "$@" ${FLAGS_FFPP_A} > $log_file 2>&1
The text was updated successfully, but these errors were encountered:
error log file generated is: -- FreeFem++ v4.14 (Tue Dec 26 20:43:53 IST 2023 - git v4.14) file : ./testvtk.edp Load: lg_fem lg_mesh lg_mesh3 eigenvalue 1 : // basic example io vtk for meshS/meshL 2 : load "iovtk" load: iovtk
3 : load "msh3" 4 : 5 : mesh Th = square(10,10); 6 : savevtk("Th.vtk",Th,bin=1); 7 : mesh Th2=vtkload("Th.vtk")Load mesh given by VTK
; 8 : meshS ThS = square3(10,10); 9 : 10 : savevtk("ThS.vtk",ThS,bin=0); 11 : savevtk("ThS.vtu",ThS,bin=1); 12 : meshS ThS2=vtkloadS("ThS.vtk")Load mesh given by VTK
Sorry, something went wrong.
I have exactly the same error on Ubuntu 22.04.4 LTS.
No branches or pull requests
../../bin/test-driver-ff: line 126: 268546 Segmentation fault ${TEST_FFPP} ${FLAGS_FFPP_B} "$@" ${FLAGS_FFPP_A} > $log_file 2>&1
The text was updated successfully, but these errors were encountered: