AssemblerBase.h¶
Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
-
class
AssemblerBase
¶ Provide some common functions used in assembler classes.
-
AssemblerBase
()¶ Constructor
-
void
init_global_tensor
(GenericTensor &A, const Form &a)¶ Initialize global tensor @param[out] A (GenericTensor&)
GenericTensor to assemble into- @param[in] a (Form&)
- Form to assemble from
-
static std::string
progress_message
(std::size_t rank, std::string integral_type)¶ Pretty-printing for progress bar
-