代码搜索:Poisson

找到约 656 项符合「Poisson」的源代码

代码结果 656
www.eeworm.com/read/408080/2254279

java poisson.java

/* Sim_poisson_obj.java */ package gridsim.util; import eduni.simjava.distributions.*; /** * A random number generator based on the Poisson distribution. * NOTE: This is an updated version t
www.eeworm.com/read/407519/2261859

form poisson.form

# Copyright (C) 2006-2007 Kristiand Oelgaard and Anders Logg. # Licensed under the GNU LGPL Version 2.1. # # First added: 2006-12-05 # Last changed: 2007-05-09 # # The bilinear form a(v, u) and linea
www.eeworm.com/read/407519/2261860

h poisson.h

// This code conforms with the UFC specification version 1.0 // and was automatically generated by FFC version 0.5.0. // // Warning: This code was generated with the option '-l dolfin' // and contains
www.eeworm.com/read/407519/2261868

form poisson.form

element = FiniteElement("Discontinuous Lagrange", "tetrahedron", 1) v = TestFunction(element) u = TrialFunction(element) f = Function(element) gamma = 24.0 alpha = 8.0 n = FacetNormal("tetrahedron"
www.eeworm.com/read/407519/2261869

h poisson.h

// This code conforms with the UFC specification version 1.0 // and was automatically generated by FFC version 0.5.0. // // Warning: This code was generated with the option '-l dolfin' // and contains
www.eeworm.com/read/407519/2261881

form poisson.form

element = FiniteElement("Lagrange", "tetrahedron", 1) v = TestFunction(element) u = TrialFunction(element) f = Function(element) gamma = 4.0 n = FacetNormal("tetrahedron") h = MeshSize("tetrahedron
www.eeworm.com/read/407519/2261882

h poisson.h

// This code conforms with the UFC specification version 1.0 // and was automatically generated by FFC version 0.5.0. // // Warning: This code was generated with the option '-l dolfin' // and contains
www.eeworm.com/read/407519/2261956

form poisson.form

element = FiniteElement("Lagrange", "tetrahedron", 1) v = TestFunction(element) u = TrialFunction(element) a = dot(grad(v), grad(u))*dx
www.eeworm.com/read/407519/2261957

h poisson.h

// This code conforms with the UFC specification version 1.0 // and was automatically generated by FFC version 0.5.0. // // Warning: This code was generated with the option '-l dolfin' // and contains
www.eeworm.com/read/407519/2261958

py poisson.py

from ffc import * # Reserved variables for forms (a, L, M) = (None, None, None) # Reserved variable for element element = None element = FiniteElement("Lagrange", "tetrahedron", 1) v = TestFunctio