diff src/Makefile.in @ 111:011ad0c352f7

New function for the evaluation of an object of type function in a given point * fem_eval: wrapper function for dolfin::eval. The name has to change in future.
author gedeone-octave <marcovass89@hotmail.it>
date Sat, 24 Aug 2013 15:27:36 +0200
parents 6b4a77dc734f
children 31fb4c16dcb0
line wrap: on
line diff
--- a/src/Makefile.in	Fri Aug 23 08:26:26 2013 +0200
+++ b/src/Makefile.in	Sat Aug 24 15:27:36 2013 +0200
@@ -14,6 +14,7 @@
              Plot_2d.oct \
              Plot_3d.oct \
              SubSpace.oct \
+             fem_eval.oct \
 
 
 LIBS += -ldolfin
@@ -92,6 +93,9 @@
 SubSpace.oct: SubSpace.cc functionspace.h
 	$(MKOCTFILE) $(CPPFLAGS) -I. SubSpace.cc $(LDFLAGS) $(LIBS)
 
+fem_eval.oct: fem_eval.cc function.h
+	$(MKOCTFILE) $(CPPFLAGS) -I. fem_eval.cc $(LDFLAGS) $(LIBS)
+
 Plot_3d.h: Plot_3d.ufl
 	$(FFC) -l dolfin Plot_3d.ufl