21 #ifndef __MULTIMESH_COEFFICIENT_ASSIGNER_H 22 #define __MULTIMESH_COEFFICIENT_ASSIGNER_H 31 class GenericFunction;
32 class MultiMeshFunction;
59 void operator= (std::shared_ptr<const GenericFunction> coefficient);
62 void operator= (std::shared_ptr<const MultiMeshFunction> coefficient);
void operator=(std::shared_ptr< const GenericFunction > coefficient)
Assign coefficient from GenericFunction.
Definition: MultiMeshCoefficientAssigner.cpp:46
~MultiMeshCoefficientAssigner()
Destructor.
Definition: MultiMeshCoefficientAssigner.cpp:40
Definition: MultiMeshCoefficientAssigner.h:48
MultiMeshCoefficientAssigner(MultiMeshForm &form, std::size_t number)
Create multimesh coefficient assigner for coefficient with given number.
Definition: MultiMeshCoefficientAssigner.cpp:34