Mahsa,
> I am learning how to use Deal.II recently. I want to apply point load at > the point of (+1,+1) in step 8 with neuman boundary condition but I have > problem in applying point load. Would you please help me? how can I apply a > point load with magnitude of 10 in that point? > You probably want to use VectorTools::create_point_source_vector [1]. There are also some posts [2] considering this problem, e.g. [2]. What kind of problems are you actually facing? Can you be a bit more specific? Best, Daniel [1] http://www.dealii.org/8.5.0/doxygen/deal.II/namespaceVectorTools.html#ad03b858b1a3b59003a76f6224e67efc7 [2] https://groups.google.com/forum/#!topic/dealii/Rwl48nDtLtA -- 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]. For more options, visit https://groups.google.com/d/optout.
