bempp.api.space.scalar_dual_spaces

Define scalar spaces on the dual grid.

Module Contents

Functions

dual0_function_space(grid[, support_elements, ...])

Define a space of DP0 functions on the dual grid.

dual1_function_space(grid[, support_elements, ...])

Define a space of DP1 functions on the dual grid.

bempp.api.space.scalar_dual_spaces.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.

bempp.api.space.scalar_dual_spaces.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.