rmf_read_pcg: Read a MODFLOW preconditioned conjugate-gradient package file

View source: R/package-pcg.R

rmf_read_pcgR Documentation

Read a MODFLOW preconditioned conjugate-gradient package file

Description

read_pcg reads in a MODFLOW preconditioned conjugate-gradient package file and returns it as an RMODFLOW pcg object.

Usage

rmf_read_pcg(
  file = {
     cat("Please select pcg file ...\n")
     file.choose()
 },
  ...
)

Arguments

file

filename; typically '*.pcg'

...

arguments passed to rmfi_parse_variables. Can be ignored when input is 'free' format.

Value

object of class pcg

See Also

rmf_write_pcg, rmf_create_pcg and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?pcg.htm


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.