-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: waydown
Type: Package
Title: Computation of Approximate Potentials for Weakly Non-Gradient Fields
Version: 1.1.0
Author: Pablo Rodríguez-Sánchez
Maintainer: Pablo Rodríguez-Sánchez <pablo.rodriguez.sanchez@gmail.com>
Description: Computation of approximate potentials for both gradient and non
gradient fields. It is known from physics that only gradient fields, also
known as conservative, have a well defined potential function. Here we
present an algorithm, based on the classical Helmholtz decomposition, to
obtain an approximate potential function for non gradient fields.
More information in
Rodríguez-Sánchez (2020) <doi:10.1371/journal.pcbi.1007788>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/PabRod/waydown
BugReports: https://github.com/PabRod/waydown/issues
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Suggests: testthat,
knitr,
markdown,
rmarkdown,
deSolve,
dplyr,
colorRamps,
ggplot2,
gridExtra,
latticeExtra,
bindrcpp
Imports: numDeriv,
Matrix