:py:mod:`bempp.api.space.scalar_dual_spaces` ============================================ .. py:module:: bempp.api.space.scalar_dual_spaces .. autoapi-nested-parse:: Define scalar spaces on the dual grid. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bempp.api.space.scalar_dual_spaces.dual0_function_space bempp.api.space.scalar_dual_spaces.dual1_function_space .. py:function:: dual0_function_space(grid, support_elements=None, segments=None, swapped_normals=None, include_boundary_dofs=False, truncate_at_segment_edge=False) Define a space of DP0 functions on the dual grid. .. py:function:: dual1_function_space(grid, support_elements=None, segments=None, swapped_normals=None, include_boundary_dofs=None, truncate_at_segment_edge=False) Define a space of DP1 functions on the dual grid.