Volume_Quadrature_R​BF_Ball

This function computes quadrature weights for evaluating integrals over the volume of the ball on scattered data.
7 download
Aggiornato 27 mar 2019

%==========================================================================
%
% This function provides example calls to the function
% Volume_Quadrature_RBF_Ball.m and Volume_Quadrature_RBF_Cube.
%
% The inputs to this function are:
% Domain_Type: Can be either 'Ball' for the ball of volume 1 centered at
% the origin, or 'Cube' for the unit cube (volume 1) centered at the
% origin
%
% Test_Function: This can be 1, 2, 3, or 4
%
% If Test_Function==1, the integrand is a degree 30 trivariate
% polynomial.
%
% If Test_Function==2, the integrand is a shifted and scaled Gaussian
%
% If Test_Function==3, the integrand is the sign(z)
%
% If Test_Function==4, the integrand is atan(5000(x^2+y^2+z^2))
%
% In all cases this function plots the error in the approximation of the
% definite integral of the integrand over the domain type and the
% computation time to construct the weights for different node set types
% and numbers of nodes.
%
% The quadrature weights generated will be saved to a new directory on your
% drive.
%
% The node sets for the ball used here are generated by a modification to
% the algorithm described in:
%
% P. Persson and G. Strang. A simple mesh generator in matlab. SIAM Review, 46(2):329-345,
% June 2004.
%
% The function Volume_Quadrature_RBF_Ball.m is the default implemenation of
% the method described in the preprint:
%
% J. A. Reeger. "Approximation of Definite Integrals Over the Volume of the Ball."
%
%==========================================================================

Cita come

Jonah A Reeger (2025). Volume_Quadrature_RBF_Ball (https://github.com/jareeger/Volume_Quadrature_RBF_Ball), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Fourier Analysis and Filtering in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
1.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.