Silo icon indicating copy to clipboard operation
Silo copied to clipboard

Support higher order elements (quadrature)

Open aowen87 opened this issue 6 years ago • 0 comments

Randy Settgast requested this. We can shoehorn data into Silo by writing each of N related quadrature dofs (degrees of freedom) out using DBPutXxxvar. But, that creates problems downstream in viz. as each element can have its quadrature dofs oriented differently. Would be better to add ability to specify optional arrays that specify quadrature scheme (locations within each of the zoo element types) as well as multiple arrays for each dof of the scheme.

-----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket.

Ticket number: 740 Status: New Project: VisIt Tracker: Feature Priority: Normal Subject: Support higher order elements (quadrature) Assigned to: - Category: - Target version: - Author: Mark Miller Start: 06/08/2011 Due date: % Done: 0% Estimated time: Created: 06/08/2011 01:22 pm Updated: 06/14/2011 01:25 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: Randy Settgast requested this. We can shoehorn data into Silo by writing each of N related quadrature dofs (degrees of freedom) out using DBPutXxxvar. But, that creates problems downstream in viz. as each element can have its quadrature dofs oriented differently. Would be better to add ability to specify optional arrays that specify quadrature scheme (locations within each of the zoo element types) as well as multiple arrays for each dof of the scheme.

Comments: Its conceivable this could be supported by adding an option, DBOPT_QUADRATURE_SCHEME whose value is either an enum (int) to select from among a number of known schemes or maybe a string. That, together with a DBucdvar's nvars member would be sufficient to inform downstream tools that the purpose/intent of the data is.

aowen87 avatar Feb 26 '19 22:02 aowen87