Fem 73 include/grid.h void set_timeProvider(const Dune::Fem::TimeProviderBase&); Fem 90 include/grid.h = Dune::Fem::AdaptiveLeafGridPart<Grid, Dune::InteriorBorder_Partition>; Fem 92 include/grid.h using Function_space = Dune::Fem:: Fem 95 include/grid.h using FE_space = Dune::Fem:: Fem 98 include/grid.h using Vec_Function_space = Dune::Fem:: Fem 101 include/grid.h using Vec_FE_space = Dune::Fem:: Fem 118 include/grid.h Dune::Fem::TimeProviderBase& time_provider(); Fem 120 include/grid.h const Dune::Fem::TimeProviderBase& time_provider() const; Fem 141 include/grid.h = Dune::Fem::ISTLBlockVectorDiscreteFunction<Grid_and_time::FE_space>; Fem 167 include/grid.h = Dune::Fem::AdaptiveDiscreteFunction<Grid_and_time::Vec_FE_space>; Fem 4 old_code/2015linfty/2015linfty.cpp Dune::Fem::MPIManager::initialize(argc, argv); Fem 6 old_code/2015linfty/2015linfty.cpp Dune::Fem::Parameter::append(argc, argv); Fem 8 old_code/2015linfty/2015linfty.cpp Dune::Fem::Parameter::append(argv[i]); Fem 9 old_code/2015linfty/2015linfty.cpp Dune::Fem::Parameter::append("../data/parameter"); Fem 38 old_code/2015linfty/backup_dune_heat_algo.hpp public Dune::Fem:: Fem 39 old_code/2015linfty/backup_dune_heat_algo.hpp LocalParameter<Dune::Fem::DataOutputParameters, DataOutputParameters> { Fem 60 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Fem 62 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Fem 64 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Fem 69 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::IOInterface::defaultGridKey( GridType::dimension ); Fem 71 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue< std::string >( gridkey ); Fem 72 old_code/2015linfty/backup_dune_heat_algo.hpp if( Dune::Fem::MPIManager::rank() == 0 ) Fem 86 old_code/2015linfty/backup_dune_heat_algo.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", Fem 89 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Fem 117 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Fem 135 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>( "heat.solvereps", 1e-8 ); Fem 212 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Fem 214 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Fem 216 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Fem 221 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::IOInterface::defaultGridKey(GridType::dimension); Fem 223 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<std::string>(gridkey); Fem 224 old_code/2015linfty/backup_dune_heat_algo.hpp if(Dune::Fem::MPIManager::rank() == 0) Fem 238 old_code/2015linfty/backup_dune_heat_algo.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", Fem 241 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Fem 262 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Fem 280 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>( "heat.solvereps", 1e-8 ); Fem 364 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Fem 366 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Fem 368 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Fem 373 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>("heat.bdf", 1); Fem 379 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::IOInterface::defaultGridKey( GridType::dimension ); Fem 381 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue< std::string >( gridkey ); Fem 382 old_code/2015linfty/backup_dune_heat_algo.hpp if( Dune::Fem::MPIManager::rank() == 0 ) Fem 396 old_code/2015linfty/backup_dune_heat_algo.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", Fem 399 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Fem 442 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<double>( "heat.solvereps", 1e-8 ); Fem 450 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Fem 38 old_code/2015linfty/dune_heat_algorithm.hpp public Dune::Fem:: Fem 39 old_code/2015linfty/dune_heat_algorithm.hpp LocalParameter<Dune::Fem::DataOutputParameters, DataOutputParameters> { Fem 61 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Fem 63 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Fem 65 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Fem 70 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue<double>("heat.bdf", 1); Fem 85 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::IOInterface::defaultGridKey( GridType::dimension ); Fem 87 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue< std::string >( gridkey ); Fem 88 old_code/2015linfty/dune_heat_algorithm.hpp if( Dune::Fem::MPIManager::rank() == 0 ) Fem 99 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Fem 128 old_code/2015linfty/dune_heat_algorithm.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", Fem 136 old_code/2015linfty/dune_heat_algorithm.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Fem 151 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue<double>("heat.solvereps", 1e-8); Fem 29 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::AdaptiveLeafGridPart< GridType, Dune::InteriorBorder_Partition > GridPartType; Fem 30 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::FunctionSpace< double, double, GridType::dimensionworld, 1 > FunctionSpaceType; Fem 32 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::L2Norm< GridPartType > L2NormType; Fem 33 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::H1Norm< GridPartType > H1NormType; Fem 39 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::LagrangeDiscreteFunctionSpace< FunctionSpaceType, GridPartType, POLORDER > DiscreteFunctionSpaceType; Fem 42 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpaceType > DiscreteFunctionType; Fem 45 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::CGInverseOperator< DiscreteFunctionType > LinearInverseOperatorType; Fem 62 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::DataOutput< GridType, IOTupleType > DataOutputType; Fem 55 old_code/tumor_growth/heat.cc Dune::Fem::MPIManager::initialize(argc, argv); Fem 58 old_code/tumor_growth/heat.cc Dune::Fem::Parameter::append(argc, argv); Fem 60 old_code/tumor_growth/heat.cc Dune::Fem::Parameter::append(argv[i]); Fem 61 old_code/tumor_growth/heat.cc Dune::Fem::Parameter::append("../data/parameter"); Fem 38 old_code/tumor_growth/tumor_code.h public Dune::Fem:: Fem 39 old_code/tumor_growth/tumor_code.h LocalParameter<Dune::Fem::DataOutputParameters, DataOutputParameters> { Fem 60 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Fem 62 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Fem 64 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Fem 69 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.bdf", 1); Fem 84 old_code/tumor_growth/tumor_code.h Dune::Fem::IOInterface::defaultGridKey( GridType::dimension ); Fem 86 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue< std::string >( gridkey ); Fem 87 old_code/tumor_growth/tumor_code.h if( Dune::Fem::MPIManager::rank() == 0 ) Fem 98 old_code/tumor_growth/tumor_code.h Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Fem 127 old_code/tumor_growth/tumor_code.h {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", Fem 135 old_code/tumor_growth/tumor_code.h DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Fem 150 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.solvereps", 1e-8); Fem 382 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.starttime",0.0); Fem 384 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1); Fem 386 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue<double>("heat.endtime",0.6); Fem 391 old_code/tumor_growth/tumor_code.h Dune::Fem::IOInterface::defaultGridKey( GridType::dimension ); Fem 393 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue< std::string >( gridkey ); Fem 394 old_code/tumor_growth/tumor_code.h if( Dune::Fem::MPIManager::rank() == 0 ) Fem 409 old_code/tumor_growth/tumor_code.h Dune::Fem::GridTimeProvider<GridType> timeProvider(t_0, grid); Fem 427 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.init" Fem 430 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.init" Fem 433 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.init" Fem 436 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.init" Fem 446 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.alpha", 1e-3); Fem 448 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.epsilon", 1e-2); Fem 450 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.delta", .4); Fem 456 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("heat.solvereps", 1e-8); Fem 463 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.a", .1); Fem 465 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.b", .9); Fem 467 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.Dc", 10.); Fem 469 old_code/tumor_growth/tumor_code.h = Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.gamma", 100.); Fem 494 old_code/tumor_growth/tumor_code.h DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Fem 500 old_code/tumor_growth/tumor_code.h DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> Fem 505 old_code/tumor_growth/tumor_code.h const Dune::Fem::GridTimeProvider<GridType>& tp){ Fem 21 old_code/tumor_growth/tumor_deformation.h typedef Dune::Fem::FunctionSpace<double, double, 3, 3> FunctionSpaceType; Fem 29 old_code/tumor_growth/tumor_deformation.h void set_time_provider(Dune::Fem::TimeProviderBase& time_provider){ Fem 73 old_code/tumor_growth/tumor_deformation.h Dune::Fem::TimeProviderBase* p_tp = nullptr; Fem 80 old_code/tumor_growth/tumor_growth.h Dune::Fem::Function<Function_space, Initial_data_u<Function_space> >{ Fem 101 old_code/tumor_growth/tumor_growth.h Dune::Fem::Function<Function_space, Initial_data_w<Function_space> >{ Fem 143 old_code/tumor_growth/tumor_growth.h Surface_evolution_model (const Dune::Fem::TimeProviderBase& time_provider, Fem 178 old_code/tumor_growth/tumor_growth.h const Dune::Fem::TimeProviderBase& tp; Fem 266 old_code/tumor_growth/tumor_growth.h : Dune::Fem::Operator<Vec_discrete_function>{ Fem 275 old_code/tumor_growth/tumor_growth.h using QuadratureType = Dune::Fem::CachingQuadrature<GridPart, 0>; Fem 328 old_code/tumor_growth/tumor_growth.h : Dune::Fem::Operator<Scalar_discrete_function>{ Fem 357 old_code/tumor_growth/tumor_growth.h using QuadratureType = Dune::Fem::CachingQuadrature<GridPart, 0>; Fem 30 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::AdaptiveLeafGridPart< GridType, Dune::InteriorBorder_Partition > Fem 32 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::FunctionSpace< double, double, GridType::dimensionworld, 1 > Fem 35 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::L2Norm< GridPartType > L2NormType; Fem 36 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::H1Norm< GridPartType > H1NormType; Fem 42 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::LagrangeDiscreteFunctionSpace< FunctionSpaceType, Fem 47 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpaceType > Fem 51 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::CGInverseOperator< DiscreteFunctionType > Fem 69 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::DataOutput< GridType, IOTupleType > DataOutputType; Fem 73 old_code/tumor_growth/tumor_typedef.h using Vec_Fun_Space = Dune::Fem:: Fem 77 old_code/tumor_growth/tumor_typedef.h using Vec_FE_Space = Dune::Fem:: Fem 79 old_code/tumor_growth/tumor_typedef.h using Vec_FE_Fun = Dune::Fem::AdaptiveDiscreteFunction<Vec_FE_Space>; Fem 80 old_code/tumor_growth/tumor_typedef.h using Vec_CG_Solver = Dune::Fem::CGInverseOperator<Vec_FE_Fun>; Fem 47 src/brusselator_algo.cpp Dune::Fem::MPIManager::initialize(argc, argv); Fem 167 src/brusselator_algo_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 34 src/grid_GridAndTime.cpp using Time_provider = Dune::Fem::GridTimeProvider<Grid>; Fem 118 src/grid_GridAndTime.cpp Dune::Fem::TimeProviderBase& Esfem::Grid::Grid_and_time::time_provider(){ Fem 121 src/grid_GridAndTime.cpp const Dune::Fem::TimeProviderBase& Esfem::Grid::Grid_and_time::time_provider() const{ Fem 86 src/grid_deformation.cpp const Dune::Fem::TimeProviderBase* tp_ptr {nullptr}; Fem 99 src/grid_deformation.cpp set_timeProvider(const Dune::Fem::TimeProviderBase& tp){ Fem 25 src/grid_evolution.cpp set_timeProvider(Dune::Fem::TimeProviderBase& tp){ Fem 43 src/grid_evolution.h void set_timeProvider(Dune::Fem::TimeProviderBase&); Fem 48 src/grid_evolution.h Dune::Fem::TimeProviderBase* tp_ptr {nullptr}; Fem 33 src/io_l2h1Calculator.cpp using L2_norm = Dune::Fem::L2Norm<Esfem::Grid::Grid_and_time::Grid_part>; Fem 35 src/io_l2h1Calculator.cpp using H1_norm = Dune::Fem::H1Norm<Esfem::Grid::Grid_and_time::Grid_part>; Fem 61 src/io_parameter.cpp : t_0 {Dune::Fem::Parameter::getValue<double>("heat.starttime", 0.0)}, Fem 62 src/io_parameter.cpp t_end {Dune::Fem::Parameter::getValue<double>("heat.endtime", 0.6)}, Fem 63 src/io_parameter.cpp t_end_pattern {Dune::Fem::Parameter::getValue<double>("heat.pattern.endtime", t_end)}, Fem 64 src/io_parameter.cpp dT {Dune::Fem::Parameter::getValue<double>("heat.timestep",0.1)}, Fem 66 src/io_parameter.cpp error_log {Dune::Fem::Parameter::getValue<std::string> Fem 68 src/io_parameter.cpp paraview {Dune::Fem::Parameter::getValue<std::string> Fem 71 src/io_parameter.cpp eps {Dune::Fem::Parameter::getValue<double>("heat.solvereps", 1e-8)}, Fem 73 src/io_parameter.cpp (Dune::Fem::Parameter::getValue<int>("heat.bdf", 1))}, Fem 75 src/io_parameter.cpp (Dune::Fem::Parameter::getValue<int>("heat.bdf", 1))}, Fem 76 src/io_parameter.cpp tg_a {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.a", .1)}, Fem 77 src/io_parameter.cpp tg_b {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.b", .9)}, Fem 78 src/io_parameter.cpp tg_Dc {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.Dc", 10.)}, Fem 79 src/io_parameter.cpp tg_gamma {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.gamma", 30.)}, Fem 81 src/io_parameter.cpp {Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.alpha", 1e-3)}, Fem 83 src/io_parameter.cpp {Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.delta", .4)}, Fem 85 src/io_parameter.cpp {Dune::Fem::Parameter::getValue<double>("tumor_growth.surface.epsilon", .01)}, Fem 86 src/io_parameter.cpp u_hom_value {Dune::Fem::Parameter::getValue<double> Fem 88 src/io_parameter.cpp w_hom_value {Dune::Fem::Parameter::getValue<double> Fem 90 src/io_parameter.cpp u_pertubation {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.u_pertubation", .01)}, Fem 91 src/io_parameter.cpp w_pertubation {Dune::Fem::Parameter::getValue<double>("tumor_growth.heat.w_pertubation", .01)}, Fem 92 src/io_parameter.cpp u_init_dof {Dune::Fem::Parameter::getValue<std::string> Fem 94 src/io_parameter.cpp w_init_dof {Dune::Fem::Parameter::getValue<std::string> Fem 244 src/io_parameter.cpp using Dune::Fem::Parameter; Fem 39 src/io_parameter_impl.cpp using Dune::Fem::Parameter; Fem 49 src/io_parameter_impl.cpp const auto grid_key = Dune::Fem::IOInterface:: Fem 58 src/io_parameter_impl.cpp const auto macro_grid = Dune::Fem::Parameter::getValue<std::string>(grid_key); Fem 59 src/io_parameter_impl.cpp if(Dune::Fem::MPIManager::rank() == 0) Fem 28 src/io_paraview.cpp using DataOutput = Dune::Fem::DataOutput<Grid, Dune_tuple>; Fem 31 src/io_paraview.cpp : public Dune::Fem::LocalParameter<Dune::Fem::DataOutputParameters, Fem 46 src/io_paraview.cpp const Dune::Fem::TimeProviderBase& tp; Fem 36 src/linHeat_algo.h Dune::Fem::MPIManager::initialize(argc, argv); Fem 29 src/secOrd_op_brusselator.cpp using CG_method = Dune::Fem::CGInverseOperator<FE_function>; Fem 31 src/secOrd_op_brusselator.cpp using Linear_operator = Dune::Fem::ISTLLinearOperator<FE_function, FE_function>; Fem 33 src/secOrd_op_brusselator.cpp = Dune::Fem::ISTLGMResOp<FE_function, Linear_operator>; Fem 32 src/secOrd_op_brusselator_impl.cpp using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Fem 44 src/secOrd_op_brusselator_impl.cpp using Linear_operator = Dune::Fem::ISTLLinearOperator<FE_function, FE_function>; Fem 325 src/secOrd_op_brusselator_impl.cpp Dune::Fem::DiagonalStencil<FE_space, FE_space> stencil {df_space, df_space}; Fem 32 src/secOrd_op_brusselator_impl.h using Linear_operator = Dune::Fem::ISTLLinearOperator<FE_function, FE_function>; Fem 37 src/secOrd_op_brusselator_impl.h public Dune::Fem::DifferentiableOperator<Linear_operator> Fem 34 src/secOrd_op_identity_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Fem 46 src/secOrd_op_initData_impl.cpp using Dune::Fem::Parameter; Fem 37 src/secOrd_op_initData_impl.h : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Fem 67 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 74 src/secOrd_op_initData_impl.h : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Fem 110 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Fem 129 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 134 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Fem 153 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 158 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Fem 177 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 183 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Fem 203 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 209 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Fem 229 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 236 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Fem 256 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 268 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Fem 288 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 301 src/secOrd_op_initData_impl.h : Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Fem 322 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 327 src/secOrd_op_initData_impl.h : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Vec_Function_space, Fem 352 src/secOrd_op_initData_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 28 src/secOrd_op_initData_u.cpp : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Fem 36 src/secOrd_op_initData_u.cpp explicit Initial_data_u(const Dune::Fem::TimeProviderBase&); Fem 42 src/secOrd_op_initData_u.cpp const Dune::Fem::TimeProviderBase& tp; Fem 81 src/secOrd_op_initData_u.cpp Initial_data_u::Initial_data_u(const Dune::Fem::TimeProviderBase& tpb) Fem 28 src/secOrd_op_initData_w.cpp : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, Fem 36 src/secOrd_op_initData_w.cpp explicit Initial_data_w(const Dune::Fem::TimeProviderBase&); Fem 42 src/secOrd_op_initData_w.cpp const Dune::Fem::TimeProviderBase& tp; Fem 81 src/secOrd_op_initData_w.cpp Initial_data_w::Initial_data_w(const Dune::Fem::TimeProviderBase& tpb) Fem 28 src/secOrd_op_linearHeat.cpp using Solver = Dune::Fem::CGInverseOperator<FE_function>; Fem 32 src/secOrd_op_linearHeat.cpp using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Fem 37 src/secOrd_op_linearHeat.cpp class Linear_heat_op : public Dune::Fem::Operator<FE_function>{ Fem 49 src/secOrd_op_linearHeat.cpp const Dune::Fem::TimeProviderBase& tp; Fem 46 src/secOrd_op_rhs_impl.cpp using Dune::Fem::Parameter; Fem 52 src/secOrd_op_rhs_impl.cpp Rhs_fun::Rhs_fun(const Dune::Fem::TimeProviderBase& tpb, const Growth type) Fem 103 src/secOrd_op_rhs_impl.cpp Vec_rhs_fun::Vec_rhs_fun(const Dune::Fem::TimeProviderBase& tpb) Fem 36 src/secOrd_op_rhs_impl.h :public Dune::Fem::Function Fem 52 src/secOrd_op_rhs_impl.h Rhs_fun(const Dune::Fem::TimeProviderBase&, Fem 65 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 98 src/secOrd_op_rhs_impl.h :public Dune::Fem::Function Fem 114 src/secOrd_op_rhs_impl.h explicit Vec_rhs_fun(const Dune::Fem::TimeProviderBase&); Fem 126 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 159 src/secOrd_op_rhs_impl.h : Dune::Fem::Function Fem 182 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 203 src/secOrd_op_rhs_impl.h : Dune::Fem::Function Fem 226 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 240 src/secOrd_op_rhs_impl.h : Dune::Fem::Function Fem 263 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 286 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 299 src/secOrd_op_rhs_impl.h const Dune::Fem::TimeProviderBase& tp; Fem 317 src/secOrd_op_rhs_impl.h using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Fem 31 src/secOrd_op_rhs_u.cpp using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Fem 34 src/secOrd_op_rhs_u.cpp : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, RHS_data_u> Fem 42 src/secOrd_op_rhs_u.cpp explicit RHS_data_u(const Dune::Fem::TimeProviderBase&, Fem 50 src/secOrd_op_rhs_u.cpp const Dune::Fem::TimeProviderBase& tp; Fem 56 src/secOrd_op_rhs_u.cpp void matrixFree_assembly(const Dune::Fem::TimeProviderBase&, const Geometry&, Fem 66 src/secOrd_op_rhs_u.cpp const Dune::Fem::TimeProviderBase& tp; Fem 107 src/secOrd_op_rhs_u.cpp RHS_data_u::RHS_data_u(const Dune::Fem::TimeProviderBase& tpb, Fem 31 src/secOrd_op_rhs_w.cpp using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Fem 34 src/secOrd_op_rhs_w.cpp : public Dune::Fem::Function<Esfem::Grid::Grid_and_time::Function_space, RHS_data_w> Fem 42 src/secOrd_op_rhs_w.cpp explicit RHS_data_w(const Dune::Fem::TimeProviderBase&, Fem 50 src/secOrd_op_rhs_w.cpp const Dune::Fem::TimeProviderBase& tp; Fem 57 src/secOrd_op_rhs_w.cpp void matrixFree_assembly(const Dune::Fem::TimeProviderBase&, const Geometry&, Fem 67 src/secOrd_op_rhs_w.cpp const Dune::Fem::TimeProviderBase& tp; Fem 106 src/secOrd_op_rhs_w.cpp RHS_data_w::RHS_data_w(const Dune::Fem::TimeProviderBase& tpb, Fem 39 src/secOrd_op_solutionDriven.cpp using Vec_cg_solver = Dune::Fem::CGInverseOperator<Vec_FEfun>; Fem 41 src/secOrd_op_solutionDriven_impl.h : public Dune::Fem::Operator<Esfem::Grid::Vec_FEfun::Dune_FEfun> Fem 111 src/secOrd_op_solutionDriven_impl.h using Quadrature = Dune::Fem::CachingQuadrature<Grid_part, 0>; Fem 155 src/secOrd_op_solutionDriven_impl.h const Dune::Fem::TimeProviderBase& tp; /*!< \brief Time step provider */ Fem 40 test/io_dgf.cpp Dune::Fem::MPIManager::initialize(argc, argv);