Home
last modified time | relevance | path

Searched defs:GridType (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jung-kurt/gofpdf/
H A Dgrid.go71 x, y, w, h float64
74 xm, xb, ym, yb float64
76 xTicks, yTicks []float64
78 XLabelIn, YLabelIn bool
80 XLabelRotate bool
82 XTickStr, YTickStr TickFormatFncType
84 XDiv, YDiv int
86 xPrecision, yPrecision int
88 ClrText, ClrMain, ClrSub RGBAType
90 WdMain, WdSub float64
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/gofpdf-1.16.2/
H A Dgrid.go71 x, y, w, h float64
74 xm, xb, ym, yb float64
76 xTicks, yTicks []float64
78 XLabelIn, YLabelIn bool
80 XLabelRotate bool
82 XTickStr, YTickStr TickFormatFncType
84 XDiv, YDiv int
86 xPrecision, yPrecision int
88 ClrText, ClrMain, ClrSub RGBAType
90 WdMain, WdSub float64
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/
H A Dgrid.go71 x, y, w, h float64
74 xm, xb, ym, yb float64
76 xTicks, yTicks []float64
78 XLabelIn, YLabelIn bool
80 XLabelRotate bool
82 XTickStr, YTickStr TickFormatFncType
84 XDiv, YDiv int
86 xPrecision, yPrecision int
88 ClrText, ClrMain, ClrSub RGBAType
90 WdMain, WdSub float64
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/
H A Dboundaryidprovider.hh47 typedef AlbertaGrid< dim, dimW > GridType; typedef
85 typedef CacheItGrid< HostGrid > GridType; typedef
105 typedef CartesianGrid< HostGrid > GridType; typedef
125 typedef FilteredGrid< HostGrid > GridType; typedef
167 typedef IdGrid< HostGrid > GridType; typedef
186 typedef OneDGrid GridType; typedef
204 typedef ParallelGrid< HostGrid > GridType; typedef
244 typedef SPGrid< ct, dim, Strategy, Comm > GridType; typedef
262 typedef PolygonGrid< ct > GridType; typedef
296 typedef UGGrid< dim > GridType; typedef
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/plugins/
H A Degtypes.h55 layered,
73 ycells,
74 zcells,
96 int **zmaterialmap,zmaterialmapexists;
102 dy0,
103 dz0,
107 xzratio;
108 Real rotateradius1,rotateradius2,rotateimprove;
109 int rotate,rotateblocks,rotatecurve,rotatecartesian,mappings,
110 reduceordermatmin,reduceordermatmax;
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degtypes.h55 layered,
73 ycells,
74 zcells,
96 int **zmaterialmap,zmaterialmapexists;
102 dy0,
103 dz0,
107 xzratio;
108 Real rotateradius1,rotateradius2,rotateimprove;
109 int rotate,rotateblocks,rotatecurve,rotatecartesian,mappings,
110 reduceordermatmin,reduceordermatmax;
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/test/
H A Dtest-adaptivity.cc62 typedef Dune::ALUGrid< 2, 2, Dune::cube, Dune::nonconforming > GridType; in main() typedef
72 typedef Dune::ALUGrid< 2, 2, Dune::simplex, Dune::nonconforming > GridType; in main() typedef
82 typedef Dune::ALUGrid< 2, 2, Dune::simplex, Dune::conforming > GridType; in main() typedef
92 typedef Dune::ALUGrid< 3, 3, Dune::cube, Dune::nonconforming > GridType; in main() typedef
102 typedef Dune::ALUGrid< 3, 3, Dune::simplex, Dune::nonconforming > GridType; in main() typedef
112 typedef Dune::ALUGrid< 3, 3, Dune::simplex, Dune::conforming > GridType; in main() typedef
H A Dtest-threadsafety.cc23 typedef Dune::ALUGrid< 3, 3, Dune::cube, Dune::nonconforming, Dune::ALUGridNoComm > GridType; in main() typedef
33 typedef Dune::ALUGrid< 3, 3, Dune::cube, Dune::nonconforming, Dune::ALUGridNoComm > GridType; in main() typedef
H A Dtest-dgf.cc39 using GridType = Dune::ALUGrid<2, 3, Dune::cube, Dune::nonconforming>; in main() typedef
74 using GridType = Dune::ALUGrid<3, 3, Dune::simplex, Dune::conforming>; in main() typedef
H A Dtest-iterators.cc193 typedef Dune::ALUGrid< 2, 2, Dune::cube, Dune::nonconforming > GridType; in main() typedef
218 typedef Dune::ALUGrid< 2, 2, Dune::simplex, Dune::nonconforming > GridType; in main() typedef
244 typedef Dune::ALUGrid< 2, 2, Dune::simplex, Dune::conforming > GridType; in main() typedef
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/test/
H A Dissue-53-uggrid-intersections.cc120 using GridType = Dune::UGGrid<2>; in main() typedef
126 using GridType = Dune::UGGrid<2>; in main() typedef
134 using GridType = Dune::ALUGrid<2,2, Dune::cube, Dune::nonconforming>; in main() typedef
139 using GridType = Dune::ALUGrid<2,2, Dune::cube, Dune::nonconforming>; in main() typedef
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/common/
H A Dpersistentcontainer.hh26 typedef typename Base::Grid GridType; typedef in Dune::ALUGridPersistentContainer
48 typedef typename Base::Grid GridType; typedef in Dune::PersistentContainer
66 typedef typename Base::Grid GridType; typedef in Dune::PersistentContainer
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/io/test/parallel_mpi_1/
H A Dwritertest.h16 typedef typename Writer<CELL_TYPE>::GridType GridType; typedef
29 virtual void stepFinished(const GridType&, unsigned, WriterEvent) in stepFinished()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/quadrature/caching/
H A Dtwistutility.hh27 typedef Grid GridType; typedef
95 typedef AlbertaGrid<dim, dimW> GridType; typedef
139 typedef ALUGrid< dim, dimw, elType, refineType, Comm > GridType; typedef
186 typedef UGGrid< dim > GridType; typedef
216 typedef GeometryGrid< HostGrid, CoordFunction, Allocator > GridType; typedef
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/test/
H A Dtest-typededuction.cc13 using GridType = Dune::UGGrid<2>; typedef
16 using GridType = Dune::YaspGrid<2>; typedef
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/examples/quality/
H A Dgmsh2dgf.cc39 typedef typename GridSelector::GridType GridType; in main() typedef
41 typedef typename GridSelector::GridType GridType; in main() typedef
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestGridDescriptor.cc21 typedef FloatGrid GridType; in TEST_F() typedef
76 typedef FloatGrid GridType; in TEST_F() typedef
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/test/unit/
H A Dlinepointerneighborhoodtest.h139 typedef Grid<TestCell<2>, APITraits::SelectTopology<TestCell<2> >::Value> GridType; in test2DCubeTopologyTotal() typedef
177 typedef Grid<TestCell<3>, APITraits::SelectTopology<TestCell<3> >::Value> GridType; in test3DTorusTopologyTotal() typedef
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/io/test/parallel_mpi_2/
H A Dparallelmemorywritertest.h17 typedef ParentType::GridType GridType; typedef
44 typedef DisplacedGrid<TestCell<2>, Topology> GridType; typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/quadrature/caching/test/
H A Dcache_test.cc68 typedef UGGrid< dim > GridType; in prismTest() typedef
122 typedef ALUCubeGrid< 3, 3 > GridType; in hexaTest() typedef
171 typedef ALUSimplexGrid< 3, 3 > GridType; in tetraTest() typedef
219 typedef AlbertaGrid< dim > GridType; in triangleTest() typedef
266 typedef YaspGrid< dim > GridType; in quadTest() typedef
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/src/
H A Dbenchmark.cc86 using GridType = UGGrid<dim.value>; in main() typedef
102 using GridType = YaspGrid<dim.value>; in main() typedef
H A Dvtkwriter.cc82 using GridType = UGGrid<dim.value>; in main() typedef
97 using GridType = YaspGrid<dim.value>; in main() typedef
H A Dstructuredgridwriter.cc77 using GridType = YaspGrid<dim>; in write_yaspgrid() typedef
90 using GridType = SPGrid<double,dim, SPIsotropicRefinement>; in write_spgrid() typedef
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/src/test/
H A Dreader_writer_test.cc149 using GridType = UGGrid<dim.value>; in main() typedef
168 using GridType = Dune::ALUGrid<dim.value, dim.value, Dune::simplex, Dune::conforming>; in main() typedef
186 using GridType = YaspGrid<dim.value>; in main() typedef
/dports/math/dune-grid-glue/dune-grid-glue-17bd9898df80a52e2c316fc053119d190c149a2e/dune/grid-glue/test/
H A Doverlappingcouplingtest.cc50 using GridType = Dune::YaspGrid<dim, Dune::EquidistantOffsetCoordinates<double, dim> >; in testCubeGrids() typedef
107 using GridType = Dune::YaspGrid<dim, Dune::EquidistantOffsetCoordinates<double, dim> >; in testSimplexGrids() typedef
162 typedef UGGrid<dim> GridType; in testSimplexGridsUG() typedef
217 typedef UGGrid<dim> GridType; in testHybridGridsUG() typedef

12345678910>>...15