Home
last modified time | relevance | path

Searched refs:hexa (Results 1 – 25 of 1487) sorted by relevance

12345678910>>...60

/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/3d/
H A Diterator.cc530 template class ALU3dGridIntersectionIterator< const ALU3dGrid< 3, 3, hexa, ALUGridNoComm > >;
536 template class ALU3dGridHierarchicIterator< const ALU3dGrid< 3, 3, hexa, ALUGridNoComm > >;
646 template class ALU3dGridIntersectionIterator< const ALU3dGrid< 3, 3, hexa, ALUGridMPIComm > >;
652 template class ALU3dGridHierarchicIterator< const ALU3dGrid< 3, 3, hexa, ALUGridMPIComm > >;
737 template class ALU3dGridIntersectionIterator< const ALU3dGrid< 2, 3, hexa, ALUGridNoComm > >;
743 template class ALU3dGridHierarchicIterator< const ALU3dGrid< 2, 3, hexa, ALUGridNoComm > >;
828 template class ALU3dGridIntersectionIterator< const ALU3dGrid< 2, 3, hexa, ALUGridMPIComm > >;
835 template class ALU3dGridHierarchicIterator< const ALU3dGrid< 2, 3, hexa, ALUGridMPIComm > >;
919 template class ALU3dGridIntersectionIterator< const ALU3dGrid< 2, 2, hexa, ALUGridNoComm > >;
926 template class ALU3dGridHierarchicIterator< const ALU3dGrid< 2, 2, hexa, ALUGridNoComm > >;
[all …]
H A Dtopology.cc13 const int ElementTopologyMapping<hexa>::
64 const int ElementTopologyMapping<hexa>::
69 const int ElementTopologyMapping<hexa>::
300 int FaceTopologyMapping<hexa>::
315 int FaceTopologyMapping<hexa>::
336 const int FaceTopologyMapping<hexa>::
346 const int FaceTopologyMapping<hexa>::
354 const int FaceTopologyMapping<hexa>::
364 const int FaceTopologyMapping<hexa>::
372 const int FaceTopologyMapping<hexa>::
[all …]
H A Dfaceutility.cc40 typedef FaceTopologyMapping< hexa > FaceTopo; in buildSurfaceMapping()
132 template struct ALU3dGridSurfaceMappingFactory< 2,2,hexa, ALUGridNoComm >;
135 template class ALU3dGridGeometricFaceInfoBase< 2,2,hexa, ALUGridNoComm >;
138 template struct ALU3dGridSurfaceMappingFactory< 2,2,hexa, ALUGridMPIComm >;
141 template class ALU3dGridGeometricFaceInfoBase< 2,2,hexa, ALUGridMPIComm >;
144 template struct ALU3dGridSurfaceMappingFactory< 2,3,hexa, ALUGridNoComm >;
147 template class ALU3dGridGeometricFaceInfoBase< 2,3,hexa, ALUGridNoComm >;
153 template class ALU3dGridGeometricFaceInfoBase< 2,3,hexa, ALUGridMPIComm >;
156 template struct ALU3dGridSurfaceMappingFactory< 3,3,hexa, ALUGridNoComm >;
159 template class ALU3dGridGeometricFaceInfoBase< 3,3,hexa, ALUGridNoComm >;
[all …]
H A Dentity_imp.cc815 template ALU3dGrid< 2, 2, hexa, ALUGridNoComm > :: Traits :: Codim< 0 > :: Entity
820 template ALU3dGrid< 2, 2, hexa, ALUGridNoComm > :: Traits :: Codim< 1 > :: Entity
825 template ALU3dGrid< 2, 2, hexa, ALUGridNoComm > :: Traits :: Codim< 2 > :: Entity
844 template ALU3dGrid< 2, 2, hexa, ALUGridMPIComm > :: Traits :: Codim< 0 > :: Entity
873 template ALU3dGrid< 2, 3, hexa, ALUGridNoComm > :: Traits :: Codim< 0 > :: Entity
878 template ALU3dGrid< 2, 3, hexa, ALUGridNoComm > :: Traits :: Codim< 1 > :: Entity
883 template ALU3dGrid< 2, 3, hexa, ALUGridNoComm > :: Traits :: Codim< 2 > :: Entity
934 template ALU3dGrid< 3, 3, hexa, ALUGridNoComm > :: Traits :: Codim< 0 > :: Entity
939 template ALU3dGrid< 3, 3, hexa, ALUGridNoComm > :: Traits :: Codim< 1 > :: Entity
944 template ALU3dGrid< 3, 3, hexa, ALUGridNoComm > :: Traits :: Codim< 2 > :: Entity
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/impl/serial/
H A Dghost_elements.cc280 hexa->myvertex(7) in ~MacroGhostHexa()
284 hexa->myhedge(0), in ~MacroGhostHexa()
285 hexa->myhedge(1), in ~MacroGhostHexa()
286 hexa->myhedge(2), in ~MacroGhostHexa()
287 hexa->myhedge(3), in ~MacroGhostHexa()
288 hexa->myhedge(4), in ~MacroGhostHexa()
289 hexa->myhedge(5), in ~MacroGhostHexa()
290 hexa->myhedge(6), in ~MacroGhostHexa()
291 hexa->myhedge(7), in ~MacroGhostHexa()
292 hexa->myhedge(8), in ~MacroGhostHexa()
[all …]
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_Drawable_std.py11 hexa = ot.Drawable.ConvertFromRGB(31, 63, 127) variable
12 assert hexa == '#1f3f7f'
14 hexa = ot.Drawable.ConvertFromRGB(0.1, 0.2, 0.3) variable
15 assert hexa == '#1a334d'
17 hexa = ot.Drawable.ConvertFromRGBA(31, 63, 127, 191) variable
18 assert hexa == '#1f3f7fbf'
20 hexa = ot.Drawable.ConvertFromRGBA(0.1, 0.2, 0.3, 0.4) variable
21 assert hexa == '#1a334d66'
23 hexa = ot.Drawable.ConvertFromHSV(215.0, 0.2, 0.3) variable
24 assert hexa == '#3d444d'
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/quadrature/caching/
H A Dtopology.cc16 int FaceTopologyMapping<hexa>::
31 int FaceTopologyMapping<hexa>::
52 const int FaceTopologyMapping<hexa>::
53 alu2duneTwist_[ 2 * EntityCount<hexa>::numVerticesPerFace] = {};
62 const int FaceTopologyMapping<hexa>::
70 const int FaceTopologyMapping<hexa>::
80 const int FaceTopologyMapping<hexa>::
88 const int FaceTopologyMapping<hexa>::
89 dune2aluEdge_[EntityCount<hexa>::numEdgesPerFace] = {0, 2, 3, 1};
96 const int FaceTopologyMapping<hexa>::
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dhexa.c39 VIDEO_START( hexa );
40 VIDEO_UPDATE( hexa );
66 INPUT_PORTS_START( hexa )
138 static MACHINE_DRIVER_START( hexa )
156 MDRV_VIDEO_START(hexa) in MDRV_CPU_MEMORY()
157 MDRV_VIDEO_UPDATE(hexa) in MDRV_CPU_MEMORY()
170 ROM_START( hexa ) in MDRV_CPU_MEMORY()
188 static DRIVER_INIT( hexa ) in MDRV_CPU_MEMORY()
203 GAME( 1986?, hexa, 0, hexa, hexa, hexa, ROT0, "D. R. Korea", "Hexa" )
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dhexa.c39 VIDEO_START( hexa );
40 VIDEO_UPDATE( hexa );
66 INPUT_PORTS_START( hexa )
138 static MACHINE_DRIVER_START( hexa )
156 MDRV_VIDEO_START(hexa) in MDRV_CPU_MEMORY()
157 MDRV_VIDEO_UPDATE(hexa) in MDRV_CPU_MEMORY()
170 ROM_START( hexa ) in MDRV_CPU_MEMORY()
188 static DRIVER_INIT( hexa ) in MDRV_CPU_MEMORY()
203 GAME( 1986?, hexa, 0, hexa, hexa, hexa, ROT0, "D. R. Korea", "Hexa" )
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dvprintf_variation14_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
10 * Test vprintf() when different hexa formats and non-hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
16 // defining array of different hexa formats
24 // Arrays of non hexa values for the format defined in $format.
25 // Each sub array contains non hexa values which correspond to each format in $format
65 // looping to test vprintf() with different hexa formats from the above $format array
66 // and with non-hexa values from the above $args_array array
79 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvprintf_variation14.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
10 * Test vprintf() when different hexa formats and non-hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
16 // defining array of different hexa formats
24 // Arrays of non hexa values for the format defined in $format.
25 // Each sub array contains non hexa values which correspond to each format in $format
65 // looping to test vprintf() with different hexa formats from the above $format array
66 // and with non-hexa values from the above $args_array array
79 *** Testing vprintf() : hexa formats and non-hexa values ***
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dvprintf_variation14.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
10 * Test vprintf() when different hexa formats and non-hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
16 // defining array of different hexa formats
24 // Arrays of non hexa values for the format defined in $format.
25 // Each sub array contains non hexa values which correspond to each format in $format
65 // looping to test vprintf() with different hexa formats from the above $format array
66 // and with non-hexa values from the above $args_array array
79 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvprintf_variation14_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
10 * Test vprintf() when different hexa formats and non-hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
16 // defining array of different hexa formats
24 // Arrays of non hexa values for the format defined in $format.
25 // Each sub array contains non hexa values which correspond to each format in $format
65 // looping to test vprintf() with different hexa formats from the above $format array
66 // and with non-hexa values from the above $args_array array
79 *** Testing vprintf() : hexa formats and non-hexa values ***
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dvprintf_variation14_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
10 * Test vprintf() when different hexa formats and non-hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
16 // defining array of different hexa formats
24 // Arrays of non hexa values for the format defined in $format.
25 // Each sub array contains non hexa values which correspond to each format in $format
65 // looping to test vprintf() with different hexa formats from the above $format array
66 // and with non-hexa values from the above $args_array array
79 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvprintf_variation14.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
10 * Test vprintf() when different hexa formats and non-hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
16 // defining array of different hexa formats
24 // Arrays of non hexa values for the format defined in $format.
25 // Each sub array contains non hexa values which correspond to each format in $format
65 // looping to test vprintf() with different hexa formats from the above $format array
66 // and with non-hexa values from the above $args_array array
79 *** Testing vprintf() : hexa formats and non-hexa values ***
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dvprintf_variation14.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
10 * Test vprintf() when different hexa formats and non-hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
16 // defining array of different hexa formats
24 // Arrays of non hexa values for the format defined in $format.
25 // Each sub array contains non hexa values which correspond to each format in $format
65 // looping to test vprintf() with different hexa formats from the above $format array
66 // and with non-hexa values from the above $args_array array
79 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvprintf_variation14_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
10 * Test vprintf() when different hexa formats and non-hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
16 // defining array of different hexa formats
24 // Arrays of non hexa values for the format defined in $format.
25 // Each sub array contains non hexa values which correspond to each format in $format
65 // looping to test vprintf() with different hexa formats from the above $format array
66 // and with non-hexa values from the above $args_array array
79 *** Testing vprintf() : hexa formats and non-hexa values ***
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dvsprintf_variation14.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vsprintf() with different hexa formats from the above $format array
71 // and with non-hexa values from the above $args_array array
83 *** Testing vsprintf() : hexa formats and non-hexa values ***
H A Dvprintf_variation14.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vprintf() with different hexa formats from the above $format array
71 // and with non-hexa values from the above $args_array array
85 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvsprintf_variation14_64bit.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vsprintf() with different hexa formats from the above $format array
71 // and with non-hexa values from the above $args_array array
83 *** Testing vsprintf() : hexa formats and non-hexa values ***
H A Dvprintf_variation14_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vprintf() with different hexa formats from the above $format array
71 // and with non-hexa values from the above $args_array array
85 *** Testing vprintf() : hexa formats and non-hexa values ***
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dvprintf_variation14.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vprintf() with different hexa formats from the above $format array
71 // and with non-hexa values from the above $args_array array
85 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvprintf_variation14_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vprintf() with different hexa formats from the above $format array
71 // and with non-hexa values from the above $args_array array
85 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvsprintf_variation14.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vsprintf() with different hexa formats from the above $format array
71 // and with non-hexa values from the above $args_array array
83 *** Testing vsprintf() : hexa formats and non-hexa values ***
H A Dvsprintf_variation14_64bit.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vsprintf() with different hexa formats from the above $format array
71 // and with non-hexa values from the above $args_array array
83 *** Testing vsprintf() : hexa formats and non-hexa values ***

12345678910>>...60