j
k
j a
j l
On 17 Jun 2014, at 09:45, "Cotter, Colin J" <colin.cotter@imperial.ac.uk> wrote: from firedrake import * mesh = UnitSquareMesh(3,3,reorder=False) V = FunctionSpace(mesh,"CG",1) bc = DirichletBC(V,0.,"1")
On 17 Jun 2014, at 09:45, "Cotter, Colin J" <colin.cotter@imperial.ac.uk> wrote:
from firedrake import * mesh = UnitSquareMesh(3,3,reorder=False) V = FunctionSpace(mesh,"CG",1) bc = DirichletBC(V,0.,"1")
1 not "1"
print bc.nodes
Back to the thread
Back to the list