spaces.functions Module

Provides convinience classes for functions in the fem framework.

class pysofe.spaces.functions.FEFunction(fe_space, dof_values)[source]

A finite element function defined via degrees of freedoms.

Parameters:
  • fe_space (pysofe.spaces.space.FESpace) – The function space
  • dof_values (array_like) – Values for the degrees of freedom of the function space
order

The polynomial order of the function.