bempp::bindings::potential_assembly

Function potential_assembler_assemble_into_dense

source
#[no_mangle]
pub unsafe extern "C" fn potential_assembler_assemble_into_dense(
    assembler: *mut PotentialAssemblerWrapper,
    output: *mut c_void,
    space: *const FunctionSpaceWrapper,
    points: *const c_void,
    npts: usize,
)