> I was able to separate step-33 into different files and compile them. > After that I started to add MeshWorker but I am getting compile errors which > I wrote here > [..] > MeshWorker::Assembler::SystemSimple<TrilinosWrappers::SparseMatrix, > Vector<double> > assembler;
You need to use a Trilinoswrappers::Vector or Trilinoswrappers::MPI::Vector together with a TrilinosWrappers::SparseMatrix. -- Timo Heister http://num.math.uni-goettingen.de/~heister _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
