This file is indexed.

/usr/lib/x86_64-linux-gnu/scilab-getfem++/sci_gateway/c/loader.sce is in scilab-getfem++ 4.2.1~beta1~svn4635~dfsg-3+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
// This file is released under the 3-clause BSD license. See COPYING-BSD.
// Generated by builder.sce : Please, do not edit this file
// ----------------------------------------------------------------------------
//
libscigetfem_c_path = get_absolute_file_path('loader.sce');
//
// ulink previous function with same name
[bOK, ilib] = c_link('libscigetfem_c');
if bOK then
  ulink(ilib);
end
//
link(libscigetfem_c_path + filesep() + '../../src/c/libsp_get' + getdynlibext());
list_functions = [ 'gf_workspace';
                   'gf_delete';
                   'gf_undelete';
                   'gf_eltm';
                   'gf_geotrans';
                   'gf_geotrans_get';
                   'gf_integ';
                   'gf_integ_get';
                   'gf_global_function';
                   'gf_global_function_get';
                   'gf_fem';
                   'gf_fem_get';
                   'gf_cvstruct_get';
                   'gf_mesher_object';
                   'gf_mesher_object_get';
                   'gf_mesh';
                   'gf_mesh_get';
                   'gf_mesh_set';
                   'gf_mesh_fem';
                   'gf_mesh_fem_get';
                   'gf_mesh_fem_set';
                   'gf_mesh_im';
                   'gf_mesh_im_get';
                   'gf_mesh_im_set';
                   'gf_mdbrick';
                   'gf_mdbrick_get';
                   'gf_mdbrick_set';
                   'gf_mdstate';
                   'gf_mdstate_get';
                   'gf_mdstate_set';
                   'gf_model';
                   'gf_model_get';
                   'gf_model_set';
                   'gf_slice';
                   'gf_slice_get';
                   'gf_slice_set';
                   'gf_levelset';
                   'gf_levelset_get';
                   'gf_levelset_set';
                   'gf_mesh_levelset';
                   'gf_mesh_levelset_get';
                   'gf_mesh_levelset_set';
                   'gf_asm';
                   'gf_compute';
                   'gf_precond';
                   'gf_precond_get';
                   'gf_spmat';
                   'gf_spmat_get';
                   'gf_spmat_set';
                   'gf_linsolve';
                   'gf_util';
                   'gf_exit';
                   'gf_cont_struct_get';
                   'gf_cont_struct';
                   'gf_multi_contact_frame_get';
                   'gf_multi_contact_frame_set';
                   'gf_multi_contact_frame';
                   'sp_luinc';
                   'sp_lu';
                   'sp_lusolve';
                   'sp_cholinc';
                   'sp_chol';
                   'sp_chsolve';
                   'sp_cgne';
                   'sp_cgs';
                   'sp_gmres';
                   'sp_mgcr';
];
addinter(libscigetfem_c_path + filesep() + 'libscigetfem_c' + getdynlibext(), 'libscigetfem_c', list_functions);
// remove temp. variables on stack
clear libscigetfem_c_path;
clear bOK;
clear ilib;
clear list_functions;
// ----------------------------------------------------------------------------