-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
55 lines (54 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
S3method(plot,BO)
export("%>%")
export(.data)
export(cal_bayesOpt)
export(cal_change_parameters)
export(cal_create_calibration_set)
export(cal_sample_parameters)
export(cal_simulation_error)
export(create_ens)
export(create_ogs5)
export(create_structured_mesh_nodes_ele)
export(ens_add_ogs5)
export(ens_get_output)
export(ens_run)
export(ens_write_inputfiles)
export(input_add_bc_bloc)
export(input_add_blocs_from_file)
export(input_add_cct_bloc)
export(input_add_fct_bloc)
export(input_add_file_as_additional_bloc)
export(input_add_gem_bloc)
export(input_add_gli_points)
export(input_add_gli_polyline)
export(input_add_gli_surface)
export(input_add_ic_bloc)
export(input_add_krc_bloc)
export(input_add_mcp_bloc)
export(input_add_mfp_bloc)
export(input_add_mmp_bloc)
export(input_add_msh_bloc)
export(input_add_msp_bloc)
export(input_add_num_bloc)
export(input_add_out_bloc)
export(input_add_pcs_bloc)
export(input_add_pqc_skeybloc)
export(input_add_pqcfile_as_pqc_bloc)
export(input_add_rei_bloc)
export(input_add_rfd_bloc)
export(input_add_st_bloc)
export(input_add_tim_bloc)
export(ogs5_get_keywordlist)
export(ogs5_get_output_all)
export(ogs5_get_output_specific)
export(ogs5_read_data_at_nodes)
export(ogs5_read_many_tecplots)
export(ogs5_read_tecplot)
export(ogs5_run)
export(ogs5_write_inputfiles)
export(search_ogs5_bin_path)
export(update_options_from_config)
importFrom(magrittr,"%>%")
importFrom(plyr,.)
importFrom(rlang,.data)