Error discretizing a norm with a user-defined mapping #385
Labels
codegen
Automatic code generation
FEM API
Objects describing finite element concepts
Next Release
Must be in next release
When I tried to compute the norm of a vector valued
FemField
, thediscretize
function generates a file, that is not executable. Here an example where I define a spline approximated torus mapping. TheTorusCallableMapping
class is defined via theBasicCallableMapping
interface as follows:Then in the following code, we define the domain, spaces and try to compute the norm of
B_h
:I get the following traceback:
The text was updated successfully, but these errors were encountered: