read               46 include/io_dgf.h 	void read(const std::string& in_filename, Grid::Vec_FEfun&) const;
read               47 include/io_dgf.h 	void read(const std::string& in_filename, Grid::Scal_FEfun&) const;
read               24 old_code/2015linfty/iodof.h enum class IO_direction {write, read};
read               51 old_code/2015linfty/iodof.h       case IO_direction::write: case IO_direction::read:
read               77 old_code/2015linfty/iodof.h   case IO_direction::read:
read              305 src/brusselator_algo.cpp     fef.u.read(io.dgf_handler, uw_path);
read              306 src/brusselator_algo.cpp     fef.w.read(io.dgf_handler, uw_path);
read               65 src/grid_FEfunSet.h       void read(const Esfem::Io::Dgf::Handler&,
read              139 src/grid_FEfunSet.h       h.read(compose_dgfName(fun.name(), dir), fun);
read              140 src/grid_FEfunSet.h       h.read(compose_dgfName(app.name(), dir), app);
read              141 src/grid_FEfunSet.h       h.read(compose_dgfName(exact.name(), dir), exact);
read              142 src/grid_FEfunSet.h       h.read(compose_dgfName(rhs_les.name(), dir), rhs_les);
read               54 test/io_dgf.cpp   dgf_interpreter.read(dgf_inputFile, vfef);
read               63 test/io_dgf.cpp     dgf_interpreter.read(name(fef), vfef); }
read               70 test/io_dgf.cpp     dgf_interpreter.read(name(vfef), fef); }