user-provided object to perform actions after assembly and before returning to the solver.
More...
#include <transient_assembly.h>
user-provided object to perform actions after assembly and before returning to the solver.
Use set_post_assembly_object
to provide a pointer to the object.
Definition at line 47 of file transient_assembly.h.
MAST::TransientAssembly::PostAssemblyOperation::PostAssemblyOperation |
( |
| ) |
|
|
inline |
virtual MAST::TransientAssembly::PostAssemblyOperation::~PostAssemblyOperation |
( |
| ) |
|
|
inlinevirtual |
virtual void MAST::TransientAssembly::PostAssemblyOperation::post_assembly |
( |
const libMesh::NumericVector< Real > & |
X, |
|
|
libMesh::NumericVector< Real > * |
R, |
|
|
libMesh::SparseMatrix< Real > * |
J, |
|
|
libMesh::NonlinearImplicitSystem & |
S |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: