vfef 113 src/io_dgf.cpp void Handler::write(const std::string& out_filename, const Vec_FEfun& vfef) const try{ vfef 114 src/io_dgf.cpp if(vfef.size() != d_ptr -> vec_dim_dof) throw logic_error vfef 121 src/io_dgf.cpp const auto vertices = Esfem::Io::Dgf::to_vertices(vfef); vfef 136 src/io_dgf.cpp void Handler::read(const string& in_filename, Vec_FEfun& vfef) const try{ vfef 141 src/io_dgf.cpp const auto dim_of_fef = vfef.size(); vfef 146 src/io_dgf.cpp vfef << vertices; vfef 47 src/secOrd_op_identity.cpp void Identity::interpolate(Grid::Vec_FEfun& vfef) const{ vfef 50 src/secOrd_op_identity.cpp interpolateFunction(d_ptr -> identity_impl, vfef); vfef 111 src/secOrd_op_initData.cpp void Exact_velocity::interpolate(Grid::Vec_FEfun& vfef) const{ vfef 114 src/secOrd_op_initData.cpp interpolateFunction(d_ptr -> v_fun, vfef); vfef 153 src/secOrd_op_initData_impl.cpp void sphere_eigenFun::interpolate(Grid::Vec_FEfun& vfef) const{ vfef 155 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<Vfef>::interpolateFunction(*this, vfef); vfef 174 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<vfef>::interpolateFunction(*this, rhs); vfef 196 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<vfef>::interpolateFunction(*this, rhs); vfef 215 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<vfef>::interpolateFunction(*this, rhs); vfef 228 src/secOrd_op_initData_impl.cpp Dune::LagrangeInterpolation<vfef>::interpolateFunction(*this, rhs); vfef 54 src/secOrd_op_rhs.cpp void Vec_rhs::assemble_and_addScaled_to(Grid::Vec_FEfun& vfef){ vfef 56 src/secOrd_op_rhs.cpp Vec_FE_function& dune_vfef = vfef; vfef 52 test/io_dgf.cpp Esfem::Grid::Vec_FEfun vfef {"vfef", grid}; vfef 54 test/io_dgf.cpp dgf_interpreter.read(dgf_inputFile, vfef); vfef 55 test/io_dgf.cpp vfef *= -1.; vfef 56 test/io_dgf.cpp dgf_interpreter.write(name(vfef), vfef); vfef 63 test/io_dgf.cpp dgf_interpreter.read(name(fef), vfef); } vfef 69 test/io_dgf.cpp hello(name(vfef)); vfef 70 test/io_dgf.cpp dgf_interpreter.read(name(vfef), fef); }