⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 neumannproblem.form

📁 finite element library for mathematic majored research
💻 FORM
字号:
# Copyright (C) 2006 Anders Logg (logg@simula.no)# Licensed under the GNU GPL version 3 or any later version## The bilinear form a(v, U) and linear form L(v) for# Poisson's equation with Neumann boundary conditions.## Compile this form with FFC: ffc NeumannProblem.formelement = FiniteElement("Vector Lagrange", "triangle", 1)v = TestFunction(element)U = TrialFunction(element)f = Function(element)g = Function(element)#a = dot(grad(v), grad(U))*dxa = dot(v, f)*dx + dot(v, g)*ds

⌨️ 快捷键说明

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