XLPack 7.0
Python API Reference Manual
Loading...
Searching...
No Matches
Functions
I2. Partial differential equations

Functions

def fem2p (n, ne, x, y, knc, p, q, f, nb1, ib, bv, nb2, ks2, alpha, beta, val, rowptr, colind, rhs, base=0)
 Assemble finite element matrix of Poisson equation (2D) in CSR sparse matrix format
 
def mesh23 (nx, ny, x, y, knc, ks, lb, sclx=1.0, scly=1.0)
 Generates simple rectangular mesh for FEM (2D) (Triangular element)
 

Detailed Description

This is the group of I2. Partial differential equations.