Namespaces | |
namespace | openacoustics.fem |
Classes | |
class | openacoustics.fem.Fem2D |
for calculating 2-dimensional sound field with fem More... | |
class | openacoustics.fem.Fem3D |
for calculating 3-dimensional sound field with fem More... | |
Functions | |
def | openacoustics::fem.getAtArbitraryPoint |
for calculating quantities at arbitrary point. | |
def | openacoustics::fem.isInner |
Variables | |
string | openacoustics::fem.__author__ = "hisaha <hisaha@souldsp.jp>" |
string | openacoustics::fem.__date__ = "2008/02/07" |
string | openacoustics::fem.__credits__ = "Hisharu Suzuki" |
string | openacoustics::fem.__version__ = "$Revision: 0 $" |
tuple | openacoustics::fem.K |
K = array([[3*(T2+T3), T3, T2, 0, -4*T2, -4*T3], [ T3, 3*(T1+T3), T1, -4*T1, 0, -4*T3], [ T2, T1, 3*(T1+T2), -4*T1, -4*T2, 0], [ 0, -4*T1, -4*T1, 8*(T1+T2+T3), -8*T3, -8*T2], [ -4*T2, 0, -4*T2, -8*T3, 8*(T1+T2+T3), -8*T1], [ -4*T3, -4*T3, 0, -8*T2, -8*T1, 8*(T1+T2+T3)]])/6. | |
tuple | openacoustics::fem.M |
M = array([[6.,-1.,-1.,-4., 0., 0. | |
tuple | openacoustics::fem.B |