Home
last modified time | relevance | path

Searched refs:tesselation (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/graphics/ftgl/ftgl-2.4.0/test/
H A DFTTesselation-Test.cpp26 FTTesselation tesselation(1); in testAddPoint() local
30 tesselation.AddPoint(10, 3, 0.7); in testAddPoint()
31 tesselation.AddPoint(-53, 2000, 23); in testAddPoint()
32 tesselation.AddPoint(77, -2.4, 765); in testAddPoint()
37 tesselation.AddPoint(10, 3, -0.87); in testAddPoint()
39 tesselation.AddPoint(0.27, 44.4, 3000); in testAddPoint()
40 tesselation.AddPoint(10, 3, 0); in testAddPoint()
48 FTTesselation tesselation(1); in testGetPoint() local
52 tesselation.AddPoint(10, 3, 0.7); in testGetPoint()
53 tesselation.AddPoint(-53, 2000, 23); in testGetPoint()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_writer_helper.c280 && section->tesselation != NULL) { in _extra_vertex_get_gnum()
1265 if (section->tesselation != NULL) in fvm_writer_export_list()
1319 if (section->tesselation != NULL) { in fvm_writer_export_list()
1320 tesselation = section->tesselation; in fvm_writer_export_list()
1335 if (tesselation == NULL) in fvm_writer_export_list()
1345 if (tesselation != NULL) in fvm_writer_export_list()
1419 && section->tesselation != NULL) { in fvm_writer_count_extra_vertices()
1553 && section->tesselation != NULL) { in fvm_writer_extra_vertex_coords()
1988 const fvm_tesselation_t *tesselation = section->tesselation; in fvm_writer_field_helper_step_el() local
2050 fvm_tesselation_distribute(tesselation, in fvm_writer_field_helper_step_el()
[all …]
H A Dfvm_to_med.c581 && section->tesselation != NULL
641 && section->tesselation != NULL
649 fvm_tesselation_vertex_coords(section->tesselation,
1837 fvm_tesselation_get_global_size(section->tesselation,
2166 fvm_tesselation_get_global_size(section->tesselation,
2258 = fvm_tesselation_sub_elt_index(section->tesselation,
2392 fvm_tesselation_get_global_size(section->tesselation,
2408 fvm_tesselation_decode_g(section->tesselation,
2654 fvm_tesselation_distribute(section->tesselation,
2783 fvm_tesselation_get_global_size(section->tesselation,
[all …]
H A Dfvm_nodal.c246 new_section->tesselation = NULL; /* TODO: copy tesselation */ in _fvm_nodal_section_copy()
293 if ( this_section->tesselation == NULL in _fvm_nodal_section_reduce()
325 if (this_section->tesselation != NULL) in _fvm_nodal_section_reduce()
326 fvm_tesselation_reduce(this_section->tesselation); in _fvm_nodal_section_reduce()
732 if (this_section->tesselation != NULL) in _fvm_nodal_section_dump()
733 fvm_tesselation_dump(this_section->tesselation); in _fvm_nodal_section_dump()
836 this_section->tesselation = NULL; in fvm_nodal_section_create()
880 if (this_section->tesselation != NULL) in fvm_nodal_section_destroy()
881 fvm_tesselation_destroy(this_section->tesselation); in fvm_nodal_section_destroy()
2317 section->tesselation = fvm_tesselation_create(type, in fvm_nodal_tesselate()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_irrlicht/
H A DChIrrMeshTools.h46 …iIrr irr::scene::IMesh* createCylinderMesh(irr::f32 radius, irr::f32 height, irr::u32 tesselation);
58 …TruncatedConeMesh(irr::f32 radius_top, irr::f32 radius_low, irr::f32 height, irr::u32 tesselation);
63 …iIrr irr::scene::IMesh* createConeMesh(irr::f32 radius_low, irr::f32 height, irr::u32 tesselation);
H A DChIrrMeshTools.cpp334 IMesh* createConeMesh(f32 radius, f32 length, u32 tesselation) { in createConeMesh() argument
335 return createTruncatedConeMesh(0, radius, length, tesselation); in createConeMesh()
341 IMesh* createCylinderMesh(f32 radius, f32 length, u32 tesselation) { in createCylinderMesh() argument
342 return createTruncatedConeMesh(radius, radius, length, tesselation); in createCylinderMesh()
544 const f32 recTesselation = irr::core::reciprocal((f32)tesselation); in createTruncatedConeMesh()
556 for (i = 0; i <= tesselation; ++i) { in createTruncatedConeMesh()
577 for (i = 0; i < tesselation * 2; i += 2) { in createTruncatedConeMesh()
591 for (i = 0; i <= tesselation; ++i) { in createTruncatedConeMesh()
614 for (i = 0; i < tesselation; ++i) { in createTruncatedConeMesh()
625 for (i = 0; i <= tesselation; ++i) { in createTruncatedConeMesh()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/doc/user/
H A Dcosmo.tex131 The next three parameters define the tesselation of the unit sphere.
133 A very fine tesselation is generated from \verb+maxbem+ refining
135 boundary elements created with the fine tesselation are condensed
136 down to a coarser tesselation based on \verb+minbem+. The induced
138 the centers of the coarser tesselation. Default values are
140 select the original tesselation, ``{\tt ificos 0}'' for an octahedron
142 yields a somewhat finer tesselation that converges somewhat faster.
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/doc/user/
H A Dcosmo.tex131 The next three parameters define the tesselation of the unit sphere.
133 A very fine tesselation is generated from \verb+maxbem+ refining
135 boundary elements created with the fine tesselation are condensed
136 down to a coarser tesselation based on \verb+minbem+. The induced
138 the centers of the coarser tesselation. Default values are
140 select the original tesselation, ``{\tt ificos 0}'' for an octahedron
142 yields a somewhat finer tesselation that converges somewhat faster.
/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dwpc_obj.erl84 Tesselation = proplists:get_value(tesselation, Attr, none),
87 Ps = [{tesselation,Tesselation},{subdivisions,SubDivs},
115 wpa:dialog_template(?MODULE, tesselation),
H A Dwpc_bzw.erl87 Tesselation = proplists:get_value(tesselation, Attr, none),
89 Ps = [{tesselation,Tesselation},{subdivisions,SubDivs},
118 wpa:dialog_template(?MODULE, tesselation),
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGeometryCreator.h43 IMesh* createCylinderMesh(f32 radius, f32 length, u32 tesselation,
47 IMesh* createConeMesh(f32 radius, f32 length, u32 tesselation,
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCGeometryCreator.h43 IMesh* createCylinderMesh(f32 radius, f32 length, u32 tesselation,
47 IMesh* createConeMesh(f32 radius, f32 length, u32 tesselation,
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Documentation/commands/_descriptions/
H A Dmap-volume.rst5 The input is either a piecewise linear complex (PLC), i.e., a tesselation of the surface,
6 or a tesselation of the shape's volume such as a tetrahedral mesh generated from a PLC.
H A Dcalculate-volume-map.rst5 The input is either a piecewise linear complex (PLC), i.e., a tesselation of the surface,
6 or a tesselation of the shape's volume such as a tetrahedral mesh generated from a PLC.
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Documentation/commands/_summaries/
H A Dcalculate-volume-map.rst6 The input is either a piecewise linear complex (PLC), i.e., a tesselation of the surface,
7 or a tesselation of the shape's volume such as a tetrahedral mesh generated from a PLC.
H A Dmap-volume.rst6 The input is either a piecewise linear complex (PLC), i.e., a tesselation of the surface,
7 or a tesselation of the shape's volume such as a tetrahedral mesh generated from a PLC.
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/internals/
H A Dreader.h73 REAL tesselation; /* tesselation tolerance */ member
80 …{ bezier_curves = 0; type = _type; tesselation = 0; method = 0; next = 0; used = 0; save = 0; owne… in O_nurbscurve()
/dports/math/R-cran-deldir/deldir/inst/
H A DREAD_ME2 This package computes and plots the Dirichlet (Voronoi) tesselation
6 The tesselation is constructed with respect to the whole plane
86 The tesselation/triangulation is made to be
93 (2) The tesselation/triangulation is also enclosed in a finite
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DIGeometryCreator.h135 u32 tesselation,
149 virtual IMesh* createConeMesh(f32 radius, f32 length, u32 tesselation,
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DIGeometryCreator.h135 u32 tesselation,
149 virtual IMesh* createConeMesh(f32 radius, f32 length, u32 tesselation,
/dports/science/lammps/lammps-stable_29Sep2021/src/VORONOI/
H A DREADME2 calculates a Voronoi tesselation of the system.
5 compute the tesselation locally on each processor. Voro++ was
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/VORONOI/
H A DREADME2 calculates a Voronoi tesselation of the system.
5 compute the tesselation locally on each processor.
/dports/games/palapeli/palapeli-21.12.3/slicers/goldberg/
H A DREADME55 The Cairo tesselation is rather hard to puzzle, since the pieces fit together in an unfamiliar mann…
73 This setting has no effect when using the irregular tesselation.
120 applies only to irregular tesselation, and determines how much the piece size varies.
/dports/graphics/aloadimage/arcan-0.6.1/tests/regression/heightmap/
H A DHEIGHTMAP3 plane tesselation, wireframe rendering mode, fbo- clear color and wireframe
/dports/sysutils/acfgfs/arcan-0.6.1/tests/regression/heightmap/
H A DHEIGHTMAP3 plane tesselation, wireframe rendering mode, fbo- clear color and wireframe

12345678910>>...15