.GNU_ScientificLibrary.Blocks.integration.Lobatto_quadrature

Information

Block for accessing Modelica's Lobatto integration routine for the externally defined integrand.

IMPORTANT!!!: The integrand-setup model 'CreateIntegrand' (or a duplicate) must be run before using GSL integration routines or blocks within a larger Modelica model. (Alternatively, one could edit integrand.c directly and then compile "by hand" in a command window:
gcc -fPIC -c integrand.c integration_mi.c
gcc -shared integration.o integration_mi.o -o libgsl_integration_MI.so  [.dll for windows])

Contents

NameDescription
 func

Generated at 2025-06-05T18:20:49Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos