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

Constructor & Destructor Documentation

◆ GlobalDataKey() [1/2]

Assembly::GlobalDataKey::GlobalDataKey ( )
inlineprivate

Definition at line 824 of file Assembly.h.

824 {}

◆ GlobalDataKey() [2/2]

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

Definition at line 825 of file Assembly.h.

825 {}

Friends And Related Function Documentation

◆ Assembly

friend class Assembly
friend

Definition at line 818 of file Assembly.h.

◆ ComputeMortarFunctor

friend class ComputeMortarFunctor
friend

Definition at line 822 of file Assembly.h.

◆ DisplacedProblem

friend class DisplacedProblem
friend

Definition at line 821 of file Assembly.h.

◆ FEProblemBase

friend class FEProblemBase
friend

Definition at line 820 of file Assembly.h.

◆ NonlinearSystemBase

friend class NonlinearSystemBase
friend

Definition at line 823 of file Assembly.h.

◆ SubProblem

friend class SubProblem
friend

Definition at line 819 of file Assembly.h.


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