https://mooseframework.inl.gov
Private Member Functions | Friends | List of all members
Assembly::LocalDataKey Class Reference

Key structure for APIs adding/caching local element residuals/Jacobians. More...

#include <Assembly.h>

Private Member Functions

 LocalDataKey ()
 
 LocalDataKey (const LocalDataKey &)
 

Friends

class Assembly
 
class TaggingInterface
 

Detailed Description

Key structure for APIs adding/caching local element residuals/Jacobians.

Developers in blessed classes may create keys using simple curly braces {} or may be more explicit and use Assembly::LocalDataKey{}

Definition at line 823 of file Assembly.h.

Constructor & Destructor Documentation

◆ LocalDataKey() [1/2]

Assembly::LocalDataKey::LocalDataKey ( )
inlineprivate

Definition at line 828 of file Assembly.h.

828 {}

◆ LocalDataKey() [2/2]

Assembly::LocalDataKey::LocalDataKey ( const LocalDataKey )
inlineprivate

Definition at line 829 of file Assembly.h.

829 {}

Friends And Related Function Documentation

◆ Assembly

friend class Assembly
friend

Definition at line 826 of file Assembly.h.

◆ TaggingInterface

friend class TaggingInterface
friend

Definition at line 827 of file Assembly.h.


The documentation for this class was generated from the following file: