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 833 of file Assembly.h.

Constructor & Destructor Documentation

◆ LocalDataKey() [1/2]

Assembly::LocalDataKey::LocalDataKey ( )
inlineprivate

Definition at line 838 of file Assembly.h.

838 {}

◆ LocalDataKey() [2/2]

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

Definition at line 839 of file Assembly.h.

839 {}

Friends And Related Function Documentation

◆ Assembly

friend class Assembly
friend

Definition at line 836 of file Assembly.h.

◆ TaggingInterface

friend class TaggingInterface
friend

Definition at line 837 of file Assembly.h.


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