1,720,988 research outputs found
An efficient localized meshless method based on the space–time gaussian rbf for high-dimensional space fractional wave and damped equations
In this paper, an efficient localized meshless method based on the space–time Gaussian radial basis functions is discussed. We aim to deal with the left Riemann–Liouville space fractional derivative wave and damped wave equation in high-dimensional space. These significant problems as anomalous models could arise in several research fields of science, engineering, and technology. Since an explicit solution to such equations often does not exist, the numerical approach to solve this problem is fascinating. We propose a novel scheme using the space–time radial basis function with advantages in time discretization. Moreover this approach produces the (n + 1)-dimensional spatial-temporal computational domain for n-dimensional problems. Therefore the local feature, as a remarkable and efficient property, leads to a sparse coefficient matrix, which could reduce the computational costs in high-dimensional problems. Some benchmark problems for wave models, both wave and damped, have been considered, highlighting the proposed method performances in terms of accuracy, efficiency, and speed-up. The obtained experimental results show the computational capabilities and advantages of the presented algorithm
An adaptive sparse kernel technique in greedy algorithm framework to simulate an anomalous solute transport model
In the current work, an efficient and powerful computational technique is implemented to simulate an anomalous mobile-immobile solute transport process. The process is mathematically modelled as a time-fractional mobile-immobile diffusion equation in the sense of Riemann-Liouville derivative. Firstly, an implicit time integration procedure is used to semi-discretize the model in the time direction. The unconditional stability of the proposed time discretization scheme has been proven. Then an adaptive sparse meshless method has been formulated and implemented to fully discretize the model. In this approach, a kernel-based collocation method is equipped with a greedy sparse approximation procedure to discretize the governing problem on a convenient neighborhood of each data point with acceptable accuracy. Therefore, it leads to a sparse and well-conditioned algebraic system. Some test problems on regular and irregular computational domains are presented to verify the validity, efficiency, and accuracy of the method
Solving 3-d gray–scott systems with variable diffusion coefficients on surfaces by closest point method with rbf-fd
The Gray–Scott (GS) model is a non-linear system of equations generally adopted to describe reaction–diffusion dynamics. In this paper, we discuss a numerical scheme for solving the GS system. The diffusion coefficients of the model are on surfaces and they depend on space and time. In this regard, we first adopt an implicit difference stepping method to semi-discretize the model in the time direction. Then, we implement a hybrid advanced meshless method for model discretization. In this way, we solve the GS problem with a radial basis function–finite difference (RBF-FD) algorithm combined with the closest point method (CPM). Moreover, we design a predictor–corrector algorithm to deal with the non-linear terms of this dynamic. In a practical example, we show the spot and stripe patterns with a given initial condition. Finally, we experimentally prove that the presented method provides benefits in terms of accuracy and performance for the GS system’s numerical solution
Predictors of incident and persistent neck/shoulder pain in Iranian workers: a cohort study
Pain in the neck and shoulder has been linked with various psychosocial risk factors, as well as with occupational physical activities. However, most studies to date have been cross-sectional, making it difficult to exclude reverse causation. Moreover, they have been carried out largely in northern Europe, and the relationship to psychosocial factors might be different in other cultural environments. To explore causes of neck/shoulder pain, we carried out a longitudinal study in Iranian nurses and office workers. Participants (n = 383) completed a baseline questionnaire about neck/shoulder pain in the past month and possible risk factors, and were again asked about pain 12 months later. Associations with pain at follow-up were explored by Poisson regression and summarised by prevalence rate ratios (PRRs). After adjustment for other risk factors, new pain at follow-up was more frequent in office workers than nurses (PRR 1.9, 95%CI 1.3–2.8), among those with worst mental health (PRR 1.8, 95%CI 1.0–3.0), in those who reported incentives from piecework or bonuses (PRR1.4, 95%CI 1.0–2.0), and in those reporting job dissatisfaction (PRR 1.5, 95%CI 1.0–2.1). The strongest predictor of pain persistence was somatising tendency. Our findings are consistent with a hazard of neck/shoulder pain from prolonged use of computer keyboards, although it is possible that the association is modified by health beliefs and expectations. They also indicate that the association of low mood with neck/shoulder pain extends to non-European populations, and is not entirely attributable to reverse causation. Psychosocial aspects of work appeared to have relatively weak impact
Going Beyond Counting First Authors in Author Co-citation Analysis
The present study examines one of the fundamental aspects of author co-citation analysis (ACA) - the way co-citation
counts are defined. Co-citation counting provides the data on which all subsequent statistical analyses and mappings
are based, and we compare ACA results based on two different types of co-citation counting - the traditional type that
only counts the first one among a cited work's authors on the one hand and a non-traditional type that takes into
account the first 5 authors of a cited work on the other hand. Results indicate that the picture produced through this non-traditional author co-citation counting contains more coherent author groups and is therefore considerably clearer. However, this picture represents fewer specialties in the research field being studied than that produced through the traditional first-author co-citation counting when the same number of top-ranked authors is selected and analyzed. Reasons for these effects are discussed
Variations on the Author
“Variations on the Author” discusses two of Eduardo Coutinho’s recent films (Um Dia na Vida, from 2010, and Últimas Conversas, posthumously released in 2015) and their contribution to the general question of documentary authorship. The director’s filmography is characterized by a consistent yet self-effacing form of authorial self-inscription: Coutinho often features as an interviewer that rather than express opinions propels discourses; an interviewer that is good at listening. This mode of self-inscription characterizes him as an author who is not expressive but who is nonetheless markedly present on the screen. In Um Dia na Vida, however, Coutinho is completely absent form the image, while Últimas Conversas, on the contrary, includes a confessional prologue that moves the director from the margins to the center of his films. This article examines the ways in which these works stand out in the filmography of a director who offers new insights into the notion of cinematic authorship
Performance Analysis of a Multicore Implementation for Solving a Two-Dimensional Inverse Anomalous Diffusion Problem
In this work we deal with the solution of a two-dimensional inverse time fractional diffusion equation, involving a Caputo fractional derivative in his expression. Since we deal with a huge practical problem with a large domain, by starting from an accurate meshless localized collocation method using RBFs, here we propose a fast algorithm, implemented in a multicore architecture, which exploits suitable parallel computational kernels. More in detail, we firstly developed, a C code based on the numerical library LAPACK to perform the basic linear algebra operations and to solve linear systems, then, due to the high computational complexity and the large size of the problem, we propose a parallel algorithm specifically designed for multicore architectures and based on the Pthreads library. Performance analysis will show accuracy and reliability of our parallel implementation
Appropriate Similarity Measures for Author Cocitation Analysis
We provide a number of new insights into the methodological discussion about author cocitation analysis. We first argue that the use of the Pearson correlation for measuring the similarity between authors’ cocitation profiles is not very satisfactory. We then discuss what kind of similarity measures may be used as an alternative to the Pearson correlation. We consider three similarity measures in particular. One is the well-known cosine. The other two similarity measures have not been used before in the bibliometric literature. Finally, we show by means of an example that our findings have a high practical relevance.information science;Pearson correlation;cosine;similarity measure;author cocitation analysis
A GPU-CUDA framework for solving a two-dimensional inverse anomalous diffusion problem
This paper deals with the solution of an inverse time fractional diffusion equation described by a Caputo fractional derivative. Numerical simulations, involving large domains, give rise to a huge practical problem. Hence, by starting from an accurate meshless localized collocation method using radial basis functions (RBFs), here we propose a fast algorithm which exploits the GPU-CUDA capabilities. More in detail, we first developed a C code which uses the well-known numerical library LAPACK to perform basic linear algebra operations in order to implement an efficient sequential algorithm. Then we propose a GPU software based on ad hoc parallel CUDA-kernels and efficient usage of parallel numerical libraries available for GPUs. Performance analysis will show the reliability and the efficiency of the proposed parallel implementation
- …
