-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
58 lines (57 loc) · 1.25 KB
/
NAMESPACE
File metadata and controls
58 lines (57 loc) · 1.25 KB
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
# Generated by roxygen2: do not edit by hand
S3method("*",DifferentialOp)
S3method("*",Function)
S3method("*",FunctionGrad)
S3method("+",DifferentialOp)
S3method("-",DifferentialOp)
S3method("st_crs<-",Domain)
S3method(plot,Function)
S3method(plot,Mesh)
S3method(st_as_sf,Domain)
S3method(st_as_sfc,Domain)
S3method(st_as_sfc,Mesh)
S3method(st_crs,Domain)
export("%X%")
export(.FunctionSpaceCtr)
export(Domain)
export(Function)
export(FunctionSpace)
export(Mesh)
export(Pde)
export(build_mesh)
export(div)
export(dot)
export(grad)
export(laplace)
export(read_mesh)
exportMethods(contour)
exportMethods(dt)
exportMethods(image)
import(Matrix)
import(R6)
import(Rcpp)
import(RcppEigen)
import(methods)
import(plotly)
importFrom(RTriangle,pslg)
importFrom(RTriangle,triangulate)
importFrom(Rcpp,evalCpp)
importFrom(graphics,plot)
importFrom(sf,"st_crs<-")
importFrom(sf,NA_crs_)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_linestring)
importFrom(sf,st_point)
importFrom(sf,st_point_on_surface)
importFrom(sf,st_polygon)
importFrom(sf,st_sfc)
importFrom(sf,st_union)
importFrom(sf,st_within)
useDynLib(femR)