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

Set method in Node Field #347

Open
1 of 5 tasks
vickysharma0812 opened this issue Dec 23, 2023 · 0 comments
Open
1 of 5 tasks

Set method in Node Field #347

vickysharma0812 opened this issue Dec 23, 2023 · 0 comments
Assignees
Milestone

Comments

@vickysharma0812
Copy link
Member

vickysharma0812 commented Dec 23, 2023

VectorField

Feature 1

  • Setting values from STVectorField
CALL obj%SetFromSTVectorField(value, timeCompo, scale, addContribution)
  • Setting component-wise value
CALL obj%SetFromSTVectorField(value, timeCompo, spaceCompo, scale, addContribution)

Feature 2

  • Setting values from ScalarField
CALL obj%SetFromScalarField(value, spaceCompo, scale, addContribution)

STScalarField

Feature 3

  • Setting values in ScalarField from STScalarField
CALL obj%SetFromSTScalarField(value, timecompo)

STVectorField

Feature

  • Setting values from VectorField
CALL obj%SetFromVectorField(value, timecompo, scale, addContribution)
@vickysharma0812 vickysharma0812 added this to the v23.10.2 milestone Dec 23, 2023
@vickysharma0812 vickysharma0812 self-assigned this Dec 23, 2023
@vickysharma0812 vickysharma0812 changed the title Set method in VectorField Set method in Node Field Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants