On 2/11/22 12:12, 'Markus Mehnert' via deal.II User Group wrote:
*** Caution: EXTERNAL Sender ***

Dear Wolfgang,

Thank you for your quick response. The dofs per face are defined as /
/
/
/
/const unsigned int dofs_per_face = fe_cell.dofs_per_face;/
/
/
where fe_cell is the/FESystem/ that consists of

fe_cell(FE_Q<dim> (poly_order), dim,  //Displacement
              FE_Q<dim> (poly_order), 1,          //Electric Potential
             FE_Q<dim> (poly_order+1), dim, //Vectorial Electronic order parameter
              FE_DGPMonomial<dim>(poly_order - 1), 1,  // Dilatation
              FE_DGPMonomial<dim>(poly_order - 1), 1),  // Pressure

  I checked the number of dofs and it seems to be correct.

Then it's time to count how many constraints you expect (on a piece of paper), how many you actually enter into the constraint object, and how many the constraints object actually holds :-)

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
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/554ac709-be38-eb34-3c0c-1ef69a9b1c6d%40colostate.edu.

Reply via email to