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