Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

app-bholger/gfem/l2projection.h
Go to the documentation of this file.
00001 #include "string"
00002 #include "basics.hh"
00003 #include "space.hh"
00004 #include "hp2D.hh"
00005 #include "toolbox.hh"
00006 
00007 extern void l2projection(const std::string& filename, const concepts::Vector<concepts::Real>& rhs, 
00008         concepts::Space<concepts::Real>& space);
00009 
00010 extern void l2projection(concepts::Vector<concepts::Real>& sol,
00011     const concepts::Vector<concepts::Real>& rhs, 
00012         concepts::Space<concepts::Real>& space);
00013 
00014 /* doesn't work yet
00015 extern void l2projection(const std::string& filename, const concepts::Vector<Cmplx>& rhs, 
00016         concepts::Space<concepts::Real>& space);
00017         */
00018 

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)