21#ifndef __GOAL_FUNCTIONAL_H
22#define __GOAL_FUNCTIONAL_H
25#include <dolfin/fem/Form.h>
26#include "ErrorControl.h"
62 std::shared_ptr<ErrorControl> _ec;
Definition: GoalFunctional.h:35
virtual void update_ec(const Form &a, const Form &L)=0
GoalFunctional(std::size_t rank, std::size_t num_coefficients)
Definition: GoalFunctional.cpp:28