sfepy.discrete.fem.fields_hierarchic module

class sfepy.discrete.fem.fields_hierarchic.H1HierarchicVolumeField(name, dtype, shape, region, approx_order=1)[source]

Hierarchical basis approximation with Lobatto polynomials.

create_basis_context()[source]

Create the context required for evaluating the field basis.

family_name = 'volume_H1_lobatto'
set_dofs(fun=0.0, region=None, dpn=None, warn=None)[source]

Set the values of DOFs in a given region using a function of space coordinates or value fun.