Albany icon indicating copy to clipboard operation
Albany copied to clipboard

Sandia National Laboratories' Albany multiphysics code

Results 85 Albany issues
Sort by recently updated
recently updated
newest added

The TransientHeat2D_Tempus_GERK test in Albany started failing due to diffs: https://sems-cdash-son.sandia.gov/cdash/testDetails.php?test=1052328&build=15326 This is due to changes in Tempus. I was hoping to understand how these changes affected this test before...

This macro seems to be pointless. See its declaration [here](https://github.com/SNLComputation/Albany/blob/d05fa059e07e40b66b7d3aa1e371fae82170f2f3/src/Albany_Macros.hpp#L14). @jewatkins @mcarlson801 do you guys hack this line to define it to something meaningfull in nvcc whenever you need to...

question
CUDA

This issue is more of an heads up than a real issue. If you take a look at [this page](https://github.com/gahansen/Albany/wiki/Blocked-linear-system) in the Albany wiki, you can see a short summary...

infrastructure
Discussion

This "issue" is to coordinate work on Block Discretization related stuff. We'll use it to address needs, and identify action items.

Work In Progress

When using `add_test`, if we set the `PROCESSORS` property, we can more efficiently use the parallel execution of ctest. To run multiple tests concurrently, one should do `CTEST_PARALLEL_LEVEL=N ctest`. However,...

As part of the block refactor, I wonder if some structures can be cleaned/purged. E.g, I've always been confused by the NodeFieldContainer, and why there is a need for having...

This is a spin-off from issue #448 . It seems from inspection and discussion with @lxmota and @bartgol that the Albany::MultiSTKFieldContainer is somewhat redundant with the Albany::OrdinarySTKFieldContainer. My question, addressed...

question
Discussion

This is related to issue #11. Once we have explicit BCs in Albany, it will be worthwhile to add a response that will enable the user to estimate the stable...

@ibaned Discussing with @calleman21 and @jwfoulk we think it would be useful to have two categories of tests: - Continuous integration: tests that run for less than 5 seconds that...

enhancement
infrastructure
developer usability

As both a user and developer, I would like to have the ability to write restart files and then output solver (and state information) on the iteration. This would be...

infrastructure