Template Struct cache_face_normals
Defined in File competences.hxx
Inheritance Relationships
Base Type
public t8_crtp_operator< TUnderlying, cache_face_normals >(Template Struct t8_crtp_operator)
Struct Documentation
-
template<typename TUnderlying>
struct cache_face_normals : public t8_crtp_operator<TUnderlying, cache_face_normals> Competence to cache the normal of a specific face at the first function call.
- Template Parameters:
TUnderlying – Use the element with specified competences as template parameter.
Public Functions
-
inline bool face_normal_cache_filled(int face) const
Function that checks if the cache for a face has been filled.
- Parameters:
face – [in] The face for which the cache should be checked.
- Returns:
true if the cache has been filled, false otherwise.