https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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 835 of file Assembly.h.

Constructor & Destructor Documentation

◆ GlobalDataKey() [1/2]

Assembly::GlobalDataKey::GlobalDataKey ( )
inlineprivate

Definition at line 844 of file Assembly.h.

844{}

◆ GlobalDataKey() [2/2]

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

Definition at line 845 of file Assembly.h.

845{}

Friends And Related Symbol Documentation

◆ Assembly

friend class Assembly
friend

Definition at line 838 of file Assembly.h.

◆ ComputeMortarFunctor

friend class ComputeMortarFunctor
friend

Definition at line 842 of file Assembly.h.

◆ DisplacedProblem

friend class DisplacedProblem
friend

Definition at line 841 of file Assembly.h.

◆ FEProblemBase

friend class FEProblemBase
friend

Definition at line 840 of file Assembly.h.

◆ NonlinearSystemBase

friend class NonlinearSystemBase
friend

Definition at line 843 of file Assembly.h.

◆ SubProblem

friend class SubProblem
friend

Definition at line 839 of file Assembly.h.


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