24 #ifndef __ASSEMBLER_BASE_H 25 #define __ASSEMBLER_BASE_H 30 #include <dolfin/common/types.h> 31 #include <dolfin/log/log.h> 83 std::string integral_type);
bool add_values
Definition: AssemblerBase.h:53
bool keep_diagonal
Definition: AssemblerBase.h:67
static void check(const Form &a)
Check form.
Definition: AssemblerBase.cpp:198
AssemblerBase()
Constructor.
Definition: AssemblerBase.h:46
bool finalize_tensor
Definition: AssemblerBase.h:60
void init_global_tensor(GenericTensor &A, const Form &a)
Definition: AssemblerBase.cpp:48
A common interface for arbitrary rank tensors.
Definition: GenericTensor.h:48
Provide some common functions used in assembler classes.
Definition: AssemblerBase.h:41
static std::string progress_message(std::size_t rank, std::string integral_type)
Pretty-printing for progress bar.
Definition: AssemblerBase.cpp:314