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

Constructor & Destructor Documentation

◆ GlobalDataKey() [1/2]

Assembly::GlobalDataKey::GlobalDataKey ( )
inlineprivate

Definition at line 814 of file Assembly.h.

814 {}

◆ GlobalDataKey() [2/2]

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

Definition at line 815 of file Assembly.h.

815 {}

Friends And Related Function Documentation

◆ Assembly

friend class Assembly
friend

Definition at line 808 of file Assembly.h.

◆ ComputeMortarFunctor

friend class ComputeMortarFunctor
friend

Definition at line 812 of file Assembly.h.

◆ DisplacedProblem

friend class DisplacedProblem
friend

Definition at line 811 of file Assembly.h.

◆ FEProblemBase

friend class FEProblemBase
friend

Definition at line 810 of file Assembly.h.

◆ NonlinearSystemBase

friend class NonlinearSystemBase
friend

Definition at line 813 of file Assembly.h.

◆ SubProblem

friend class SubProblem
friend

Definition at line 809 of file Assembly.h.


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