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.
#include <transient_assembly.h>
Public Member Functions | |
PostAssemblyOperation () | |
virtual | ~PostAssemblyOperation () |
virtual void | post_assembly (const libMesh::NumericVector< Real > &X, libMesh::NumericVector< Real > *R, libMesh::SparseMatrix< Real > *J, libMesh::NonlinearImplicitSystem &S)=0 |
|
inline |
Definition at line 50 of file transient_assembly.h.
|
inlinevirtual |
Definition at line 51 of file transient_assembly.h.
|
pure virtual |