> I assume your implementation is in fe/mapping_q1.cc in function > MappingQ1::transform_real_to_unit_cell_internal? I.e., the one here: > > > http://dealii.org/svn/dealii/branches/branch_codim_two/deal.II/source/fe/mapping_q1.cc> > ?
Yes, but as a template specialization. template<> void MappingQ1<2,3>:: transform_real_to_unit_cell_internal (...) I can take care of transferring this idea to the other <dim, spacedim> cases and try to merge with Guido's changes. Best -Seba _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
