Peter Munch
Peter Munch
> I'd like to get this done, given that step-19 is new in this release. @bangerth It would be nice if the documentation would be updated. The movie is not...
I still prefer the other version.
> I agree in having the function in the base class. We could do the same that we do for the FIniteElement class, i.e., something like has_support_points get_support_points has_face_support_points get_face_support_points...
@kronbichler I think such type of functions would be quite helpful. The indirection via `MatrixFree` leads to a lot of boiler code. What do you think? I still need to...
Is the documentation better now?
Let me just add one point to the discussion: it might be also something to think about to add a version of `DictionaryPayLoad` built around of a map instead of...
@kronbichler PR #12513 adds an assert that recommends to configure deal.II with 64bit indices. For more, one needs to (significantly) more work. In particular, within the global coarsening algorithm `ComputeIndexOwner`...
I have only added an assert that one should compile deal.II with 64bit indices, since the class operates on `types::global_cell_index`: https://github.com/dealii/dealii/blob/7e1892d3381e93ad2af8d5c2f3a51af23bef2ac1/include/deal.II/grid/cell_id_translator.h#L136-L148 One could, work always on 64bit integers as done...
The naming quad/face is somewhat historically and used throughout the library. - Quad (I agree that this is now an unfortunate name) refers to a 2D entity (i.e. a quadrilateral...