Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add detailed explanation on the typeOfFE::Data #38

Open
dohyun-cse opened this issue May 11, 2022 · 0 comments
Open

Add detailed explanation on the typeOfFE::Data #38

dohyun-cse opened this issue May 11, 2022 · 0 comments

Comments

@dohyun-cse
Copy link

Is your feature request related to a problem? Please describe.

I want to add a new element to FreeFem. Defining interpolation points and associated vertex/edge/element is quite straightforward from the current documentation.
However, the definition of typeOfFE::Data is not well documented.
According to the documentation, it should be 5*NbDoF + N where the first 5 NbDoF elements are
(1) (NbDoF) the support of the node of the df (maybe for unique id?)
(2) (NbDoF) the number of the df on the node
(3) (NbDoF) the node of the df (not sure what this means)
(4) (NbDoF) the df come from which FE (also not sure)
(5) (NbDoF) which are the df on sub FE (...)
(6) (N) no explanation

Also, I found that, in the source code, P1Lagrange and P2Lagrange have 3*5 + 3 and 6*5 + 3, respectively.
This does not match with the documentation since N=1 as they are scalar spaces.
image

Describe the solution you'd like
Can anyone add more detailed explanation about the typeOfFE::Data

Describe alternatives you've considered

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant