GRINS-0.6.0
Public Member Functions | List of all members
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 ()
 

Detailed Description

Definition at line 34 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  }

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

Generated on Mon Jun 22 2015 21:32:21 for GRINS-0.6.0 by  doxygen 1.8.9.1