- Member Dune::CommDataHandleIF< DataHandleImp, DataTypeImp >::fixedsize (int dim, int codim) const
- This method (with the lower-case 's') is deprecated. Use 'fixedSize' instead!
- Member Dune::GridFactoryInterface< GridType >::insertElement ([[maybe_unused]] const GeometryType &type, [[maybe_unused]] const std::vector< unsigned int > &vertices, [[maybe_unused]] const std::shared_ptr< VirtualFunction< FieldVector< ctype, dimension >, FieldVector< ctype, dimworld > > > &elementParametrization)
- [After Dune 2.7] VirtualFunction is deprecated, use the overload taking a std::function instead
- Class Dune::LeafMultipleCodimMultipleGeomTypeMapper< G >
- Use MultipleCodimMultipleGeomTypeMapper instead
- Class Dune::LeafSingleCodimSingleGeomTypeMapper< G, c >
- Use SingleCodimSingleGeomTypeMapper instead
- Class Dune::LevelMultipleCodimMultipleGeomTypeMapper< G >
- Use MultipleCodimMultipleGeomTypeMapper instead
- Class Dune::LevelSingleCodimSingleGeomTypeMapper< G, c >
- Use SingleCodimSingleGeomTypeMapper instead
- Member Dune::VTKWriter< GridView >::addCellData (F &&f, VTK::FieldInfo vtkFieldInfo)
- f may also be a VTKFunction object, but you are strongly discouraged from using VTKFunctions.
- Member Dune::VTKWriter< GridView >::addVertexData (F &&f, VTK::FieldInfo vtkFieldInfo)
- f may also be a VTKFunction object, but you are strongly discouraged from using VTKFunctions.