| FEAT 3
    Finite Element Analysis Toolbox | 
Interface description of a trace assembly job. More...
#include <trace_assembler.hpp>
| Classes | |
| class | Task | 
| Trace assembly task class.  More... | |
Interface description of a trace assembly job.
The only mandatory member of a job class is the nested Task class, which is instantiated by each worker thread in the trace assembler. This outer job class can be used to store coefficients and references to data that has to be used by each task during the assembly process. Each newly created instance of the nested Task class receives a reference to the outer job object, so it can retrieve all the necessary data from it inside the constructor.
Definition at line 61 of file trace_assembler.hpp.