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

Functions
app-bholger/gfem/l2projection.h File Reference
#include "string"
#include "basics.hh"
#include "space.hh"
#include "hp2D.hh"
#include "toolbox.hh"
Include dependency graph for l2projection.h:

Go to the source code of this file.

Functions

void l2projection (const std::string &filename, const concepts::Vector< concepts::Real > &rhs, concepts::Space< concepts::Real > &space)
void l2projection (concepts::Vector< concepts::Real > &sol, const concepts::Vector< concepts::Real > &rhs, concepts::Space< concepts::Real > &space)

Function Documentation

void l2projection ( const std::string &  filename,
const concepts::Vector< concepts::Real > &  rhs,
concepts::Space< concepts::Real > &  space 
)
void l2projection ( concepts::Vector< concepts::Real > &  sol,
const concepts::Vector< concepts::Real > &  rhs,
concepts::Space< concepts::Real > &  space 
)

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