// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef _SOLVERFIELD_H_
#define _SOLVERFIELD_H_
#include<vector>
#include<iostream>
#include"MElement.h"
#include"dofManager.h"
#include"functionSpace.h"
template<classT>
classSolverField:publicFunctionSpace<T>// being able to use it instead of a real function space is interesting (nbkeys=1, dofs undefined (or could be defined by element-wise )