An open source Python package to perform basics vector field computations. The library is designed primarily for electromagnetic field computations and visualization. However many features can be used ...
I'm trying to calculate the curl of a vector field using Nedelec elements. The GridFunction class provides a GetCurl function, but unlike the GetValue/GetVectorValue functions, GetCurl doesn't accept ...