-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.25 KB
/
NAMESPACE
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(darcy,aem)
S3method(discharge,aem)
S3method(domega,aem)
S3method(domega,element)
S3method(omega,aem)
S3method(omega,element)
S3method(plot,aem)
S3method(plot,element)
S3method(plot,tracelines)
S3method(potential,aem)
S3method(potential,element)
S3method(solve,aem)
S3method(streamfunction,aem)
S3method(streamfunction,element)
S3method(velocity,aem)
export(add_element)
export(aem)
export(areasink)
export(capzone)
export(constant)
export(contours)
export(darcy)
export(dirflow)
export(discharge)
export(domega)
export(element_discharge)
export(endpoints)
export(flow_through_line)
export(head_to_potential)
export(headareasink)
export(headlinesink)
export(heads)
export(headwell)
export(linesink)
export(omega)
export(potential)
export(potential_to_head)
export(remove_element)
export(satthick)
export(streamfunction)
export(tracelines)
export(uniformflow)
export(velocity)
export(well)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,frame)
importFrom(graphics,lines)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(stats,approx)
importFrom(stats,integrate)