name 143 include/grid.h explicit Scal_FEfun(const std::string& name, const Grid_and_time& gt); name 157 include/grid.h auto name() const { return fun.name(); } name 171 include/grid.h explicit Vec_FEfun(const std::string& name, const Grid_and_time&); name 185 include/grid.h auto name() const { return fun.name(); } name 40 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(const std::string name, const int step) name 41 old_code/2015linfty/backup_dune_heat_algo.hpp : name_(name), step_( step ) name 40 old_code/2015linfty/dune_heat_algorithm.hpp DataOutputParameters(const std::string name, const int step) name 41 old_code/2015linfty/dune_heat_algorithm.hpp : name_(name), step_( step ) name 40 old_code/tumor_growth/tumor_code.h DataOutputParameters(const std::string name, const int step) name 41 old_code/tumor_growth/tumor_code.h : name_(name), step_( step ) name 121 src/brusselator_algo.cpp Grid::compose_dgfName(fef.surface.fun.name(), fef.tmpFile_path), name 147 src/brusselator_algo_impl.cpp Grid::compose_dgfName(fef.surface.fun.name(), fef.tmpFile_path), name 185 src/brusselator_algo_impl.cpp Grid::compose_dgfName(bs.fef.surface.fun.name(), bs.fef.tmpFile_path ), name 130 src/config/config.h #define FC_FUNC(name,NAME) name ## _ name 133 src/config/config.h #define FC_FUNC_(name,NAME) name ## _ name 130 src/config/config_osx.h #define FC_FUNC(name,NAME) name ## _ name 133 src/config/config_osx.h #define FC_FUNC_(name,NAME) name ## _ name 130 src/config/config_ubuntu.h #define FC_FUNC(name,NAME) name ## _ name 133 src/config/config_ubuntu.h #define FC_FUNC_(name,NAME) name ## _ name 43 src/grid_FEfunSet.h r3fef(const std::string& name, const Grid_and_time& gt) name 44 src/grid_FEfunSet.h :x {name, gt}, y {name, gt}, z {name, gt} {} name 52 src/grid_FEfunSet.h FEfun_set(const std::string& name, const Grid::Grid_and_time&); name 115 src/grid_FEfunSet.h FEfun_set(const std::string& name, name 117 src/grid_FEfunSet.h : fun {name, gt}, app {name + "_app", gt}, name 118 src/grid_FEfunSet.h exact {name + "_exact", gt}, rhs_les {name + "_rhs_les", gt} name 131 src/grid_FEfunSet.h h.write(compose_dgfName(fun.name(), dir), fun); name 132 src/grid_FEfunSet.h h.write(compose_dgfName(app.name(), dir), app); name 133 src/grid_FEfunSet.h h.write(compose_dgfName(exact.name(), dir), exact); name 134 src/grid_FEfunSet.h h.write(compose_dgfName(rhs_les.name(), dir), rhs_les); name 139 src/grid_FEfunSet.h h.read(compose_dgfName(fun.name(), dir), fun); name 140 src/grid_FEfunSet.h h.read(compose_dgfName(app.name(), dir), app); name 141 src/grid_FEfunSet.h h.read(compose_dgfName(exact.name(), dir), exact); name 142 src/grid_FEfunSet.h h.read(compose_dgfName(rhs_les.name(), dir), rhs_les); name 44 src/grid_fef.cpp : fun {other.name() + "+", gt.fe_space()} name 58 src/grid_fef.cpp : fun {other.name() + "+", gt.vec_fe_space()} name 24 test/io_dgf.cpp return base_dir + fef.name() + ".dgf"; name 56 test/io_dgf.cpp dgf_interpreter.write(name(vfef), vfef); name 59 test/io_dgf.cpp dgf_interpreter.write(name(fef), fef); name 62 test/io_dgf.cpp hello(name(fef)); name 63 test/io_dgf.cpp dgf_interpreter.read(name(fef), vfef); } name 69 test/io_dgf.cpp hello(name(vfef)); name 70 test/io_dgf.cpp dgf_interpreter.read(name(vfef), fef); }