fem.context#

Functions#

fem_context(filename[, comm])

Create tensor-product spline space and mapping from geometry input file in HDF5 format (single-patch only).

Details#

fem_context(filename, comm=mpi4py.MPI.COMM_WORLD)[source]#

Create tensor-product spline space and mapping from geometry input file in HDF5 format (single-patch only).

Parameters:
filenamestr

Name of HDF5 input file.

commmpi4py.Comm

MPI communicator.

Returns:
wTensorFemSpace

Tensor-product spline space.

mSplineMapping

Tensor-product spline mapping.