Home
last modified time | relevance | path

Searched refs:GEO (Results 1 – 25 of 1671) sorted by relevance

12345678910>>...67

/dports/math/geogram/geogram-1.7.7/src/tests/test_expansion_nt/CGAL/
H A DCGAL_expansion_nt.h26 namespace GEO {
32 const GEO::expansion_nt& px, in expansion_nt_side_of_oriented_sphere()
33 const GEO::expansion_nt& py, in expansion_nt_side_of_oriented_sphere()
34 const GEO::expansion_nt& pz, in expansion_nt_side_of_oriented_sphere()
35 const GEO::expansion_nt& qx, in expansion_nt_side_of_oriented_sphere()
36 const GEO::expansion_nt& qy, in expansion_nt_side_of_oriented_sphere()
37 const GEO::expansion_nt& qz, in expansion_nt_side_of_oriented_sphere()
38 const GEO::expansion_nt& rx, in expansion_nt_side_of_oriented_sphere()
39 const GEO::expansion_nt& ry, in expansion_nt_side_of_oriented_sphere()
40 const GEO::expansion_nt& rz, in expansion_nt_side_of_oriented_sphere()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/GLUP/shaders/
H A Dembedded_shaders.cpp11 GEO::GLSL::register_GLSL_include_file("GLUP/constants.h", in register_embedded_shaders_GLUP()
51 GEO::GLSL::register_GLSL_include_file("GLUP/defs.h", in register_embedded_shaders_GLUP()
117 GEO::GLSL::register_GLSL_include_file("GLUP/stdglup.h", in register_embedded_shaders_GLUP()
123 GEO::GLSL::register_GLSL_include_file("GLUP/fragment_shader_utils.h", in register_embedded_shaders_GLUP()
298 GEO::GLSL::register_GLSL_include_file("GLUP/fragment_ray_tracing.h", in register_embedded_shaders_GLUP()
350 GEO::GLSL::register_GLSL_include_file("GLUP/ShaderToy.h", in register_embedded_shaders_GLUP()
686 GEO::GLSL::register_GLSL_include_file("GLUPES/vertex_shader.h", in register_embedded_shaders_GLUP()
759 GEO::GLSL::register_GLSL_include_file("GLUPES/fragment_shader.h", in register_embedded_shaders_GLUP()
1034 GEO::GLSL::register_GLSL_include_file("GLUPGLSL/state.h", in register_embedded_shaders_GLUP()
1254 GEO::GLSL::register_GLSL_include_file("GLUPGLSL/vertex_shader.h", in register_embedded_shaders_GLUP()
[all …]
/dports/math/geogram/geogram-1.7.7/src/bin/geodump/
H A Dmain.cpp53 GEO::initialize(); in main()
61 GEO::InputGeoFile file(filenames[0]); in main()
66 GEO::Logger::out("GeoFile") in main()
73 GEO::Logger::out("GeoFile") in main()
91 GEO::Logger::out("GeoFile") in main()
112 GEO::Logger::out("GeoFile") in main()
114 GEO::Logger::out("GeoFile") in main()
121 GEO::Logger::out("GeoFile") in main()
123 GEO::Logger::out("GeoFile") in main()
125 GEO::Logger::out("GeoFile") in main()
[all …]
/dports/math/geogram/geogram-1.7.7/doc/devkit/
H A Dprogrammer.dox46 namespace GEO {
56 - GEO::Mesh
57 - GEO::mesh_load()
62 - GEO::get_bbox()
71 - GEO::Delaunay, GEO::Delaunay3d
74 - GEO::NearestNeighborSearch, GEO::KdTree
75 - GEO::MeshFacetsAABB, GEO::MeshCellsAABB
82 - Computer arithmetics: GEO::expansion, GEO::expansion_nt
84 - Processes: GEO::Process, GEO::parallel_for()
85 - Command line and logging: GEO::Logger, GEO::CmdLine, GEO::ProgressTask
[all …]
/dports/math/geogram/geogram-1.7.7/src/tutorial/01_basics/hello_geogram/
H A Dmain.cpp58 GEO::initialize(); in main()
61 GEO::CmdLine::import_arg_group("standard"); in main()
65 if(!GEO::CmdLine::parse( in main()
77 GEO::Logger::div("Command line"); in main()
82 GEO::Mesh M; in main()
85 GEO::Logger::div("Loading"); in main()
87 GEO::Stopwatch W("load"); in main()
88 if(!GEO::mesh_load(filenames[0], M)) { in main()
94 GEO::Logger::div("Saving"); in main()
96 GEO::Stopwatch W("save"); in main()
[all …]
/dports/math/geogram/geogram-1.7.7/src/tests/test_RVC/
H A Dmain.cpp63 using namespace GEO;
178 GEO::initialize(); in main()
181 GEO::CmdLine::import_arg_group("algo"); in main()
195 GEO::Mesh points; in main()
196 GEO::MeshIOFlags flags; in main()
197 flags.reset_element(GEO::MESH_FACETS); in main()
200 GEO::mesh_repair(points); in main()
210 GEO::Mesh dummy_mesh; in main()
216 GEO::RestrictedVoronoiDiagram_var RVD = in main()
219 GEO::Mesh cell; in main()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/lua/
H A Dlua_simple_application.cpp52 using namespace GEO;
64 result = GEO::SystemStopwatch::now() - t0; in ElapsedTime()
76 GEO::SimpleApplication* app = GEO::SimpleApplication::instance(); in ResetViewer()
82 t0 = GEO::SystemStopwatch::now(); in ResetViewer()
93 GEO::SimpleApplication* app = GEO::SimpleApplication::instance(); in ArcadeStyle()
123 GEO::SimpleApplication* app = GEO::SimpleApplication::instance(); in SetRegionOfInterest()
145 GEO::SimpleApplication* app = GEO::SimpleApplication::instance(); in GetRegionOfInterest()
166 GEO::lua_bindwrapper(L,LUAGLUPVIEWERImpl::ElapsedTime); in init_lua_simple_application()
167 GEO::lua_bindwrapper(L,LUAGLUPVIEWERImpl::ResetViewer); in init_lua_simple_application()
168 GEO::lua_bindwrapper(L,LUAGLUPVIEWERImpl::ArcadeStyle); in init_lua_simple_application()
[all …]
/dports/biology/mopac/mopac7-1.15/fortran/
H A Dgrid.f62 UMPY(1)=GEO(LPARA1,LATOM1)
63 UMPX(1)=GEO(LPARA2,LATOM2)
71 START1=GEO(LPARA1,LATOM1)
72 START2=GEO(LPARA2,LATOM2)
77 START2=GEO(LPARA2,LATOM2)
81 START1=GEO(LPARA1,LATOM1)
120 GEO(LPARA1,LATOM1)=CURRT1
121 GEO(LPARA2,LATOM2)=CURRT2
150 GEO(LPARA2,LATOM2)=GEO(LPARA2,LATOM2)+STEP2*IONE
152 GEO(LPARA1,LATOM1)=GEO(LPARA1,LATOM1)+STEP1
[all …]
H A Dgmetry.f1 SUBROUTINE GMETRY(GEO,COORD) argument
57 20 GEO(J,I)=GEO(J,I)-ERROR*GEOVEC(J,I)
63 30 COORD(I,J)=GEO(I,J)
70 COORD(1,2)=GEO(1,2)
74 CCOS=COS(GEO(2,3))
80 COORD(2,3)=GEO(1,3)*SIN(GEO(2,3))
83 COSA=COS(GEO(2,I))
171 SINA=SIN(GEO(2,I))
172 SIND=-SIN(GEO(3,I))
173 COSD=COS(GEO(3,I))
[all …]
H A Djcarin.f21 6 /GEOM / GEO(3,NUMATM), XCOORD(3,NUMATM) local
31 10 GEO(LOC(2,IVAR),LOC(1,IVAR))=XPARAM(IVAR)
41 CALL GMETRY (GEO,COORD)
44 30 GEO(LOC(2,IVAR),LOC(1,IVAR))=XPARAM(IVAR)
50 CALL GMETRY (GEO,COORD)
53 50 GEO(LOC(2,IVAR),LOC(1,IVAR))=XPARAM(IVAR)
57 CALL GMETRY (GEO,COORD)
70 CALL GMETRY (GEO,COORD)
80 80 GEO(LOC(2,IVAR),LOC(1,IVAR))=XPARAM(IVAR)
86 CALL GMETRY (GEO,COORD)
[all …]
H A Dgetgeo.f170 GEO(1,NATOMS) =READA(LINE,ISTART(2))
213 GEO(3,3)=0.D0
218 GEO(3,3)=0.D0
230 J=GEO(K,I)+0.4D0
239 GEO(2,L)=GEO(2,L)*CONST
240 100 GEO(3,L)=GEO(3,L)*CONST
258 IF(GEO(2,3).LT.10.AND.NATOMS.EQ.3)
263 IF(INT)GEO(2,2)=0
288 160 REACT(I,J)=GEO(I,J+1)-GEO(I,1)
342 210 XYZ(J,I)=GEO(J,I)
[all …]
H A Ddfpsav.f75 GEO(2,1)=0.D0
76 GEO(3,1)=0.D0
77 GEO(1,1)=0.D0
78 GEO(2,2)=0.D0
79 GEO(3,2)=0.D0
111 GEO(2,1)=0.D0
112 GEO(3,1)=0.D0
113 GEO(1,1)=0.D0
114 GEO(2,2)=0.D0
115 GEO(3,2)=0.D0
[all …]
H A Dxyzint.f1 SUBROUTINE XYZINT(XYZ,NUMAT,NA,NB,NC,DEGREE,GEO) argument
104 CALL BANGLE(XYZ,II,J,K,GEO(2,I))
105 GEO(2,I)=GEO(2,I)*DEGREE
138 CALL DIHED(XYZ,II,J,K,L,GEO(3,I))
139 GEO(3,I)=GEO(3,I)*DEGREE
143 GEO(1,1)=0.D0
144 GEO(2,1)=0.D0
145 GEO(3,1)=0.D0
146 GEO(2,2)=0.D0
147 GEO(3,2)=0.D0
[all …]
H A Dreact1.f107 GEOA(1,I)=GEO(1,I)
108 GEO(1,I)=X
110 GEOA(2,I)=GEO(2,I)
111 GEO(2,I)=X
113 GEOA(3,I)=GEO(3,I)
114 GEO(3,I)=X
130 CALL GMETRY(GEO,COORD)
142 GEO(1,J)=COORD(1,J)-SUMX
143 GEO(2,J)=COORD(2,J)-SUMY
144 40 GEO(3,J)=COORD(3,J)-SUMZ
[all …]
H A Dmakpol.f21 COMMON /GEOM / GEO(3,NUMATM), XCOORD(3,NUMATM) local
33 CALL GMETRY(GEO,COORD)
140 CALL XYZINT(COORD,LAST,NA,NB,NC,DEGREE,GEO)
150 XPARAM(NVAR+1)=GEO(1,NATOMS-1)
151 XPARAM(NVAR+2)=GEO(2,NATOMS-1)
152 XPARAM(NVAR+3)=GEO(3,NATOMS-1)
153 XPARAM(NVAR+4)=GEO(2,NATOMS)
154 XPARAM(NVAR+5)=GEO(3,NATOMS)
155 XPARAM(NVAR+6)=GEO(3,NATOMS+1)
157 XPARAM(NVAR+7)=GEO(1,NATOMS)
H A Dreadmo.f188 128 COORD(J,I)=GEO(J,I)
195 CALL XYZINT(COORD,NATOMS,NA,NB,NC,DEGREE,GEO)
199 130 GEO(J,I)=GEO(J,I)*DEGREE
242 GEO(J,I) = GEO(J,I) * CONVTR
315 REACT(1) = GEO(J,I)
323 XPARAM(NVAR) = GEO(J,I)
399 CALL GMETRY(GEO,COORD)
463 GEO(1,J)=COORD(1,J)-SUMX
464 GEO(2,J)=COORD(2,J)-SUMY
465 260 GEO(3,J)=COORD(3,J)-SUMZ
[all …]
/dports/math/geogram/geogram-1.7.7/src/tests/test_HLBFGS/
H A Dmain.cpp18 GEO::geo_argused(prev_x); in evalfunc_C()
33 GEO::geo_argused(x); in newiteration_C()
34 GEO::geo_argused(g); in newiteration_C()
43 GEO::geo_argused(prev_x); in evalfunc_h_C()
134 GEO::index_t iter, in newiteration()
137 GEO::geo_argused(iter); in newiteration()
138 GEO::geo_argused(x); in newiteration()
139 GEO::geo_argused(g); in newiteration()
213 GEO::HLBFGS_HessOptimizer* hess = in Optimize_by_HLBFGS()
229 GEO::initialize(); in main()
[all …]
/dports/math/geogram/geogram-1.7.7/src/tests/test_expansion_nt/
H A Dmain.cpp54 static void print(std::ostream& out, const GEO::expansion_nt& x) { in print()
58 for(GEO::index_t i=0; i<x.length(); ++i) { in print()
73 static void print(std::ostream& out, const GEO::rational_nt& x) { in print()
100 GEO::geo_argused(zzz); in compute()
104 << GEO::geo_sgn(r) << std::endl; in compute()
112 GEO::geo_argused(zzz); in compute2()
116 << GEO::geo_sgn(r) << std::endl; in compute2()
126 GEO::expansion::initialize(); in main()
132 compute(GEO::expansion_nt()); in main()
135 compute(GEO::rational_nt()); in main()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/
H A Dbasic.cpp44 GEO::FF_param GEO::HexdomParam::FF;
45 GEO::FF_param::FF_param() { rigid_border = true; } in FF_param()
51 GEO::FileSystem::flip_slashes(file); in plop_file()
52 …return GEO::FileSystem::base_name(file) + "." + GEO::FileSystem::extension(file) + ":" + GEO::Stri… in plop_file()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/localoperator/
H A Ddginteriorpenaltyparameter.hh32 template<typename GEO, typename IGEO, typename OGEO>
33 RF getFaceIP(const GEO& geo, const IGEO& igeo, const OGEO& ogeo) const in getFaceIP()
40 template<typename GEO, typename IGEO>
41 RF getFaceIP(const GEO& geo, const IGEO& igeo) const in getFaceIP()
69 template<typename GEO, typename IGEO, typename OGEO>
70 RF getFaceIP(const GEO& geo, const IGEO& igeo, const OGEO& ogeo) const in getFaceIP()
78 template<typename GEO, typename IGEO>
79 RF getFaceIP(const GEO& geo, const IGEO& igeo) const in getFaceIP()
/dports/math/geogram/geogram-1.7.7/src/examples/contrib/topopt/
H A Dmesh_primitives.h5 GEO::index_t create_cylinder_3d(double base, double top, double height, int slices, GEO::Mesh &M);
7 GEO::index_t create_arrow_3d(double base, double top, double h1, double h2, int slices, GEO::Mesh &…
9 GEO::index_t create_arrow_2d(double base, double top, double h1, double h2, GEO::Mesh &M);
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/voronoi/
H A Dgeneric_RVD_cell.cpp102 return GEO::PCK::side4_3d_SOS( in side_exact()
112 return GEO::PCK::side4_SOS( in side_exact()
149 return GEO::PCK::side3_SOS( in side_exact()
170 return GEO::PCK::side3_SOS( in side_exact()
192 return GEO::PCK::side2_SOS( in side_exact()
206 return GEO::PCK::side1_SOS( in side_exact()
297 GEO::vector<GEO::MeshHalfedges::Halfedge> v2h(mesh->vertices.nb()); in initialize_from_surface_mesh()
299 GEO::MeshHalfedges MH(*mesh); in initialize_from_surface_mesh()
350 GEO::vector<index_t> tri_to_v(max_t()); in convert_to_mesh()
362 GEO::Attribute<signed_index_t> facet_id; in convert_to_mesh()
[all …]
/dports/math/geogram/geogram-1.7.7/src/bin/pck/
H A Dmain.cpp54 GEO::initialize(); in main()
55 GEO::Logger::instance()->set_quiet(false); in main()
56 GEO::CmdLine::import_arg_group("standard"); in main()
58 if(!GEO::CmdLine::parse(argc, argv, filenames, "filename")) { in main()
62 GEO::Interpreter interpreter; in main()
65 GEO::Logger::err("I/O") << "Caught exception " << e.what() << std::endl; in main()
/dports/security/modsecurity3-apache/ModSecurity-apache-0.0.9-beta1-20-gf692ea99/tests/regression/target/
H A D00-targets.t528 ## GEO
531 # comment => "GEO (ip)",
543 # SecRule GEO:REGION "\@streq CA" "phase:2,log,pass,t:none"
548 # SecRule GEO:DMA_CODE "\@streq 825" "phase:2,log,pass,t:none"
552GEO:COUNTRY_CODE.*match "USA" at GEO:COUNTRY_CODE3.*match "United States" at GEO:COUNTRY_NAME.*mat…
563 # comment => "GEO (host)",
575 # SecRule GEO:REGION "\@streq CA" "phase:2,log,pass,t:none"
580 # SecRule GEO:DMA_CODE "\@streq 825" "phase:2,log,pass,t:none"
584GEO:COUNTRY_CODE.*match "USA" at GEO:COUNTRY_CODE3.*match "United States" at GEO:COUNTRY_NAME.*mat…
595 # comment => "GEO (failed lookup)",
[all …]
/dports/www/mod_security/modsecurity-2.9.3/tests/regression/target/
H A D00-targets.t549 ## GEO
552 # comment => "GEO (ip)",
564 # SecRule GEO:REGION "\@streq CA" "phase:2,log,pass,t:none"
569 # SecRule GEO:DMA_CODE "\@streq 825" "phase:2,log,pass,t:none"
573GEO:COUNTRY_CODE.*match "USA" at GEO:COUNTRY_CODE3.*match "United States" at GEO:COUNTRY_NAME.*mat…
584 # comment => "GEO (host)",
596 # SecRule GEO:REGION "\@streq CA" "phase:2,log,pass,t:none"
601 # SecRule GEO:DMA_CODE "\@streq 825" "phase:2,log,pass,t:none"
605GEO:COUNTRY_CODE.*match "USA" at GEO:COUNTRY_CODE3.*match "United States" at GEO:COUNTRY_NAME.*mat…
616 # comment => "GEO (failed lookup)",
[all …]

12345678910>>...67