> I have the following problem which has me going in circles. Perhaps > someone has ahieved a similar goal and can offer me some advice. The > model looks like this: > > Step-1: Solve elastic problem using > fe_dim (FE_Q<dim>(1), dim), > The solution found is the displacment field. > > Step-2: Solve the Poisson-like equation using > fe_1 (FE_Q<dim>(1), 1), > The solution found is the electrostatic potential.
I'm not quite clear what exactly you do. Do you want to say that between steps 1 and 2 you call DoFHandler::distribute_dofs with a different finite element and re-use the same DoFHandler object again for step-2? W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
