bempp::bindings::function

Function space_get_local_dof_numbers

source
#[no_mangle]
pub unsafe extern "C" fn space_get_local_dof_numbers(
    space: *mut FunctionSpaceWrapper,
    entity_dim: usize,
    entity_number: usize,
    dofs: *mut usize,
)