dgforbdm.form

来自「finite element library for mathematic ma」· FORM 代码 · 共 13 行

FORM
13
字号
# Copyright (C) 2007 Marie Rognes (meg@math.uio.no)"# Licensed under the GNU GPL version 3 or any later version## Test for Discontinuous Galerkin using BDM (?!)element = FiniteElement("BDM","triangle",1)u = TrialFunction(element)v =  TestFunction(element)a=dot(jump(u),jump(v))*dS

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?