[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Getfem-users] Dirichlet and Neumann boundary conditions.
From: |
yrenard |
Subject: |
Re: [Getfem-users] Dirichlet and Neumann boundary conditions. |
Date: |
Wed, 25 Jul 2007 14:58:47 +0200 |
User-agent: |
Internet Messaging Program (IMP) 3.2.2 |
Quoting Richard George <address@hidden>:
> Hello
>
> Sorry to keep asking dumb questions -
>
> is it possible to specify Neuman boundary conditions on a scalar FEM
> using the gf_mdbrick construction?
> there's gf_mdbrick('dirichlet',....) to specify the value of the FEM on
> the boundary,
> what is the equivalent to specify the normal derivative?
A Neumann condition is considered as a boundary source term. You should use
gf_mdbrick('source term',....).
Yves.