Skip to content
Snippets Groups Projects
Commit bcfd12d5 authored by Felix Schindler's avatar Felix Schindler
Browse files

minor changes

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/dune-fem-functionals/trunk@223 4028485c-44d9-4cde-a312-5a4635ee2db9
parent e02c04f5
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
#include <dune/fem-tools/common/string.hh>
#include <dune/fem-tools/common/printing.hh>
#include <dune/fem-tools/function/runtimefunction.hh>
//#include <dune/fem-tools/function/functiontools.hh>
//#include <dune/fem-tools/discretefunction.hh>
using namespace Dune::Functionals;
......@@ -194,16 +194,6 @@ int main(int argc, char** argv)
typename Dune::Functionals::DiscreteFunction::FemAdapter<DiscreteFunctionType> DiscreteFunctionFemAdapterType;
DiscreteFunctionFemAdapterType solutionAdapter(solution);
//// typedef Dune::Functionals::DiscreteFunctionSpace::Continuous::LagrangeFemAdapter< DiscreteH1Type >
//// LagrangeFemAdapterType;
//// const LagrangeFemAdapterType lagrangeFemAdapter( discreteH1 );
//// typedef Dune::BlockVectorDiscreteFunction< LagrangeFemAdapterType >
//// DiscreteFunctionType;
//// const DiscreteFunctionType solution( "solution", lagrangeFemAdapter );
//// DiscreteFunctionType solution = Dune::FemTools::Function::createFromVector( lagrangeFemAdapter, *u0 );
Dune::FemTools::Function::writeToVTK(solutionAdapter, "solution");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment