Home
last modified time | relevance | path

Searched refs:GridType (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DGridOperators.h82 typename GridType::Ptr
86 typename GridType::Ptr
90 typename GridType::Ptr
97 typename GridType::Ptr
168 typename GridType::Ptr
172 typename GridType::Ptr
176 typename GridType::Ptr
183 typename GridType::Ptr
196 typename GridType::Ptr
200 typename GridType::Ptr
[all …]
H A DMask.h28 template<typename GridType>
29 typename GridType::template ValueConverter<bool>::Type::Ptr
38 template<typename GridType>
45 template<typename GridType>
50 using GridValueT = typename GridType::ValueType; in doLevelSetInteriorMask()
61 template<typename GridType>
70 template<typename GridType>
79 template<typename GridType>
82 doInteriorMask(const GridType& grid, const double isovalue) in doInteriorMask()
103 template<typename GridType>
[all …]
H A DLevelSetRebuild.h42 template<class GridType>
43 typename GridType::Ptr
62 template<class GridType>
63 typename GridType::Ptr
84 typename GridType::Ptr
207 doLevelSetRebuild(const GridType& grid, typename GridType::ValueType iso, in doLevelSetRebuild()
208 typename GridType::ValueType exWidth, typename GridType::ValueType inWidth, in doLevelSetRebuild()
266 doLevelSetRebuild(const GridType&, typename GridType::ValueType /*isovalue*/, in doLevelSetRebuild() argument
282 typename GridType::Ptr
297 typename GridType::Ptr
[all …]
H A DLevelSetPlatonic.h47 typename GridType::Ptr
69 typename GridType::Ptr
94 typename GridType::Ptr
116 typename GridType::Ptr
140 typename GridType::Ptr
161 typename GridType::Ptr
185 typename GridType::Ptr
206 typename GridType::Ptr
230 typename GridType::Ptr
251 typename GridType::Ptr
[all …]
H A DLevelSetFracture.h87 bool isValidFragment(GridType&) const;
152 template<class GridType, class InterruptType>
160 template<class GridType, class InterruptType>
162 LevelSetFracture<GridType, InterruptType>::fracture(GridPtrList& grids, const GridType& cutter, in fracture()
172 GridType cutterGrid(*const_cast<GridType*>(&cutter), ShallowCopy()); in fracture()
182 GridType instCutterGrid; in fracture()
235 template<class GridType, class InterruptType>
237 LevelSetFracture<GridType, InterruptType>::isValidFragment(GridType& grid) const in isValidFragment()
264 template<class GridType, class InterruptType>
284 template<class GridType, class InterruptType>
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/quadrature/caching/
H A Dtwistutility.hh27 typedef Grid GridType; typedef
31 static int twistInSelf ( const GridType &, const Intersection & ) in twistInSelf()
38 static int twistInNeighbor ( const GridType &, const Intersection & ) in twistInNeighbor()
95 typedef AlbertaGrid<dim, dimW> GridType; typedef
101 static const int dimension = GridType::dimension;
105 static int twistInSelf ( const GridType &grid, const LeafIntersection &it ) in twistInSelf()
139 typedef ALUGrid< dim, dimw, elType, refineType, Comm > GridType; typedef
186 typedef UGGrid< dim > GridType; typedef
193 static int twistInSelf ( const GridType &grid, const LeafIntersection &it );
216 typedef GeometryGrid< HostGrid, CoordFunction, Allocator > GridType; typedef
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/python/
H A DpyGrid.h184 template<typename GridType>
192 return extractValueArg<GridType, typename GridType::ValueType>(
200 template<typename GridType>
202 copyGrid(GridType& grid) in copyGrid()
208 template<typename GridType>
224 template<typename GridType>
232 template<typename GridType>
993 GridType* mGrid;
1007 class CopyOp<GridType, /*VecSize=*/1>: public CopyOpBase<GridType>
1072 class CopyOp<GridType, /*VecSize=*/3>: public CopyOpBase<GridType>
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/3d/
H A Ddatahandle.hh68 enum { dimension = GridType::dimension };
69 const GridType & grid_;
186 enum { dimension = GridType::dimension };
187 const GridType & grid_;
326 enum { dim = GridType :: dimension };
405 enum { dim = GridType::dimension };
459 enum { dim = GridType::dimension };
539 enum { dim = GridType:: dimension };
674 GridType & grid_;
686 GatherScatterLoadBalance( GridType & grid, in GatherScatterLoadBalance()
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/test/
H A Dtest-adaptivity.cc15 template< class GridType >
16 void checkAdaptivity ( GridType &grid, int steps ) in checkAdaptivity()
63 Dune::GridPtr<GridType> gridPtr( "./dgf/cube-testgrid-2-2.dgf" ); in main()
64 GridType & grid = *gridPtr; in main()
73 Dune::GridPtr<GridType> gridPtr( "./dgf/simplex-testgrid-2-2.dgf" ); in main()
74 GridType & grid = *gridPtr; in main()
83 Dune::GridPtr<GridType> gridPtr( "./dgf/simplex-testgrid-2-2.dgf" ); in main()
84 GridType & grid = *gridPtr; in main()
94 GridType & grid = *gridPtr; in main()
104 GridType & grid = *gridPtr; in main()
[all …]
H A Dtest-alugrid.cc140 template <class GridType>
184 template <class GridType>
349 template <class GridType>
400 template <class GridType>
409 template <class GridType>
456 template <class GridType>
482 template <class GridType>
507 template <class GridType>
512 GridType* gr = new GridType(); in checkALUSerial()
571 if( GridType::dimension == GridType::dimensionworld ) in checkALUSerial()
[all …]
H A Dtest-iterators.cc43 template <int codim, class GridType>
44 void checkIteratorCodim(GridType & grid) in checkIteratorCodim()
46 typedef typename GridType::template Codim<codim>:: in checkIteratorCodim()
51 typedef typename GridType:: ctype ctype; in checkIteratorCodim()
66 Dune::FieldVector<ctype, GridType::dimension> in checkIteratorCodim()
80 template <class GridType>
81 void checkIntersections( GridType& grid ) in checkIntersections()
99 template <class GridType>
100 void checkIterators( GridType& grid ) in checkIterators()
119 template <class GridType>
[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/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DUT_VDBTools.h51 template<typename GridType>
52 void operator()(const GridType& inGrid) in operator()
54 typename GridType::Ptr outGrid = openvdb::gridPtrCast<GridType>(mOutGrid); in operator()
59 mTransformer.transformGrid<Sampler, GridType>(inGrid, *outGrid); in operator()
111 template<typename GridType>
112 void operator()(const GridType& inGrid) in operator()
114 typename GridType::Ptr outGrid = openvdb::gridPtrCast<GridType>(mOutGrid); in operator()
158 template<typename GridType>
159 void operator()(const GridType& inGrid) in operator()
161 typename GridType::Ptr outGrid = openvdb::gridPtrCast<GridType>(mOutGrid); in operator()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/test/unit/
H A Dpatchbuffertest.h14 typedef DisplacedGrid<int> GridType; typedef
15 typedef PatchBuffer<GridType, GridType> PatchBufferType;
20 baseGrid = GridType(dimensions, 0); in setUp()
25 testGrid1 = GridType(dimensions, 0); in setUp()
26 testGrid2 = GridType(dimensions, 0); in setUp()
109 GridType baseGrid;
110 GridType testGrid1;
111 GridType testGrid2;
112 GridType testGrid3;
113 GridType zeroGrid;
[all …]
H A Dpatchbufferfixedtest.h14 typedef DisplacedGrid<int> GridType; typedef
15 typedef PatchBufferFixed<GridType, GridType, 1> PatchBufferType;
21 baseGrid = GridType(dimensions, 0); in setUp()
28 testGrid1 = GridType(dimensions, 0); in setUp()
29 testGrid2 = GridType(dimensions, 0); in setUp()
88 GridType baseGrid;
89 GridType testGrid1;
90 GridType testGrid2;
91 GridType testGrid3;
92 GridType zeroGrid;
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/common/
H A Dgridfactory.hh69 template <class GridType>
75 static const int dimension = GridType::dimension;
78 enum {dimworld = GridType::dimensionworld};
81 typedef typename GridType::ctype ctype;
200 virtual std::unique_ptr<GridType> createGrid() = 0;
311 template <class GridType>
312 class GridFactory : public GridFactoryInterface<GridType> {
314 typedef GridFactoryInterface<GridType> Base;
317 enum {dimworld = GridType::dimensionworld};
320 typedef typename GridType::ctype ctype;
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/io/file/amiramesh/
H A Damirameshreader.cc18 template <class GridType>
146 template <class GridType>
147 void Dune::AmiraMeshReader<GridType>::createDomain(GridFactory<GridType>& factory, in createDomain()
188 template <class GridType>
230 template <class GridType>
231 void Dune::AmiraMeshReader<GridType>::read(GridType& grid, in read()
273 template <class GridType>
306 template <class GridType>
307 void Dune::AmiraMeshReader<GridType>::read(GridType& grid, in read()
342 template <class GridType>
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/utility/test/
H A Dpersistentcontainertest.cc32 template <class GridType>
33 bool test(GridType &grid) in test()
36 typedef Data<GridType::dimensionworld> DataType; in test()
37 PersistentContainer<GridType,DataType> container0(grid,0); in test()
38 PersistentContainer<GridType,DataType> container1(grid,1); in test()
39 PersistentContainer<GridType,DataType> container2(grid,2); in test()
44 typedef typename GridType::LeafGridView GridView; in test()
111 …auto refElement = Dune::referenceElement< typename GridType::ctype, GridType::dimension >( eit->ty… in test()
141 typedef YaspGrid<2> GridType; in main() typedef
146 GridType grid(Len,s,p,overlap); in main()
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/io/file/
H A Damirameshreader.hh29 template<class GridType>
32 using ctype = typename GridType::ctype;
35 enum {dim = GridType::dimension};
38 …static void createDomain(GridFactory<GridType>& factory, const std::shared_ptr<PSurfaceBoundary<di…
41 static void buildGrid(GridFactory<GridType>& factory, AmiraMesh* am);
44 static void build2dGrid(GridFactory<GridType>& factory, AmiraMesh* am);
56 static std::unique_ptr<GridType> read(const std::string& filename);
63 static void read(GridType& grid,
79 static std::unique_ptr<GridType> read(const std::string& filename,
92 static void read(GridType& grid,
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/
H A DGrid.h35 template<typename GridType>
36 inline typename GridType::Ptr createGrid(const typename GridType::ValueType& background);
42 template<typename GridType>
68 template<typename GridType>
1011 template<typename GridType>
1027 template<typename GridType>
1048 if (!grid || !grid->isType<GridType>()) return typename GridType::Ptr(); in deepCopyTypedGrid()
1057 if (!grid.isType<GridType>()) return typename GridType::Ptr(); in deepCopyTypedGrid()
1226 return ConstPtrCast<const GridType>(GridBase::grid<GridType>(grid));
1763 typename GridType::Ptr
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Dadaptationmanager.hh131 template <class GridType>
212 : public AdaptationMethod< GridType >,
215 typedef AdaptationMethod< GridType > BaseType;
564 GridType &grid_;
601 public LoadBalancer<GridType>,
605 typedef const GridType* KeyType;
615 typedef LoadBalancer<GridType> Base2Type;
793 using GridType = typename DiscreteFunctionSpaceType::GridType; typedef in Dune::Fem::hpDG::AdaptationManager
954 template <class GridType>
977 template <class GridType>
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degnative.h4 void InitGrid(struct GridType *grid);
5 void CreateExampleGrid(int dim,struct GridType **grids,int *nogrids,int info);
6 void SetElementDivision(struct GridType *grid,Real relh,int info);
7 void SetCellData(struct GridType *grid,struct CellType *cell,int info);
8 void CreateCells(struct GridType *grid,struct CellType **cell,int info);
18 void SetElementDivisionExtruded(struct GridType *grid,int info);
19 void SetElementDivisionCylinder(struct GridType *grid,int info);
21 int SaveElmergrid(struct GridType *grid,int nogrids,char *prefix,int info);
22 int LoadElmergrid(struct GridType **grid,int *nogrids,char *prefix,int info);
27 struct GridType *grid, int mode,int info);
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/plugins/
H A Degnative.h4 void InitGrid(struct GridType *grid);
5 void CreateExampleGrid(int dim,struct GridType **grids,int *nogrids,int info);
6 void SetElementDivision(struct GridType *grid,Real relh,int info);
7 void SetCellData(struct GridType *grid,struct CellType *cell,int info);
8 void CreateCells(struct GridType *grid,struct CellType **cell,int info);
18 void SetElementDivisionExtruded(struct GridType *grid,int info);
19 void SetElementDivisionCylinder(struct GridType *grid,int info);
21 int SaveElmergrid(struct GridType *grid,int nogrids,char *prefix,int info);
22 int LoadElmergrid(struct GridType **grid,int *nogrids,char *prefix,int info);
27 struct GridType *grid, int mode,int info);
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/
H A Dadaptiveleafgridpart.hh77 typedef typename Traits :: GridType GridType; typedef in Dune::Fem::AdaptiveGridPartBase
88 typedef typename GridType::LeafGridView LeafGridView;
118 explicit AdaptiveGridPartBase ( GridType &grid ) in AdaptiveGridPartBase()
236 typedef Grid GridType; typedef in Dune::Fem::AdaptiveLeafGridPartTraits
242 typedef TwistUtility< GridType > TwistUtilityType ;
307 typedef typename BaseType :: GridType GridType; typedef in Dune::Fem::AdaptiveLeafGridPart
310 explicit AdaptiveLeafGridPart ( GridType &grid ) in AdaptiveLeafGridPart()
314 AdaptiveLeafGridPart ( GridType &grid, const GridViewType* gridView ) in AdaptiveLeafGridPart()
320 AdaptiveLeafGridPart ( GridType& grid, const NoIndexSetType& dummy ) in AdaptiveLeafGridPart()
378 typedef typename BaseType :: GridType GridType; typedef in Dune::Fem::IntersectionAdaptiveLeafGridPart
[all …]
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/parallelgrid/
H A Dtwistutility.hh25 typedef ParallelGrid< HostGrid > GridType; typedef
26 typedef typename GridType::Traits::LeafIntersectionIterator LeafIntersectionIterator;
28 typedef typename GridType::Traits::LevelIntersectionIterator LevelIntersectionIterator;
31 static const int dimension = GridType::dimension;
38 static int twistInSelf ( const GridType &grid, const Intersection &it ) in twistInSelf()
41 GridType::getRealImplementation( it ).hostIntersection() ); in twistInSelf()
46 static int twistInNeighbor ( const GridType &grid, const Intersection &it ) in twistInNeighbor()
49 GridType::getRealImplementation( it ).hostIntersection() ); in twistInNeighbor()
59 … ::elementGeometry( GridType::getRealImplementation( intersection ).hostIntersection(), inside ); in elementGeometry()

12345678910>>...26