|
C++ main module for emicrom Package
1.0
|
Mathematical Integration Package for E-MicroM manages integration of functions of dimension D. It is used for computing the leaf block matrix of the demagnetized operator and integration the magnetization with respect to time. More...
Mathematical Integration Package for E-MicroM manages integration of functions of dimension D. It is used for computing the leaf block matrix of the demagnetized operator and integration the magnetization with respect to time.
. The order of integration N is set by the method MATH_GaussLegendreIntegration::setOrder(). The quadrature weights and points can be gotten by MATH_GaussLegendreIntegration::getWeights() and MATH_GaussLegendreIntegration::getPoints() methods.The MATH_IntegrationClassFactory manages the creation of classes of the package.
The MATH_IntegrationRun is the main class of the package.
The MATH_IntegrationTest is the class test of the package.
The uml graph is as follow:
1.8.13