Dear all,
I am doing a SolutionTransfer in the same fashion as described in the docu
of SolutionTransfer class.
After calling
-triangulation.execute_coarsening_and_refinement();
I proceed with
-dofHandler.distribute_dofs(feSystem);
-constraints.clear();
-DoFTools::make_hanging_node_constraints(
Dear all,
I am working on impose constant pressure load on a plate's upper surface.
The code is derived from step-18 and attached below. But I found that the
diplacement is not right, and it varies when the number of face elements
changes. I am thinking about something wrong with the loading bu