implementations.datatype_classes.fenics_mesh module

class fenics_mesh(init=None, val=0.0)[source]

Bases: object

FEniCS Function data type with arbitrary dimensions

values

contains the ndarray of the values

Type:

np.ndarray

class rhs_fenics_mesh(init, val=0.0)[source]

Bases: object

RHS data type for fenics_meshes with implicit and explicit components

This data type can be used to have RHS with 2 components (here implicit and explicit)

impl

implicit part

Type:

fenics_mesh

expl

explicit part

Type:

fenics_mesh