-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
110 lines (110 loc) · 2.87 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Package: fmesher
Type: Package
Title: Triangle Meshes and Related Geometry Tools
Version: 0.2.0.9013
Authors@R: c(
person("Finn", "Lindgren", email = "finn.lindgren@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-5833-2011",
"Finn Lindgren wrote the main code")),
person("Seaton", "Andy", email = "andy.e.seaton@gmail.com",
role = c("ctb"),
comment = "Andy Seaton constributed features to the sf support"),
person("Suen", "Man Ho", email = "M.H.Suen@sms.ed.ac.uk", role = c("ctb"),
comment = "Man Ho Suen contributed features and code structure design for the integration methods"),
person("Fabian E.", "Bachl", email = "bachlfab@gmail.com",
role = c("ctb"),
comment = "Fabian Bachl co-developed precursors of fm_pixels and fm_split_lines in inlabru")
)
Description: Generate planar and spherical triangle meshes,
compute finite element calculations for 1- and 2-dimensional flat and curved
manifolds with associated basis function spaces, methods for lines and
polygons, and transparent handling of coordinate reference systems and
coordinate transformation, including 'sf' and 'sp' geometries. The core
'fmesher' library code was originally part of the 'INLA' package, and
implements parts of "Triangulations and Applications" by
Hjelle and Daehlen (2006) <doi:10.1007/3-540-33261-8>.
Depends:
R (>= 4.0),
methods
Imports:
dplyr,
graphics,
grDevices,
lifecycle,
Matrix,
rlang,
sf,
stats,
tibble,
utils,
withr,
Rcpp
Suggests:
geometry,
ggplot2,
knitr,
testthat (>= 3.0.0),
terra,
tidyterra,
rgl,
rmarkdown,
sp (>= 1.6-1),
splancs,
gsl
URL: https://inlabru-org.github.io/fmesher/, https://github.com/inlabru-org/fmesher
BugReports: https://github.com/inlabru-org/fmesher/issues
License: MPL-2.0
Copyright: 2010-2024 Finn Lindgren, except src/predicates.cc by Jonathan Richard Shewchuk, 1996
NeedsCompilation: yes
RoxygenNote: 7.3.2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
SystemRequirements: C++17
LinkingTo:
Rcpp
VignetteBuilder: knitr
BuildVignettes: true
Collate:
'RcppExports.R'
'deprecated.R'
'bary.R'
'basis.R'
'bbox.R'
'print.R'
'crs.R'
'data-fmexample.R'
'diameter.R'
'evaluator.R'
'fem.R'
'fm.R'
'fmesher-package.R'
'fmesher.R'
'ggplot.R'
'integration.R'
'lattice_2d.R'
'lattice_Nd.R'
'list.R'
'local.R'
'manifold.R'
'mapping.R'
'matern.R'
'mesh.R'
'mesh_1d.R'
'mesh_2d.R'
'mesh_3d.R'
'mesh_assessment.R'
'nonconvex_hull.R'
'onload.R'
'plot.R'
'segm.R'
'sf_mesh.R'
'sf_utils.R'
'simplify.R'
'sp_mesh.R'
'split_lines.R'
'tensor.R'
'utils.R'
LazyData: true