entity 104 old_code/tumor_growth/tumor_deformation.h void evaluate ( const typename GridType:: template Codim<0>::Entity& entity, entity 110 old_code/tumor_growth/tumor_deformation.h = Dune::GenericReferenceElements<ctype, dim>::general( entity.type() ); entity 112 old_code/tumor_growth/tumor_deformation.h LocalFunctionType localVertices = vertices_.localFunction( entity ); entity 159 old_code/tumor_growth/tumor_growth.h void jac_ran_to_jac_ran_lhs(const Entity& entity, const Point& xx, entity 164 old_code/tumor_growth/tumor_growth.h void jac_ran_to_jac_ran_rhs(const Entity& entity, const Point& xx, entity 169 old_code/tumor_growth/tumor_growth.h void ran_to_ran(const Entity& entity, const Point& xx, entity 173 old_code/tumor_growth/tumor_growth.h void ran_u_normal_rhs(const Entity& entity, const Point& xx, entity 206 old_code/tumor_growth/tumor_growth.h void ran_to_ran(const Entity& entity, const Point& xx, entity 211 old_code/tumor_growth/tumor_growth.h void ran_to_ran_ones(const Entity& entity, const Point& xx, entity 216 old_code/tumor_growth/tumor_growth.h void ran_to_ran_lhs(const Entity& entity, const Point& xx, entity 221 old_code/tumor_growth/tumor_growth.h void jac_ran_to_jac_ran_lhs(const Entity& entity, const Point& xx, entity 227 old_code/tumor_growth/tumor_growth.h void tri_ran_to_ran_lhs(const Entity& entity, const Point& xx, entity 379 old_code/tumor_growth/tumor_growth.h jac_ran_to_jac_ran_lhs(const Entity& entity, const Point& xx, entity 393 old_code/tumor_growth/tumor_growth.h jac_ran_to_jac_ran_rhs(const Entity& entity, const Point& xx, entity 407 old_code/tumor_growth/tumor_growth.h ran_to_ran(const Entity& entity, const Point& xx, entity 418 old_code/tumor_growth/tumor_growth.h ran_u_normal_rhs(const Entity& entity, const Point& xx, const Range<Scalar>& u_p, entity 429 old_code/tumor_growth/tumor_growth.h Domain<Vector> p0 = entity.geometry().corner(0); entity 430 old_code/tumor_growth/tumor_growth.h Domain<Vector> p1 = entity.geometry().corner(1); entity 431 old_code/tumor_growth/tumor_growth.h Domain<Vector> p2 = entity.geometry().corner(2); entity 485 old_code/tumor_growth/tumor_growth.h ran_to_ran(const Entity& entity, const Point& xx, entity 492 old_code/tumor_growth/tumor_growth.h ran_to_ran_ones(const Entity& entity, const Point& xx, entity 500 old_code/tumor_growth/tumor_growth.h ran_to_ran_lhs(const Entity& entity, const Point& xx, entity 509 old_code/tumor_growth/tumor_growth.h jac_ran_to_jac_ran_lhs(const Entity& entity, const Point& xx, entity 519 old_code/tumor_growth/tumor_growth.h tri_ran_to_ran_lhs(const Entity& entity, const Point& xx, entity 538 old_code/tumor_growth/tumor_growth.h for(const Entity& entity : dfSpace){ entity 544 old_code/tumor_growth/tumor_growth.h const Geometry& geometry = entity.geometry(); entity 546 old_code/tumor_growth/tumor_growth.h const Local_function<Vector> uLocal = u.localFunction(entity); entity 547 old_code/tumor_growth/tumor_growth.h Local_function<Vector> wLocal = w.localFunction(entity); entity 549 old_code/tumor_growth/tumor_growth.h QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1); entity 561 old_code/tumor_growth/tumor_growth.h model.ran_to_ran(entity, quadrature[pt], u_x, u_x_psi); entity 567 old_code/tumor_growth/tumor_growth.h model.jac_ran_to_jac_ran_lhs(entity, quadrature[pt], du_x, du_x_dpsi); entity 590 old_code/tumor_growth/tumor_growth.h for(const Entity& entity : dfSpace){ entity 594 old_code/tumor_growth/tumor_growth.h const Geometry& geometry = entity.geometry(); entity 596 old_code/tumor_growth/tumor_growth.h const Local_function<Vector> uLocal = u.localFunction(entity); entity 598 old_code/tumor_growth/tumor_growth.h = u_approx.localFunction(entity); entity 599 old_code/tumor_growth/tumor_growth.h Local_function<Vector> wLocal = w.localFunction(entity); entity 601 old_code/tumor_growth/tumor_growth.h QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1); entity 615 old_code/tumor_growth/tumor_growth.h model.ran_to_ran(entity, quadrature[pt], u_x, u_x_psi); // initialize entity 620 old_code/tumor_growth/tumor_growth.h model.jac_ran_to_jac_ran_rhs(entity, quadrature[pt], du_x, du_x_dpsi); entity 625 old_code/tumor_growth/tumor_growth.h model.ran_u_normal_rhs(entity, quadrature[pt], u_approx_x, un_x_psi); entity 652 old_code/tumor_growth/tumor_growth.h for(const Entity& entity : dfSpace){ entity 653 old_code/tumor_growth/tumor_growth.h const Geometry& geometry = entity.geometry(); entity 655 old_code/tumor_growth/tumor_growth.h const Local_function uLocal = u.localFunction(entity); entity 656 old_code/tumor_growth/tumor_growth.h const auto u_approx_local = u_approx.localFunction(entity); entity 657 old_code/tumor_growth/tumor_growth.h const auto u_or_w_approx_local = u_or_w_approx.localFunction(entity); entity 658 old_code/tumor_growth/tumor_growth.h Local_function wLocal = w.localFunction(entity); entity 660 old_code/tumor_growth/tumor_growth.h QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1); entity 670 old_code/tumor_growth/tumor_growth.h model.ran_to_ran_lhs(entity, quadrature[pt], u_x, u_x_chi); entity 677 old_code/tumor_growth/tumor_growth.h model.jac_ran_to_jac_ran_lhs(entity, quadrature[pt], du_x, du_x_dchi); entity 691 old_code/tumor_growth/tumor_growth.h bigger_quadrature(entity, uLocal.order() + u_approx_local.order() entity 704 old_code/tumor_growth/tumor_growth.h model.tri_ran_to_ran_lhs(entity, bigger_quadrature[pt], entity 723 old_code/tumor_growth/tumor_growth.h for(const Entity& entity : dfSpace){ entity 725 old_code/tumor_growth/tumor_growth.h const Geometry& geometry = entity.geometry(); entity 727 old_code/tumor_growth/tumor_growth.h const Local_function uLocal = u.localFunction(entity); entity 728 old_code/tumor_growth/tumor_growth.h Local_function wLocal = w.localFunction(entity); entity 730 old_code/tumor_growth/tumor_growth.h QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1); entity 739 old_code/tumor_growth/tumor_growth.h model.ran_to_ran(entity, quadrature[pt], u_x, u_x_chi); entity 759 old_code/tumor_growth/tumor_growth.h for(const Entity& entity : dfSpace){ entity 760 old_code/tumor_growth/tumor_growth.h const Geometry& geometry = entity.geometry(); entity 762 old_code/tumor_growth/tumor_growth.h Local_function wLocal = w.localFunction(entity); entity 764 old_code/tumor_growth/tumor_growth.h QuadratureType quadrature(entity, wLocal.order() + 1); entity 770 old_code/tumor_growth/tumor_growth.h model.ran_to_ran_ones(entity, quadrature[pt], ones_chi); entity 154 src/secOrd_op_brusselator_impl.cpp for(const auto& entity : df_space){ entity 155 src/secOrd_op_brusselator_impl.cpp const auto& rhs_loc = rhs.localFunction(entity); entity 156 src/secOrd_op_brusselator_impl.cpp auto lhs_loc = lhs.localFunction(entity); entity 157 src/secOrd_op_brusselator_impl.cpp heat_model(entity, rhs_loc, lhs_loc); entity 158 src/secOrd_op_brusselator_impl.cpp quad_massMatrix_model(entity, rhs_loc, lhs_loc); entity 164 src/secOrd_op_brusselator_impl.cpp for(const auto& entity : df_space){ entity 165 src/secOrd_op_brusselator_impl.cpp const auto& rhs_loc = rhs.localFunction(entity); entity 166 src/secOrd_op_brusselator_impl.cpp auto lhs_loc = lhs.localFunction(entity); entity 167 src/secOrd_op_brusselator_impl.cpp const auto& g = entity.geometry(); entity 168 src/secOrd_op_brusselator_impl.cpp Quadrature q {entity, lhs_loc.order() + rhs_loc.order()}; entity 182 src/secOrd_op_brusselator_impl.cpp for(const auto& entity : df_space){ entity 183 src/secOrd_op_brusselator_impl.cpp auto lhs_loc = lhs.localFunction(entity); entity 184 src/secOrd_op_brusselator_impl.cpp Quadrature q {entity, lhs_loc.order()}; entity 185 src/secOrd_op_brusselator_impl.cpp const auto& g = entity.geometry(); entity 200 src/secOrd_op_brusselator_impl.cpp for(const auto& entity : df_space){ entity 201 src/secOrd_op_brusselator_impl.cpp const auto fef_loc = fef.localFunction(entity); entity 202 src/secOrd_op_brusselator_impl.cpp auto matrix_loc = matrix.localMatrix(entity, entity); entity 204 src/secOrd_op_brusselator_impl.cpp jacobian_matrix_heat(entity, fef_loc, matrix_loc); entity 205 src/secOrd_op_brusselator_impl.cpp jacobian_matrix_quadMass(entity, fef_loc, matrix_loc); entity 254 src/secOrd_op_brusselator_impl.cpp jacobian_matrix_heat(const Entity& entity, entity 259 src/secOrd_op_brusselator_impl.cpp const auto& geometry = entity.geometry(); entity 262 src/secOrd_op_brusselator_impl.cpp Quadrature q {entity, 2 * fef_loc.order()}; entity 287 src/secOrd_op_brusselator_impl.cpp jacobian_matrix_quadMass(const Entity& entity, entity 290 src/secOrd_op_brusselator_impl.cpp const auto& arg1_loc = d_ptr -> first_arg.localFunction(entity); entity 291 src/secOrd_op_brusselator_impl.cpp const auto& arg2_loc = d_ptr -> second_arg.localFunction(entity); entity 293 src/secOrd_op_brusselator_impl.cpp const auto& geometry = entity.geometry(); entity 296 src/secOrd_op_brusselator_impl.cpp Quadrature q {entity, 2 * fef_loc.order() + arg1_loc.order() + arg2_loc.order()}; entity 125 src/secOrd_op_linearHeat.cpp for(const auto& entity : df_space){ entity 126 src/secOrd_op_linearHeat.cpp const auto& geometry = entity.geometry(); entity 127 src/secOrd_op_linearHeat.cpp const auto cfef_loc = cfef.localFunction(entity); entity 128 src/secOrd_op_linearHeat.cpp auto fef_loc = fef.localFunction(entity); entity 129 src/secOrd_op_linearHeat.cpp Quadrature quad {entity, cfef_loc.order() + fef_loc.order()}; entity 140 src/secOrd_op_linearHeat.cpp for(const auto& entity : df_space){ entity 141 src/secOrd_op_linearHeat.cpp const auto& geometry = entity.geometry(); entity 142 src/secOrd_op_linearHeat.cpp const auto& cfef_loc = tmp_fef.localFunction(entity); entity 143 src/secOrd_op_linearHeat.cpp auto fef_loc = fef.localFunction(entity); entity 144 src/secOrd_op_linearHeat.cpp Quadrature quad {entity, fef_loc.order()}; entity 156 src/secOrd_op_linearHeat.cpp for(const auto& entity : df_space){ entity 157 src/secOrd_op_linearHeat.cpp const auto& geometry = entity.geometry(); entity 158 src/secOrd_op_linearHeat.cpp const auto& cfef_loc = rhs.localFunction(entity); entity 159 src/secOrd_op_linearHeat.cpp auto fef_loc = lhs.localFunction(entity); entity 160 src/secOrd_op_linearHeat.cpp Quadrature quad {entity, fef_loc.order() + cfef_loc.order()}; entity 321 src/secOrd_op_rhs_impl.h for(const auto& entity : df_space){ entity 322 src/secOrd_op_rhs_impl.h const auto& geometry = entity.geometry(); entity 323 src/secOrd_op_rhs_impl.h const Quadrature quad {entity, 2 * df_space.order() + 1}; entity 324 src/secOrd_op_rhs_impl.h auto fef_local = fef.localFunction(entity); entity 140 src/secOrd_op_rhs_u.cpp for(const auto& entity : df_space){ entity 141 src/secOrd_op_rhs_u.cpp const auto& geometry = entity.geometry(); entity 142 src/secOrd_op_rhs_u.cpp const Quadrature quad {entity, 2 * df_space.order() + 1}; entity 143 src/secOrd_op_rhs_u.cpp auto fef_local = fef.localFunction(entity); entity 133 src/secOrd_op_rhs_w.cpp for(const auto& entity : df_space){ entity 134 src/secOrd_op_rhs_w.cpp const auto& geometry = entity.geometry(); entity 135 src/secOrd_op_rhs_w.cpp const Quadrature quad {entity, 2 * df_space.order() + 1}; entity 136 src/secOrd_op_rhs_w.cpp auto fef_local = fef.localFunction(entity); entity 73 src/secOrd_op_solutionDriven_impl.cpp for(const auto& entity : df_space){ entity 74 src/secOrd_op_solutionDriven_impl.cpp const auto& geometry = entity.geometry(); entity 75 src/secOrd_op_solutionDriven_impl.cpp const auto rhs_loc = rhs.localFunction(entity); entity 76 src/secOrd_op_solutionDriven_impl.cpp auto lhs_loc = lhs.localFunction(entity); entity 77 src/secOrd_op_solutionDriven_impl.cpp Quadrature quad {entity, rhs_loc.order() + lhs_loc.order()}; entity 87 src/secOrd_op_solutionDriven_impl.cpp for(const auto& entity : df_space){ entity 88 src/secOrd_op_solutionDriven_impl.cpp const auto& geometry = entity.geometry(); entity 89 src/secOrd_op_solutionDriven_impl.cpp const auto rhs_loc = rhs.localFunction(entity); entity 90 src/secOrd_op_solutionDriven_impl.cpp const auto u_loc = u.localFunction(entity); // Scalar valued entity 91 src/secOrd_op_solutionDriven_impl.cpp auto lhs_loc = lhs.localFunction(entity); entity 92 src/secOrd_op_solutionDriven_impl.cpp Quadrature quad {entity, rhs_loc.order() + lhs_loc.order()};