| FEAT 3
    Finite Element Analysis Toolbox | 
Interface description of a domain assembly job. More...
#include <domain_assembler.hpp>
| Classes | |
| class | Task | 
| Domain assembly task class.  More... | |
Interface description of a domain assembly job.
The only mandatory member of a job class is the nested Task class, which is instantiated by each worker thread in the domain 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 170 of file domain_assembler.hpp.