GRINS-0.8.0
List of all members | Public Member Functions | Protected Attributes
GRINS::AssemblyContext Class Reference

#include <assembly_context.h>

Inheritance diagram for GRINS::AssemblyContext:
Inheritance graph
[legend]
Collaboration diagram for GRINS::AssemblyContext:
Collaboration graph
[legend]

Public Member Functions

 AssemblyContext (const libMesh::System &system)
 
 ~AssemblyContext ()
 
CachedValuesget_cached_values ()
 
const CachedValuesget_cached_values () const
 

Protected Attributes

CachedValues _cached_values
 

Detailed Description

Definition at line 37 of file assembly_context.h.

Constructor & Destructor Documentation

GRINS::AssemblyContext::AssemblyContext ( const libMesh::System &  system)

Definition at line 30 of file assembly_context.C.

31  : libMesh::FEMContext(system)
32  {
33  return;
34  }
GRINS::AssemblyContext::~AssemblyContext ( )

Definition at line 36 of file assembly_context.C.

37  {
38  return;
39  }

Member Function Documentation

CachedValues& GRINS::AssemblyContext::get_cached_values ( )
inline
const CachedValues& GRINS::AssemblyContext::get_cached_values ( ) const
inline

Definition at line 47 of file assembly_context.h.

References _cached_values.

48  { return _cached_values; }

Member Data Documentation

CachedValues GRINS::AssemblyContext::_cached_values
protected

Definition at line 52 of file assembly_context.h.

Referenced by get_cached_values().


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

Generated on Tue Dec 19 2017 12:47:30 for GRINS-0.8.0 by  doxygen 1.8.9.1