e                 104 data/sphere/2014paperALE_sphere/improve_sphere.cpp catch(exception& e){
e                 105 data/sphere/2014paperALE_sphere/improve_sphere.cpp 	cerr << e.what() << '\n';
e                  38 data/sphere/first_revision/test.cpp catch(exception& e){
e                  39 data/sphere/first_revision/test.cpp 	cerr << e.what() << '\n';
e                  60 data/sphere/level_set_test.cpp  catch(std::exception& e){
e                  61 data/sphere/level_set_test.cpp    std::cerr << e.what() << '\n';
e                 109 data/sphere/level_set_test.cpp     catch(const std::exception& e){
e                 110 data/sphere/level_set_test.cpp       std::cerr << e.what() << '\n';
e                  15 old_code/2015linfty/2015linfty.cpp catch( const Dune::Exception& e )
e                  17 old_code/2015linfty/2015linfty.cpp   std::cerr << "Error: " << e << std::endl;
e                  71 old_code/tumor_growth/heat.cc catch( const Dune::Exception& e )
e                  73 old_code/tumor_growth/heat.cc   std::cerr << "Error: " << e << std::endl;
e                 189 old_code/tumor_growth/tumor_bdf.h     catch(std::exception& e){
e                  14 src/brusselator_main.cpp catch(const Dune::Exception& e){
e                  15 src/brusselator_main.cpp   std::cerr << "Dune error: " << e << std::endl;
e                  18 src/brusselator_main.cpp catch(const std::exception& e){
e                  19 src/brusselator_main.cpp   print_errMsg(e);
e                  26 src/brusselator_main.cpp void print_errMsg(const std::exception& e){
e                  27 src/brusselator_main.cpp   std::cerr << e.what() << '\n';
e                  29 src/brusselator_main.cpp     std::rethrow_if_nested(e);
e                  83 src/grid_GridAndTime.cpp catch(const Dune::Exception& e){
e                  86 src/grid_GridAndTime.cpp       << "Dune error: " << e << std::endl;
e                 100 src/grid_GridAndTime.cpp  catch(const Dune::Exception& e){
e                 103 src/grid_GridAndTime.cpp        << "Dune error: " << e << std::endl;
e                  14 src/linHeat_main.cpp catch(const Dune::Exception& e){
e                  15 src/linHeat_main.cpp   std::cerr << "Dune error: " << e << std::endl;
e                  18 src/linHeat_main.cpp catch(const std::exception& e){
e                  19 src/linHeat_main.cpp   print_errMsg(e);
e                  26 src/linHeat_main.cpp void print_errMsg(const std::exception& e){
e                  27 src/linHeat_main.cpp   std::cerr << e.what() << '\n';
e                  29 src/linHeat_main.cpp     std::rethrow_if_nested(e);
e                  93 src/maxH_main.cpp   elemlist e;
e                  96 src/maxH_main.cpp     :n {init_nodelist(no)}, e {init_elemlist(no)} {}
e                 113 src/maxH_main.cpp     elemlist e {f};
e                 115 src/maxH_main.cpp     for(auto& vi : e) vi -= 1;
e                 116 src/maxH_main.cpp     return e;
e                 142 src/maxH_main.cpp   valarray<double> all_h(fm.e.size() * no_edges);
e                 144 src/maxH_main.cpp   for(const auto& elem : fm.e){
e                 173 src/maxH_main.cpp void print_what(const exception& e){
e                 174 src/maxH_main.cpp   cerr << e.what() << '\n';
e                 176 src/maxH_main.cpp     rethrow_if_nested(e);
e                 178 src/maxH_main.cpp   catch(const exception& e){
e                 179 src/maxH_main.cpp     print_what(e);
e                 194 src/maxH_main.cpp  catch(const exception& e){
e                 195 src/maxH_main.cpp    print_what(e);
e                 213 src/secOrd_op_brusselator_impl.cpp void Brusselator_op::heat_model(const Entity& e, const Local_function& rhs_loc,
e                 215 src/secOrd_op_brusselator_impl.cpp   const auto& g = e.geometry();
e                 216 src/secOrd_op_brusselator_impl.cpp   Quadrature q {e, lhs_loc.order() + rhs_loc.order()};
e                 233 src/secOrd_op_brusselator_impl.cpp quad_massMatrix_model(const Entity& e, const Local_function& rhs_loc,
e                 235 src/secOrd_op_brusselator_impl.cpp   const auto& g = e.geometry();
e                 236 src/secOrd_op_brusselator_impl.cpp   const auto& arg1_loc = d_ptr -> first_arg.localFunction(e);
e                 237 src/secOrd_op_brusselator_impl.cpp   const auto& arg2_loc = d_ptr -> second_arg.localFunction(e);
e                 239 src/secOrd_op_brusselator_impl.cpp   {e, lhs_loc.order() + arg1_loc.order() + arg2_loc.order() + rhs_loc.order()};
e                 160 src/secOrd_op_rhs_impl.cpp    e {Parameter::getValue<double>("tumor_growth.surface.epsilon", .01)},
e                 172 src/secOrd_op_rhs_impl.cpp     factor = a_til + ((a * a_til + e ) * mc - delta *u_fun(d[0], d[1]) )/ norm;
e                 187 src/secOrd_op_rhs_impl.cpp    e {Parameter::getValue<double>("tumor_growth.surface.epsilon", .01)}
e                 190 src/secOrd_op_rhs_impl.cpp   const auto fac = (1. + (a+e)*dim*exp(-2. * tp.time()));
e                 192 src/secOrd_op_rhs_impl.h       double e;
e                 232 src/secOrd_op_rhs_impl.h       double e;
e                  64 test/io_dgf.cpp   catch(const exception& e){
e                  66 test/io_dgf.cpp     print_errMsg(e);
e                  71 test/io_dgf.cpp   catch(const exception& e){
e                  73 test/io_dgf.cpp     print_errMsg(e);
e                  76 test/io_dgf.cpp  catch(const exception& e){
e                  77 test/io_dgf.cpp    print_errMsg(e);
e                  80 test/io_dgf.cpp  catch(const Dune::Exception& e){
e                  81 test/io_dgf.cpp    cerr << "Dune error: " << e << endl;
e                  92 test/io_dgf.cpp void print_errMsg(const std::exception& e){
e                  93 test/io_dgf.cpp   std::cerr << e.what() << '\n';
e                  95 test/io_dgf.cpp     std::rethrow_if_nested(e);