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

Constructor & Destructor Documentation

◆ LocalDataKey() [1/2]

Assembly::LocalDataKey::LocalDataKey ( )
inlineprivate

Definition at line 867 of file Assembly.h.

867 {}

◆ LocalDataKey() [2/2]

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

Definition at line 868 of file Assembly.h.

868 {}

Friends And Related Function Documentation

◆ Assembly

friend class Assembly
friend

Definition at line 865 of file Assembly.h.

◆ TaggingInterface

friend class TaggingInterface
friend

Definition at line 866 of file Assembly.h.


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