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

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

#include <domain_assembler.hpp>

Classes

class  Task
 Domain assembly task class. More...
 

Detailed Description

Interface description of a domain 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 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.

Author
Peter Zajac

Definition at line 170 of file domain_assembler.hpp.


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