Home
last modified time | relevance | path

Searched refs:solution_type (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/numeric/
H A Dfitting-tool.h194 solution_type& result() in result()
200 solution_type m_solution;
282 solution_type& result() in result()
288 solution_type m_solution;
312 typedef typename base_type::solution_type solution_type; typedef
358 typedef typename base_type::solution_type solution_type; typedef
443 typedef typename base_type::solution_type solution_type; typedef
463 typedef typename base_type::solution_type solution_type; typedef
473 solution_type& result() in result()
507 typedef typename base_type::solution_type solution_type; typedef
[all …]
/dports/math/lib2geom/lib2geom-1.1/include/2geom/numeric/
H A Dfitting-tool.h194 solution_type& result() in result()
200 solution_type m_solution;
282 solution_type& result() in result()
288 solution_type m_solution;
312 typedef typename base_type::solution_type solution_type; typedef
358 typedef typename base_type::solution_type solution_type; typedef
443 typedef typename base_type::solution_type solution_type; typedef
463 typedef typename base_type::solution_type solution_type; typedef
473 solution_type& result() in result()
507 typedef typename base_type::solution_type solution_type; typedef
[all …]
/dports/games/crafty/crafty-25.2_1/
H A Dtest.c112 solution_type = 0; in Test()
116 solution_type = 1; in Test()
119 solution_type = 0; in Test()
127 if (solution_type == 1) in Test()
144 correct = solution_type; in Test()
146 if (!solution_type) { in Test()
327 solution_type = 0; in TestEPD()
329 solution_type = 1; in TestEPD()
339 if (solution_type == 1) in TestEPD()
367 correct = solution_type; in TestEPD()
[all …]
H A Diterate.c451 correct = solution_type; in Iterate()
453 if (!solution_type) { in Iterate()
H A Ddata.h68 extern int solution_type;
/dports/math/py-PuLP/PuLP-2.6.0/pulp/apis/
H A Dmosek_api.py89 self.solution_type = sol_type
128 self.solution_type = mosek.soltype.itg
199 self.solsta = self.task.getsolsta(self.solution_type)
215 self.task.getxx(self.solution_type, self.xx)
223 self.task.getxc(self.solution_type, self.xc)
231 if self.solution_type != mosek.soltype.itg:
235 self.solution_type, 0, self.numvars, self.x_rc
244 self.task.gety(self.solution_type, self.y)
/dports/math/libmesh/libmesh-1.6.2/examples/adjoints/adjoints_ex3/
H A Dadjoints_ex3.C119 std::string solution_type, // primal or adjoint solve in numbered_filename() argument
125 file_name << solution_type in numbered_filename()
152 std::string solution_type, // primal or adjoint solve in write_output() argument
161 file_name_gmv << solution_type in write_output()
182 file_name_tecplot << solution_type in write_output()
204 mesh.write(numbered_filename(t_step, a_step, solution_type, "mesh", "xda", param)); in write_output()
205 es.write(numbered_filename(t_step, a_step, solution_type, "soln", "xda", param), in write_output()
211 mesh.write(numbered_filename(t_step, a_step, solution_type, "mesh", "xdr", param)); in write_output()
212 es.write(numbered_filename(t_step, a_step, solution_type, "soln", "xdr", param), in write_output()
230 file_name_exodus << solution_type << ".e"; in write_output()
[all …]
/dports/math/libmesh/libmesh-1.6.2/examples/adjoints/adjoints_ex2/
H A Dadjoints_ex2.C109 std::string solution_type, // primal or adjoint solve in write_output() argument
113 libmesh_ignore(es, a_step, solution_type, param); in write_output()
121 file_name_gmv << solution_type in write_output()
147 file_name_exodus << solution_type << ".e"; in write_output()
/dports/security/gvm-libs/gvm-libs-21.4.3/base/
H A Dnvti.c421 gchar *solution_type; /**< @brief The solution type */ member
636 g_free (n->solution_type); in nvti_free()
964 return n ? n->solution_type : NULL; in nvti_solution_type()
1431 nvti_set_solution_type (nvti_t *n, const gchar *solution_type) in nvti_set_solution_type() argument
1436 g_free (n->solution_type); in nvti_set_solution_type()
1437 n->solution_type = g_strdup (solution_type); in nvti_set_solution_type()
/dports/math/libmesh/libmesh-1.6.2/examples/adjoints/adjoints_ex1/
H A Dadjoints_ex1.C103 std::string solution_type, // primal or adjoint solve in write_output() argument
107 libmesh_ignore(es, a_step, solution_type, param); in write_output()
115 file_name_gmv << solution_type in write_output()
142 file_name_exodus << solution_type << ".e"; in write_output()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/main/
H A Dfistr_main.f9075 select case( fstrPR%solution_type )
87 call fstr_precheck( hecMESH, hecMAT, fstrPR%solution_type )
168 if( kstHEAT == fstrPR%solution_type ) then
/dports/math/libmesh/libmesh-1.6.2/examples/adjoints/adjoints_ex4/
H A Dadjoints_ex4.C96 std::string solution_type, // primal or adjoint solve in write_output() argument
100 libmesh_ignore(es, a_step, solution_type, param); in write_output()
108 file_name_gmv << solution_type in write_output()
135 file_name_exodus << solution_type << ".e"; in write_output()
/dports/math/libmesh/libmesh-1.6.2/examples/adjoints/adjoints_ex5/
H A Dadjoints_ex5.C123 std::string solution_type, // primal or adjoint solve in write_output() argument
127 libmesh_ignore(es, t_step, solution_type, param); in write_output()
135 file_name_gmv << solution_type in write_output()
161 file_name_exodus << solution_type << ".e"; in write_output()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dfstr_AddBC.f9096 if( fstr_is_contact_active() .and. fstrPARAM%solution_type == kstSTATIC &
143 if( fstr_is_contact_active() .and. fstrPARAM%solution_type == kstSTATIC &
H A Dfstr_solve_NLGEOM.f9098 … call fstr_static_Output( 1, 0, 0.d0, hecMESH, fstrSOLID, fstrPARAM, fstrPR%solution_type, .true. )
233 & fstrPR%solution_type, is_OutPoint )
/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_greis.c218 uint8_t solution_type; in greis_msg_PV() local
235 solution_type = getub(buf, 44); in greis_msg_PV()
247 if (solution_type > 0 && solution_type < 5) { in greis_msg_PV()
249 if (solution_type > 1) in greis_msg_PV()
269 solution_type); in greis_msg_PV()
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_inset.erl193 Help = solution_type(Mode,[{"[1] ",average},{" [2] ",along_edges}]),
199 Help = solution_type(Smallest,[{"[1] ",per_obj},{" [2] ",per_face}]),
207 Help = solution_type(Mode,[{"[1] ",average},{" [2] ",along_edges},
214 Help = solution_type(Mode,[{"[1] ",average},{" [2] ",along_edges}]),
219 solution_type(Mode, [{Num,Mode}|Rest]) -> function
220 Num ++ [{bold,string(Mode)}] ++ solution_type(Mode, Rest);
221 solution_type(Mode, [{Num,ModeTag}|Rest]) -> function
222 Num ++ string(ModeTag) ++ solution_type(Mode, Rest);
223 solution_type(_,[]) -> []. function
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/common/
H A Dfstr_setup.f90375 if( p%PARAM%solution_type==kstSTATIC .or. p%PARAM%solution_type==kstDYNAMIC ) then
381 else if( p%PARAM%solution_type==kstEIGEN ) then
383 else if( p%PARAM%solution_type==kstSTATICEIGEN ) then
830 if( p%PARAM%solution_type==kstSTATIC .and. P%PARAM%nlgeom ) then
868 if( p%PARAM%solution_type==kstSTATIC .or. p%PARAM%solution_type==kstDYNAMIC .or. &
869 p%PARAM%solution_type==kstEIGEN .or. p%PARAM%solution_type==kstSTATICEIGEN ) &
872 if( p%PARAM%solution_type == kstHEAT) then
1523 if( P%PARAM%solution_type == kstSTATIC &
1524 .or. P%PARAM%solution_type == kstEIGEN &
1525 .or. P%PARAM%solution_type == kstDYNAMIC &
[all …]
H A Dfstr_debug_dump.f9046 write(*,*) 'solution_type ',p%solution_type
/dports/math/libmesh/libmesh-1.6.2/examples/adjoints/adjoints_ex6/
H A Dadjoints_ex6.C99 std::string solution_type) // primal or adjoint solve in write_output() argument
105 file_name_gmv << solution_type in write_output()
/dports/security/py-ospd/ospd-21.4.4/tests/
H A Dhelper.py157 vt_id, solution, solution_type=None, solution_method=None argument
/dports/security/py-ospd-openvas/ospd-openvas-21.4.3/ospd_openvas/
H A Ddaemon.py858 solution_type: Optional[str] = None,
877 if solution_type:
878 _solution.set('type', solution_type)
/dports/security/py-ospd-openvas/ospd-openvas-21.4.3/tests/
H A Dtest_daemon.py342 solution_type = vt.get('solution_type')
348 solution_type,
/dports/games/gbrainy/gbrainy-2.4.3/src/Clients/Classical/
H A Dgbrainy.cs306 void UpdateSolution (string solution, GameDrawingArea.SolutionType solution_type) in UpdateSolution() argument
309 drawing_area.SolutionIcon = solution_type; in UpdateSolution()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/heat/
H A Dheat_echo.f9058 write(ILOG,*) 'solution_type ',p%solution_type

12