Enhancements in NodeField #358
Pinned
vickysharma0812
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following enhancements are planned
Blas functions
Dirichlet boundary condition
ApplyDBC(dbc, times)
ApplyDBC by using external field data (when dbc%isExternal is true)
In this method, we should not allocate the array every time we apply the boundary condition.
Set value
SetByFunction
Currently, in this function we are not using the
ivar
,idof
,spaceCompo
,timeCompo
.The following enhancements are planed.
ScalarField
Do Nothing
STScalarField
timeCompo
to set the value of a specific time component.times
present then it size should 1, which represents the times for the time component.VectorField
spaceCompo
to set the value of a specific space component.scalar
times
present then its size should be 1, which represents the times at which the value is set.STVectorField
spaceCompo
and/ortimeCompo
to set the value of a specific space and/or time component.Beta Was this translation helpful? Give feedback.
All reactions