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

Updates in Mesh_Class #266

Open
vickysharma0812 opened this issue Dec 4, 2023 · 0 comments
Open

Updates in Mesh_Class #266

vickysharma0812 opened this issue Dec 4, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request mesh
Milestone

Comments

@vickysharma0812
Copy link
Member

Add following time related data in the Mesh_Class.

To get the number of nodes in time defined GetNNT function.

nnt = obj%GetNNT()

To set the number of nodes in time define SetNNT function.

CALL obj%SetNNT(nnt)

To get the time vector, define following method:

timeVec = obj%GetTimeCoord()

To set the time vector, define the following method.

CALL obj%SetTimeCoord(timeVec)

Regards
Vikas

@vickysharma0812 vickysharma0812 self-assigned this Dec 4, 2023
@vickysharma0812 vickysharma0812 added enhancement New feature or request mesh labels Dec 4, 2023
@vickysharma0812 vickysharma0812 added this to the v23.10.2 milestone Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mesh
Projects
Status: Todo
Development

No branches or pull requests

1 participant