libMesh::System::Assembly Class Referenceabstract

#include <system.h>

Public Member Functions

virtual ~Assembly ()
 
virtual void assemble ()=0
 

Detailed Description

Abstract base class to be used for system assembly. A user class derived from this class may be used to assemble the system by attaching an object with the method attach_assemble_object.

Definition at line 135 of file system.h.

Constructor & Destructor Documentation

◆ ~Assembly()

virtual libMesh::System::Assembly::~Assembly ( )
inlinevirtual

Destructor. Virtual because we will have virtual functions.

Definition at line 141 of file system.h.

141 {}

Member Function Documentation

◆ assemble()

virtual void libMesh::System::Assembly::assemble ( )
pure virtual

Assembly function. This function will be called to assemble the system prior to a solve and must be provided by the user in a derived class.

Referenced by libMesh::System::user_assembly().


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