Skip to content

Naming of arguments #27

@RobinHankin

Description

@RobinHankin

In the package functions, spray objects are pretty consistently denoted S. But kform and ktensor objects are less consistent. I have been using notation consistent with whatever textbook I was using at the time, but this leads to inconsistent argument naming. Here is a compilation of argument names, arranged by manpage:

Rdfile		kform	ktensor
stokes-package  "various" "T1 T2"
contract        "K"     NA
hodge           "K"	NA
kform           "S"	NA
issmall         "x"	NA
keep 		"K"     NA
Ops.kform 	"e1 e2" "e1 e2"
symbolic 	"K"	"K"
transform 	"K"     NA
is.volume 	"K"	NA
wedge2 		"K1 K2" NA
Alt 		NA	"S"

(NB: this table is edited from time to time as I modify the package)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions