cmf_coef_grid_ex: Computes coefficients for grid

Description Usage Arguments Examples

Description

Computes coefficients for grid

Usage

1
cmf_coef_grid_ex(mdb, a, alpha, grid, field, field_family="PHCH")

Arguments

mdb
a
alpha
grid
field
field_family

"PHCH"

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
cmf_coef_grid_ex <- function(mdb, a, alpha, grid, field, field_family="PHCH") {
  nmols <- length(a)
  ai <- 1:nmols
  cmf_coef_grid_sv_ex(mdb, a, ai, alpha, grid, field, field_family=field_family)
}

conmolfields documentation built on May 2, 2019, 4:18 p.m.