mt_solver: Gateway for Julen Alvarez-Aramberri's magnetotelluric (MT)...

Description Usage Arguments Examples

View source: R/mt_solver.R

Description

Beware that the problem is 4-dimensional (x in solvergater::run() must be numeric vector of length 4).

Usage

1
mt_solver(wd = getwd(), ...)

Arguments

wd

character, working directory: the one that contains EXEC/MT and FILES/*.

...

additional params passed to solvergater::adaptive_shell_solver().

Examples

1
2
3
4
5
6
7
## Not run: 
library(solvergater.solvers)
mts <- mt_solver()
nparams(mts)
run(mts, c(1, 2, 3, 10), 70)

## End(Not run)

maciejsmolka/solvergater.solvers documentation built on Jan. 20, 2021, 1:34 a.m.