other              43 old_code/2015linfty/backup_dune_heat_algo.hpp 	DataOutputParameters(const DataOutputParameters& other)
other              44 old_code/2015linfty/backup_dune_heat_algo.hpp 		: step_( other.step_ )
other              43 old_code/2015linfty/dune_heat_algorithm.hpp   DataOutputParameters(const DataOutputParameters& other)
other              44 old_code/2015linfty/dune_heat_algorithm.hpp     : step_( other.step_ )
other              43 old_code/tumor_growth/tumor_code.h   DataOutputParameters(const DataOutputParameters& other)
other              44 old_code/tumor_growth/tumor_code.h     : step_( other.step_ )
other             122 src/grid_FEfunSet.h     FEfun_set(const FEfun_set& other, const Esfem::Grid::Grid_and_time& gt)
other             123 src/grid_FEfunSet.h       : fun {other.fun, gt}, app {other.app, gt}, 
other             124 src/grid_FEfunSet.h       exact {other.exact, gt}, rhs_les {other.rhs_les, gt}
other              31 src/grid_fef.cpp Scal_FEfun& Scal_FEfun::operator=(const Scal_FEfun& other){
other              32 src/grid_fef.cpp   fun.assign(other.fun);
other              43 src/grid_fef.cpp Scal_FEfun::Scal_FEfun(const Scal_FEfun& other, const Grid_and_time& gt)
other              44 src/grid_fef.cpp   : fun {other.name() + "+", gt.fe_space()}
other              46 src/grid_fef.cpp   fun.assign(other.fun); 
other              57 src/grid_fef.cpp Vec_FEfun::Vec_FEfun(const Vec_FEfun& other, const Grid_and_time& gt)
other              58 src/grid_fef.cpp   : fun {other.name() + "+", gt.vec_fe_space()}
other              60 src/grid_fef.cpp   fun.assign(other.fun); 
other              62 src/grid_fef.cpp Vec_FEfun& Vec_FEfun::operator=(const Vec_FEfun& other){
other              63 src/grid_fef.cpp   fun.assign(other.fun);
other              88 src/io_paraview.cpp DataOutputParameters::DataOutputParameters(const DataOutputParameters& other)
other              89 src/io_paraview.cpp   : step {other.step}