ug4
|
#include "lib_disc/local_finite_element/local_finite_element_id.h"
#include "lib_disc/dof_manager/function_pattern.h"
#include "lib_disc/common/local_algebra.h"
#include "approximation_space.h"
#include "lib_disc/dof_manager/dof_distribution.h"
#include "lib_algebra/parallelization/parallel_storage_type.h"
#include "grid_function_impl.h"
Go to the source code of this file.
Classes | |
struct | ug::GridFunction< TDomain, TAlgebra >::dim_traits< dim > |
class | ug::GridFunction< TDomain, TAlgebra > |
represents numerical solutions on a grid using an algebraic vector More... | |
class | ug::IGridFunction |
Base class for all Grid Functions. More... | |
struct | ug::GridFunction< TDomain, TAlgebra >::traits< TElem > |
iterator traits More... | |
Namespaces | |
ug | |
the ug namespace | |
Functions | |
template<typename TDomain , typename TAlgebra > | |
const TAlgebra::vector_type & | ug::getVector (const GridFunction< TDomain, TAlgebra > &t) |
template<typename TDomain , typename TAlgebra > | |
std::ostream & | ug::operator<< (std::ostream &outStream, const GridFunction< TDomain, TAlgebra > &v) |