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

Key structure for APIs manipulating global vectors/matrices. More...

#include <Assembly.h>

Private Member Functions

 GlobalDataKey ()
 
 GlobalDataKey (const GlobalDataKey &)
 

Friends

class Assembly
 
class SubProblem
 
class FEProblemBase
 
class DisplacedProblem
 
class ComputeMortarFunctor
 
class NonlinearSystemBase
 

Detailed Description

Key structure for APIs manipulating global vectors/matrices.

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

Definition at line 844 of file Assembly.h.

Constructor & Destructor Documentation

◆ GlobalDataKey() [1/2]

Assembly::GlobalDataKey::GlobalDataKey ( )
inlineprivate

Definition at line 853 of file Assembly.h.

853 {}

◆ GlobalDataKey() [2/2]

Assembly::GlobalDataKey::GlobalDataKey ( const GlobalDataKey )
inlineprivate

Definition at line 854 of file Assembly.h.

854 {}

Friends And Related Function Documentation

◆ Assembly

friend class Assembly
friend

Definition at line 847 of file Assembly.h.

◆ ComputeMortarFunctor

friend class ComputeMortarFunctor
friend

Definition at line 851 of file Assembly.h.

◆ DisplacedProblem

friend class DisplacedProblem
friend

Definition at line 850 of file Assembly.h.

◆ FEProblemBase

friend class FEProblemBase
friend

Definition at line 849 of file Assembly.h.

◆ NonlinearSystemBase

friend class NonlinearSystemBase
friend

Definition at line 852 of file Assembly.h.

◆ SubProblem

friend class SubProblem
friend

Definition at line 848 of file Assembly.h.


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