Dear Deal.II community,

I'm programming with tetrahedral mesh input using simplex meshes.

In step-3,
FE_Q<2> fe;
-> MappingFE<2> mapping;
   FE_SimplexP<2> fe;
   mapping(FE_SimplexP<2>(1))
   ...
(https://www.dealii.org/current/doxygen/deal.II/group__simplex.html)

I think, FE_Q<> in step-3 tutorial can be replaced like this.
But I don't know how to change the code in step-8 tutorial.

In step-8,
FESystem<dim> fe;
fe(FE_Q<dim>(1), dim)
-> ???

Thanks,
yyyychoi

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/3e4297b9-d799-45b6-86f5-fa9e182d0da5n%40googlegroups.com.

Reply via email to