Skip to content
New issue

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

FAIL: testvtk.edp #298

Open
testmygittt opened this issue Dec 26, 2023 · 1 comment
Open

FAIL: testvtk.edp #298

testmygittt opened this issue Dec 26, 2023 · 1 comment

Comments

@testmygittt
Copy link

../../bin/test-driver-ff: line 126: 268546 Segmentation fault ${TEST_FFPP} ${FLAGS_FFPP_B} "$@" ${FLAGS_FFPP_A} > $log_file 2>&1

@testmygittt
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant