elements.simple Module

Provides classes for simple finite elements.

elements.simple.lagrange Module

Provides classes for some simple Lagrange type finite elements.

class pysofe.elements.simple.lagrange.P1(dimension)[source]

Linear Lagrange basis functions on simplicial domains.

Parameters:dimension (int) – The spatial dimension of the element
class pysofe.elements.simple.lagrange.P2(dimension)[source]

Quadratic Lagrange basis functions on simplicial domains.

Parameters:dimension (int) – The spatial dimension of the element