Open main menu
Home
Random
Log in
Settings
About Octave
Disclaimers
Octave
Search
Fem-fenics: Difference between revisions
Page
Discussion
← Older edit
Newer edit →
Fem-fenics
(edit)
Revision as of 09:32, 5 October 2013
3 bytes added
,
5 October 2013
→Poisson Equation
Revision as of 18:11, 17 September 2013
(
edit
)
Gedeone
(
talk
|
contribs
)
(
→Poisson Equation
)
← Older edit
Revision as of 09:32, 5 October 2013
(
edit
)
(
undo
)
Gedeone
(
talk
|
contribs
)
(
→Poisson Equation
)
Newer edit →
Line 66:
Line 66:
# L = f*v*dx + g*v*ds
# L = f*v*dx + g*v*ds
a = BilinearForm ('Poisson', V);
a = BilinearForm ('Poisson'
, V
, V);
L = LinearForm ('Poisson', V, f, g);
L = LinearForm ('Poisson', V, f, g);
Gedeone
60
edits