FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Assembly::TraceAssemblyJob Class Reference

Interface description of a trace assembly job. More...

#include <trace_assembler.hpp>

Classes

class  Task
 Trace assembly task class. More...
 

Detailed Description

Interface description of a trace assembly job.

Attention
This class is only defined for the doxygen documentation, because it only serves as a duck-type class interface documentation.

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.

Author
Peter Zajac

Definition at line 61 of file trace_assembler.hpp.


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