Navigation

Operators and Keywords

Function List:

C++ API

Function File: V = FunctionSpace (myproblem, mesh)

Generate a FunctionSpace on a specific mesh.

This function takes as input the name myproblem of the ufl file where the FunctionSpace is defined and the mesh where it has to be created.

See also: FunctionSpace, SubSpace, import_ufl_FunctionSpace.

Package: fem-fenics