Dune 44 include/grid.h return Dune::GridSelector::dimgrid; Dune 47 include/grid.h return Dune::GridSelector::dimworld; Dune 54 include/grid.h : public Dune:: Dune 58 include/grid.h using Base = Dune::AnalyticalCoordFunction Dune 73 include/grid.h void set_timeProvider(const Dune::Fem::TimeProviderBase&); Dune 85 include/grid.h using Host_grid = Dune::GridSelector::GridType; Dune 87 include/grid.h using Grid = Dune::GeometryGrid<Host_grid, Deformation>; Dune 90 include/grid.h = Dune::Fem::AdaptiveLeafGridPart<Grid, Dune::InteriorBorder_Partition>; Dune 92 include/grid.h using Function_space = Dune::Fem:: Dune 95 include/grid.h using FE_space = Dune::Fem:: Dune 98 include/grid.h using Vec_Function_space = Dune::Fem:: Dune 101 include/grid.h using Vec_FE_space = Dune::Fem:: Dune 118 include/grid.h Dune::Fem::TimeProviderBase& time_provider(); Dune 120 include/grid.h const Dune::Fem::TimeProviderBase& time_provider() const; Dune 141 include/grid.h = Dune::Fem::ISTLBlockVectorDiscreteFunction<Grid_and_time::FE_space>; Dune 167 include/grid.h = Dune::Fem::AdaptiveDiscreteFunction<Grid_and_time::Vec_FE_space>; Dune 4 old_code/2015linfty/2015linfty.cpp Dune::Fem::MPIManager::initialize(argc, argv); Dune 6 old_code/2015linfty/2015linfty.cpp Dune::Fem::Parameter::append(argc, argv); Dune 8 old_code/2015linfty/2015linfty.cpp Dune::Fem::Parameter::append(argv[i]); Dune 9 old_code/2015linfty/2015linfty.cpp Dune::Fem::Parameter::append("../data/parameter"); Dune 15 old_code/2015linfty/2015linfty.cpp catch( const Dune::Exception& e ) Dune 38 old_code/2015linfty/backup_dune_heat_algo.hpp public Dune::Fem:: Dune 39 old_code/2015linfty/backup_dune_heat_algo.hpp LocalParameter<Dune::Fem::DataOutputParameters, DataOutputParameters> { Dune 60 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Dune 62 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Dune 64 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Dune 69 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::IOInterface::defaultGridKey( GridType::dimension ); Dune 71 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue< std::string >( gridkey ); Dune 72 old_code/2015linfty/backup_dune_heat_algo.hpp if( Dune::Fem::MPIManager::rank() == 0 ) Dune 74 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::GridPtr< HostGridType > hostGrid {gridfile}; Dune 86 old_code/2015linfty/backup_dune_heat_algo.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", Dune 89 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Dune 117 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Dune 135 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>( "heat.solvereps", 1e-8 ); Dune 212 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Dune 214 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Dune 216 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Dune 221 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::IOInterface::defaultGridKey(GridType::dimension); Dune 223 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<std::string>(gridkey); Dune 224 old_code/2015linfty/backup_dune_heat_algo.hpp if(Dune::Fem::MPIManager::rank() == 0) Dune 226 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::GridPtr<HostGridType> hostGrid {gridfile}; Dune 238 old_code/2015linfty/backup_dune_heat_algo.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", Dune 241 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Dune 262 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Dune 280 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>( "heat.solvereps", 1e-8 ); Dune 364 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Dune 366 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Dune 368 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Dune 373 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.bdf", 1); Dune 379 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::IOInterface::defaultGridKey( GridType::dimension ); Dune 381 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue< std::string >( gridkey ); Dune 382 old_code/2015linfty/backup_dune_heat_algo.hpp if( Dune::Fem::MPIManager::rank() == 0 ) Dune 384 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::GridPtr< HostGridType > hostGrid {gridfile}; Dune 396 old_code/2015linfty/backup_dune_heat_algo.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", Dune 399 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Dune 442 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>( "heat.solvereps", 1e-8 ); Dune 450 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Dune 38 old_code/2015linfty/dune_heat_algorithm.hpp public Dune::Fem:: Dune 39 old_code/2015linfty/dune_heat_algorithm.hpp LocalParameter<Dune::Fem::DataOutputParameters, DataOutputParameters> { Dune 61 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Dune 63 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Dune 65 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Dune 70 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue<double>("heat.bdf", 1); Dune 85 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::IOInterface::defaultGridKey( GridType::dimension ); Dune 87 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue< std::string >( gridkey ); Dune 88 old_code/2015linfty/dune_heat_algorithm.hpp if( Dune::Fem::MPIManager::rank() == 0 ) Dune 90 old_code/2015linfty/dune_heat_algorithm.hpp Dune::GridPtr< HostGridType > hostGrid {gridfile}; Dune 99 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Dune 128 old_code/2015linfty/dune_heat_algorithm.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", Dune 136 old_code/2015linfty/dune_heat_algorithm.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Dune 151 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue<double>("heat.solvereps", 1e-8); Dune 21 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::GridSelector::GridType HostGridType; Dune 22 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::GeometryGrid< HostGridType, DeformationCoordFunction > GridType; Dune 29 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::AdaptiveLeafGridPart< GridType, Dune::InteriorBorder_Partition > GridPartType; Dune 30 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::FunctionSpace< double, double, GridType::dimensionworld, 1 > FunctionSpaceType; Dune 32 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::L2Norm< GridPartType > L2NormType; Dune 33 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::H1Norm< GridPartType > H1NormType; Dune 39 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::LagrangeDiscreteFunctionSpace< FunctionSpaceType, GridPartType, POLORDER > DiscreteFunctionSpaceType; Dune 42 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpaceType > DiscreteFunctionType; Dune 45 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::CGInverseOperator< DiscreteFunctionType > LinearInverseOperatorType; Dune 48 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::LagrangeInterpolation< DiscreteFunctionType > InterpolationType; Dune 60 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::tuple< DiscreteFunctionType* > IOTupleType; Dune 62 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::DataOutput< GridType, IOTupleType > DataOutputType; Dune 55 old_code/tumor_growth/heat.cc Dune::Fem::MPIManager::initialize(argc, argv); Dune 58 old_code/tumor_growth/heat.cc Dune::Fem::Parameter::append(argc, argv); Dune 60 old_code/tumor_growth/heat.cc Dune::Fem::Parameter::append(argv[i]); Dune 61 old_code/tumor_growth/heat.cc Dune::Fem::Parameter::append("../data/parameter"); Dune 71 old_code/tumor_growth/heat.cc catch( const Dune::Exception& e ) Dune 38 old_code/tumor_growth/tumor_code.h public Dune::Fem:: Dune 39 old_code/tumor_growth/tumor_code.h LocalParameter<Dune::Fem::DataOutputParameters, DataOutputParameters> { Dune 60 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Dune 62 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Dune 64 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Dune 69 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.bdf", 1); Dune 84 old_code/tumor_growth/tumor_code.h Dune::Fem::IOInterface::defaultGridKey( GridType::dimension ); Dune 86 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue< std::string >( gridkey ); Dune 87 old_code/tumor_growth/tumor_code.h if( Dune::Fem::MPIManager::rank() == 0 ) Dune 89 old_code/tumor_growth/tumor_code.h Dune::GridPtr< HostGridType > hostGrid {gridfile}; Dune 98 old_code/tumor_growth/tumor_code.h Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Dune 127 old_code/tumor_growth/tumor_code.h {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", Dune 135 old_code/tumor_growth/tumor_code.h DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Dune 150 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.solvereps", 1e-8); Dune 382 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Dune 384 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Dune 386 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Dune 391 old_code/tumor_growth/tumor_code.h Dune::Fem::IOInterface::defaultGridKey( GridType::dimension ); Dune 393 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue< std::string >( gridkey ); Dune 394 old_code/tumor_growth/tumor_code.h if( Dune::Fem::MPIManager::rank() == 0 ) Dune 397 old_code/tumor_growth/tumor_code.h Dune::GridPtr<HostGridType> hostGrid {gridfile}; Dune 409 old_code/tumor_growth/tumor_code.h Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Dune 427 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.init" Dune 430 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.init" Dune 433 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.init" Dune 436 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.init" Dune 446 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.alpha", 1e-3); Dune 448 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.epsilon", 1e-2); Dune 450 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.delta", .4); Dune 456 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("heat.solvereps", 1e-8); Dune 463 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.a", .1); Dune 465 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.b", .9); Dune 467 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.Dc", 10.); Dune 469 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.gamma", 100.); Dune 494 old_code/tumor_growth/tumor_code.h DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Dune 500 old_code/tumor_growth/tumor_code.h DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Dune 505 old_code/tumor_growth/tumor_code.h const Dune::Fem::GridTimeProvider<GridType>& tp){ Dune 17 old_code/tumor_growth/tumor_deformation.h : public Dune::AnalyticalCoordFunction<double, 3, 3, DeformationCoordFunction>{ Dune 18 old_code/tumor_growth/tumor_deformation.h typedef Dune::AnalyticalCoordFunction<double, 3, 3, DeformationCoordFunction> Dune 21 old_code/tumor_growth/tumor_deformation.h typedef Dune::Fem::FunctionSpace<double, double, 3, 3> FunctionSpaceType; Dune 29 old_code/tumor_growth/tumor_deformation.h void set_time_provider(Dune::Fem::TimeProviderBase& time_provider){ Dune 73 old_code/tumor_growth/tumor_deformation.h Dune::Fem::TimeProviderBase* p_tp = nullptr; Dune 83 old_code/tumor_growth/tumor_deformation.h : public Dune::DiscreteCoordFunction<double, 3, Dune 86 old_code/tumor_growth/tumor_deformation.h typedef Dune::DiscreteCoordFunction<double, 3, Dune 100 old_code/tumor_growth/tumor_deformation.h DUNE_THROW(Dune::NotImplemented,"evaluate not implemented for codim > 0"); Dune 109 old_code/tumor_growth/tumor_deformation.h const Dune::GenericReferenceElement<ctype, dim>& refElement Dune 110 old_code/tumor_growth/tumor_deformation.h = Dune::GenericReferenceElements<ctype, dim>::general( entity.type() ); Dune 80 old_code/tumor_growth/tumor_growth.h Dune::Fem::Function<Function_space, Initial_data_u<Function_space> >{ Dune 101 old_code/tumor_growth/tumor_growth.h Dune::Fem::Function<Function_space, Initial_data_w<Function_space> >{ Dune 143 old_code/tumor_growth/tumor_growth.h Surface_evolution_model (const Dune::Fem::TimeProviderBase& time_provider, Dune 178 old_code/tumor_growth/tumor_growth.h const Dune::Fem::TimeProviderBase& tp; Dune 266 old_code/tumor_growth/tumor_growth.h : Dune::Fem::Operator<Vec_discrete_function>{ Dune 275 old_code/tumor_growth/tumor_growth.h using QuadratureType = Dune::Fem::CachingQuadrature<GridPart, 0>; Dune 328 old_code/tumor_growth/tumor_growth.h : Dune::Fem::Operator<Scalar_discrete_function>{ Dune 357 old_code/tumor_growth/tumor_growth.h using QuadratureType = Dune::Fem::CachingQuadrature<GridPart, 0>; Dune 22 old_code/tumor_growth/tumor_typedef.h typedef Dune::GridSelector::GridType HostGridType; Dune 23 old_code/tumor_growth/tumor_typedef.h typedef Dune::GeometryGrid< HostGridType, DeformationCoordFunction > GridType; Dune 30 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::AdaptiveLeafGridPart< GridType, Dune::InteriorBorder_Partition > Dune 32 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::FunctionSpace< double, double, GridType::dimensionworld, 1 > Dune 35 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::L2Norm< GridPartType > L2NormType; Dune 36 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::H1Norm< GridPartType > H1NormType; Dune 42 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::LagrangeDiscreteFunctionSpace< FunctionSpaceType, Dune 47 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpaceType > Dune 51 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::CGInverseOperator< DiscreteFunctionType > Dune 55 old_code/tumor_growth/tumor_typedef.h typedef Dune::LagrangeInterpolation< DiscreteFunctionType > InterpolationType; Dune 67 old_code/tumor_growth/tumor_typedef.h typedef Dune::tuple< DiscreteFunctionType* > IOTupleType; Dune 69 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::DataOutput< GridType, IOTupleType > DataOutputType; Dune 73 old_code/tumor_growth/tumor_typedef.h using Vec_Fun_Space = Dune::Fem:: Dune 77 old_code/tumor_growth/tumor_typedef.h using Vec_FE_Space = Dune::Fem:: Dune 79 old_code/tumor_growth/tumor_typedef.h using Vec_FE_Fun = Dune::Fem::AdaptiveDiscreteFunction<Vec_FE_Space>; Dune 80 old_code/tumor_growth/tumor_typedef.h using Vec_CG_Solver = Dune::Fem::CGInverseOperator<Vec_FE_Fun>; Dune 81 old_code/tumor_growth/tumor_typedef.h using R3Interpolation = Dune::LagrangeInterpolation<Vec_FE_Fun>; Dune 47 src/brusselator_algo.cpp Dune::Fem::MPIManager::initialize(argc, argv); Dune 167 src/brusselator_algo_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 14 src/brusselator_main.cpp catch(const Dune::Exception& e){ Dune 525 src/config/config.h typedef Dune::YaspGrid< dimgrid > GridType; Dune 599 src/config/config.h typedef Dune::ALUGrid< dimgrid, dimworld, Dune::simplex, Dune::conforming > GridType; Dune 637 src/config/config.h typedef Dune::ALUGrid< dimgrid, dimworld, Dune::cube, Dune::nonconforming > GridType; Dune 675 src/config/config.h typedef Dune::ALUGrid< dimgrid, dimworld, Dune::simplex, Dune::nonconforming > GridType; Dune 717 src/config/config.h typedef Dune::AlbertaGrid< dimgrid > GridType; Dune 755 src/config/config.h typedef Dune::UGGrid< dimgrid > GridType; Dune 789 src/config/config.h typedef Dune::ALUGrid< dimgrid, dimworld, simplex, conforming > GridType; Dune 823 src/config/config.h typedef Dune::ALUGrid< dimgrid, dimworld, cube, nonconforming > GridType; Dune 857 src/config/config.h typedef Dune::ALUGrid< dimgrid, dimworld, simplex, nonconforming > GridType; Dune 895 src/config/config.h typedef Dune::OneDGrid GridType; Dune 929 src/config/config.h typedef Dune::SGrid< dimgrid, dimworld > GridType; Dune 525 src/config/config_osx.h typedef Dune::YaspGrid< dimgrid > GridType; Dune 599 src/config/config_osx.h typedef Dune::ALUGrid< dimgrid, dimworld, Dune::simplex, Dune::conforming > GridType; Dune 637 src/config/config_osx.h typedef Dune::ALUGrid< dimgrid, dimworld, Dune::cube, Dune::nonconforming > GridType; Dune 675 src/config/config_osx.h typedef Dune::ALUGrid< dimgrid, dimworld, Dune::simplex, Dune::nonconforming > GridType; Dune 717 src/config/config_osx.h typedef Dune::AlbertaGrid< dimgrid > GridType; Dune 755 src/config/config_osx.h typedef Dune::UGGrid< dimgrid > GridType; Dune 789 src/config/config_osx.h typedef Dune::ALUGrid< dimgrid, dimworld, simplex, conforming > GridType; Dune 823 src/config/config_osx.h typedef Dune::ALUGrid< dimgrid, dimworld, cube, nonconforming > GridType; Dune 857 src/config/config_osx.h typedef Dune::ALUGrid< dimgrid, dimworld, simplex, nonconforming > GridType; Dune 895 src/config/config_osx.h typedef Dune::OneDGrid GridType; Dune 929 src/config/config_osx.h typedef Dune::SGrid< dimgrid, dimworld > GridType; Dune 526 src/config/config_ubuntu.h typedef Dune::YaspGrid< dimgrid > GridType; Dune 600 src/config/config_ubuntu.h typedef Dune::ALUGrid< dimgrid, dimworld, Dune::simplex, Dune::conforming > GridType; Dune 638 src/config/config_ubuntu.h typedef Dune::ALUGrid< dimgrid, dimworld, Dune::cube, Dune::nonconforming > GridType; Dune 676 src/config/config_ubuntu.h typedef Dune::ALUGrid< dimgrid, dimworld, Dune::simplex, Dune::nonconforming > GridType; Dune 718 src/config/config_ubuntu.h typedef Dune::AlbertaGrid< dimgrid > GridType; Dune 756 src/config/config_ubuntu.h typedef Dune::UGGrid< dimgrid > GridType; Dune 790 src/config/config_ubuntu.h typedef Dune::ALUGrid< dimgrid, dimworld, simplex, conforming > GridType; Dune 824 src/config/config_ubuntu.h typedef Dune::ALUGrid< dimgrid, dimworld, cube, nonconforming > GridType; Dune 858 src/config/config_ubuntu.h typedef Dune::ALUGrid< dimgrid, dimworld, simplex, nonconforming > GridType; Dune 896 src/config/config_ubuntu.h typedef Dune::OneDGrid GridType; Dune 930 src/config/config_ubuntu.h typedef Dune::SGrid< dimgrid, dimworld > GridType; Dune 31 src/grid_GridAndTime.cpp using HGrid_ptr = Dune::GridPtr<Host_grid>; Dune 34 src/grid_GridAndTime.cpp using Time_provider = Dune::Fem::GridTimeProvider<Grid>; Dune 83 src/grid_GridAndTime.cpp catch(const Dune::Exception& e){ Dune 100 src/grid_GridAndTime.cpp catch(const Dune::Exception& e){ Dune 118 src/grid_GridAndTime.cpp Dune::Fem::TimeProviderBase& Esfem::Grid::Grid_and_time::time_provider(){ Dune 121 src/grid_GridAndTime.cpp const Dune::Fem::TimeProviderBase& Esfem::Grid::Grid_and_time::time_provider() const{ Dune 86 src/grid_deformation.cpp const Dune::Fem::TimeProviderBase* tp_ptr {nullptr}; Dune 99 src/grid_deformation.cpp set_timeProvider(const Dune::Fem::TimeProviderBase& tp){ Dune 25 src/grid_evolution.cpp set_timeProvider(Dune::Fem::TimeProviderBase& tp){ Dune 28 src/grid_evolution.h : public Dune::AnalyticalCoordFunction<double, 3, 3, DeformationCoordFunction> Dune 31 src/grid_evolution.h using Base = Dune::AnalyticalCoordFunction<double, 3, 3, DeformationCoordFunction>; Dune 43 src/grid_evolution.h void set_timeProvider(Dune::Fem::TimeProviderBase&); Dune 48 src/grid_evolution.h Dune::Fem::TimeProviderBase* tp_ptr {nullptr}; Dune 33 src/io_l2h1Calculator.cpp using L2_norm = Dune::Fem::L2Norm<Esfem::Grid::Grid_and_time::Grid_part>; Dune 35 src/io_l2h1Calculator.cpp using H1_norm = Dune::Fem::H1Norm<Esfem::Grid::Grid_and_time::Grid_part>; Dune 61 src/io_parameter.cpp : t_0 {Dune::Fem::Parameter::getValue<double>("heat.starttime", 0.0)}, Dune 62 src/io_parameter.cpp t_end {Dune::Fem::Parameter::getValue<double>("heat.endtime", 0.6)}, Dune 63 src/io_parameter.cpp t_end_pattern {Dune::Fem::Parameter::getValue<double>("heat.pattern.endtime", t_end)}, Dune 64 src/io_parameter.cpp dT {Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1)}, Dune 66 src/io_parameter.cpp error_log {Dune::Fem::Parameter::getValue<std::string> Dune 68 src/io_parameter.cpp paraview {Dune::Fem::Parameter::getValue<std::string> Dune 71 src/io_parameter.cpp eps {Dune::Fem::Parameter::getValue<double>("heat.solvereps", 1e-8)}, Dune 73 src/io_parameter.cpp (Dune::Fem::Parameter::getValue<int>("heat.bdf", 1))}, Dune 75 src/io_parameter.cpp (Dune::Fem::Parameter::getValue<int>("heat.bdf", 1))}, Dune 76 src/io_parameter.cpp tg_a {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.a", .1)}, Dune 77 src/io_parameter.cpp tg_b {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.b", .9)}, Dune 78 src/io_parameter.cpp tg_Dc {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.Dc", 10.)}, Dune 79 src/io_parameter.cpp tg_gamma {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.gamma", 30.)}, Dune 81 src/io_parameter.cpp {Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.alpha", 1e-3)}, Dune 83 src/io_parameter.cpp {Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.delta", .4)}, Dune 85 src/io_parameter.cpp {Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.epsilon", .01)}, Dune 86 src/io_parameter.cpp u_hom_value {Dune::Fem::Parameter::getValue<double> Dune 88 src/io_parameter.cpp w_hom_value {Dune::Fem::Parameter::getValue<double> Dune 90 src/io_parameter.cpp u_pertubation {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.u_pertubation", .01)}, Dune 91 src/io_parameter.cpp w_pertubation {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.w_pertubation", .01)}, Dune 92 src/io_parameter.cpp u_init_dof {Dune::Fem::Parameter::getValue<std::string> Dune 94 src/io_parameter.cpp w_init_dof {Dune::Fem::Parameter::getValue<std::string> Dune 244 src/io_parameter.cpp using Dune::Fem::Parameter; Dune 39 src/io_parameter_impl.cpp using Dune::Fem::Parameter; Dune 49 src/io_parameter_impl.cpp const auto grid_key = Dune::Fem::IOInterface:: Dune 58 src/io_parameter_impl.cpp const auto macro_grid = Dune::Fem::Parameter::getValue<std::string>(grid_key); Dune 59 src/io_parameter_impl.cpp if(Dune::Fem::MPIManager::rank() == 0) Dune 27 src/io_paraview.cpp using Dune_tuple = Dune::tuple<FEfun*, FEfun*>; Dune 28 src/io_paraview.cpp using DataOutput = Dune::Fem::DataOutput<Grid, Dune_tuple>; Dune 31 src/io_paraview.cpp : public Dune::Fem::LocalParameter<Dune::Fem::DataOutputParameters, Dune 46 src/io_paraview.cpp const Dune::Fem::TimeProviderBase& tp; Dune 36 src/linHeat_algo.h Dune::Fem::MPIManager::initialize(argc, argv); Dune 14 src/linHeat_main.cpp catch(const Dune::Exception& e){ Dune 29 src/secOrd_op_brusselator.cpp using CG_method = Dune::Fem::CGInverseOperator<FE_function>; Dune 31 src/secOrd_op_brusselator.cpp using Linear_operator = Dune::Fem::ISTLLinearOperator<FE_function, FE_function>; Dune 33 src/secOrd_op_brusselator.cpp = Dune::Fem::ISTLGMResOp<FE_function, Linear_operator>; Dune 32 src/secOrd_op_brusselator_impl.cpp using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Dune 44 src/secOrd_op_brusselator_impl.cpp using Linear_operator = Dune::Fem::ISTLLinearOperator<FE_function, FE_function>; Dune 46 src/secOrd_op_brusselator_impl.cpp using Diffusion_tensor = Dune::FieldMatrix<Range_field, dim_domain, dim_domain>; Dune 325 src/secOrd_op_brusselator_impl.cpp Dune::Fem::DiagonalStencil<FE_space, FE_space> stencil {df_space, df_space}; Dune 32 src/secOrd_op_brusselator_impl.h using Linear_operator = Dune::Fem::ISTLLinearOperator<FE_function, FE_function>; Dune 37 src/secOrd_op_brusselator_impl.h public Dune::Fem::DifferentiableOperator<Linear_operator> Dune 49 src/secOrd_op_identity.cpp Dune::LagrangeInterpolation<FE_function>:: Dune 34 src/secOrd_op_identity_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Dune 55 src/secOrd_op_initData.cpp Dune::LagrangeInterpolation<FE_function>:: Dune 58 src/secOrd_op_initData.cpp Dune::LagrangeInterpolation<FE_function>:: Dune 113 src/secOrd_op_initData.cpp Dune::LagrangeInterpolation<FE_function>:: Dune 46 src/secOrd_op_initData_impl.cpp using Dune::Fem::Parameter; Dune 139 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<Fef>::interpolateFunction(*this, fef); Dune 155 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<Vfef>::interpolateFunction(*this, vfef); Dune 174 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<vfef>::interpolateFunction(*this, rhs); Dune 196 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<vfef>::interpolateFunction(*this, rhs); Dune 215 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<vfef>::interpolateFunction(*this, rhs); Dune 228 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<vfef>::interpolateFunction(*this, rhs); Dune 37 src/secOrd_op_initData_impl.h : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Dune 67 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 74 src/secOrd_op_initData_impl.h : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Dune 110 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Dune 129 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 134 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Dune 153 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 158 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Dune 177 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 183 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Dune 203 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 209 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Dune 229 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 236 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Dune 256 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 268 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Dune 288 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 301 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Dune 322 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 327 src/secOrd_op_initData_impl.h : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Dune 352 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 28 src/secOrd_op_initData_u.cpp : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Dune 36 src/secOrd_op_initData_u.cpp explicit Initial_data_u(const Dune::Fem::TimeProviderBase&); Dune 42 src/secOrd_op_initData_u.cpp const Dune::Fem::TimeProviderBase& tp; Dune 75 src/secOrd_op_initData_u.cpp Dune::LagrangeInterpolation<FE_function>::interpolateFunction(d_ptr -> u0, fef); Dune 81 src/secOrd_op_initData_u.cpp Initial_data_u::Initial_data_u(const Dune::Fem::TimeProviderBase& tpb) Dune 28 src/secOrd_op_initData_w.cpp : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Dune 36 src/secOrd_op_initData_w.cpp explicit Initial_data_w(const Dune::Fem::TimeProviderBase&); Dune 42 src/secOrd_op_initData_w.cpp const Dune::Fem::TimeProviderBase& tp; Dune 75 src/secOrd_op_initData_w.cpp Dune::LagrangeInterpolation<FE_function>::interpolateFunction(d_ptr -> u0, fef); Dune 81 src/secOrd_op_initData_w.cpp Initial_data_w::Initial_data_w(const Dune::Fem::TimeProviderBase& tpb) Dune 28 src/secOrd_op_linearHeat.cpp using Solver = Dune::Fem::CGInverseOperator<FE_function>; Dune 32 src/secOrd_op_linearHeat.cpp using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Dune 37 src/secOrd_op_linearHeat.cpp class Linear_heat_op : public Dune::Fem::Operator<FE_function>{ Dune 49 src/secOrd_op_linearHeat.cpp const Dune::Fem::TimeProviderBase& tp; Dune 46 src/secOrd_op_rhs_impl.cpp using Dune::Fem::Parameter; Dune 52 src/secOrd_op_rhs_impl.cpp Rhs_fun::Rhs_fun(const Dune::Fem::TimeProviderBase& tpb, const Growth type) Dune 103 src/secOrd_op_rhs_impl.cpp Vec_rhs_fun::Vec_rhs_fun(const Dune::Fem::TimeProviderBase& tpb) Dune 36 src/secOrd_op_rhs_impl.h :public Dune::Fem::Function Dune 52 src/secOrd_op_rhs_impl.h Rhs_fun(const Dune::Fem::TimeProviderBase&, Dune 65 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 98 src/secOrd_op_rhs_impl.h :public Dune::Fem::Function Dune 114 src/secOrd_op_rhs_impl.h explicit Vec_rhs_fun(const Dune::Fem::TimeProviderBase&); Dune 126 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 159 src/secOrd_op_rhs_impl.h : Dune::Fem::Function Dune 182 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 203 src/secOrd_op_rhs_impl.h : Dune::Fem::Function Dune 226 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 240 src/secOrd_op_rhs_impl.h : Dune::Fem::Function Dune 263 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 286 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 299 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Dune 317 src/secOrd_op_rhs_impl.h using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Dune 31 src/secOrd_op_rhs_u.cpp using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Dune 34 src/secOrd_op_rhs_u.cpp : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, RHS_data_u> Dune 42 src/secOrd_op_rhs_u.cpp explicit RHS_data_u(const Dune::Fem::TimeProviderBase&, Dune 50 src/secOrd_op_rhs_u.cpp const Dune::Fem::TimeProviderBase& tp; Dune 56 src/secOrd_op_rhs_u.cpp void matrixFree_assembly(const Dune::Fem::TimeProviderBase&, const Geometry&, Dune 66 src/secOrd_op_rhs_u.cpp const Dune::Fem::TimeProviderBase& tp; Dune 107 src/secOrd_op_rhs_u.cpp RHS_data_u::RHS_data_u(const Dune::Fem::TimeProviderBase& tpb, Dune 31 src/secOrd_op_rhs_w.cpp using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Dune 34 src/secOrd_op_rhs_w.cpp : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, RHS_data_w> Dune 42 src/secOrd_op_rhs_w.cpp explicit RHS_data_w(const Dune::Fem::TimeProviderBase&, Dune 50 src/secOrd_op_rhs_w.cpp const Dune::Fem::TimeProviderBase& tp; Dune 57 src/secOrd_op_rhs_w.cpp void matrixFree_assembly(const Dune::Fem::TimeProviderBase&, const Geometry&, Dune 67 src/secOrd_op_rhs_w.cpp const Dune::Fem::TimeProviderBase& tp; Dune 106 src/secOrd_op_rhs_w.cpp RHS_data_w::RHS_data_w(const Dune::Fem::TimeProviderBase& tpb, Dune 39 src/secOrd_op_solutionDriven.cpp using Vec_cg_solver = Dune::Fem::CGInverseOperator<Vec_FEfun>; Dune 41 src/secOrd_op_solutionDriven_impl.h : public Dune::Fem::Operator<Esfem::Grid::Vec_FEfun::Dune_FEfun> Dune 111 src/secOrd_op_solutionDriven_impl.h using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Dune 155 src/secOrd_op_solutionDriven_impl.h const Dune::Fem::TimeProviderBase& tp; /*!< \brief Time step provider */ Dune 40 test/io_dgf.cpp Dune::Fem::MPIManager::initialize(argc, argv); Dune 80 test/io_dgf.cpp catch(const Dune::Exception& e){