mast-multiphysics icon indicating copy to clipboard operation
mast-multiphysics copied to clipboard

Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST) - Sensitivity-enabled multiphysics FEA for design

Results 23 mast-multiphysics issues
Sort by recently updated
recently updated
newest added

As mentioned in #57, it seems that the load is not being captured during the residual evaluation in structural example 2. This may be due to some of our recent...

@jdeaton Structural example 1 currently is setup for a 1D bar analysis. I think you intended for this to be a simple introduction for users. Would it make sense to...

While getting the CI system to check that examples will execute (PR #57) I came across some issues in the implementation of the examples with optimization. It seems that there...

One thing that would make the generated API documentation more readable is to move the "Detailed Description" to the top of the page. This can be done by providing a...

enhancement

This issue is a placeholder for my notes & work in progress for defining a style guide for our custom CMake modules and `CMakeLists.txt` files. Some references: - http://nupic.docs.numenta.org/1.0.2/contributing/cmake-style-guide.html -...

enhancement

I'm been implementing some tests in MAST using Catch2. I've noticed in the [1D](https://github.com/MASTmultiphysics/mast-multiphysics/blob/master/src/property_cards/solid_1d_section_element_property_card.cpp#L1542) and [2D](https://github.com/MASTmultiphysics/mast-multiphysics/blob/master/src/property_cards/solid_2d_section_element_property_card.cpp#L1033) section property cards that the section stiffness properties require a MAST::ElementBase reference as an...

In order for my MAST spack package to work as designed and be pulled into the mainline spack repository, we need to define version numbering for MAST. I think now...

It appears that `compliance_output` does not consider point loads when it is being evaluated [here](https://github.com/MASTmultiphysics/mast-multiphysics/blob/master/src/elasticity/compliance_output.cpp#L86). I tested it on 2D representation of a cantilever beam, bending in-plane, both with 1...

Reviewing the stiffness matrix for Timoshenko beam's in Cook's finite element textbook (4th edition), when kappa-->inf (or k=1/kappa=0 in the Cook textbook), the bending stiffness matrix reduces to that of...

[`ThermalJacobianScaling::set_assembly()`](https://github.com/MASTmultiphysics/mast-multiphysics/blob/140ddbe4adab85ded006ce5a829e5a3303283a0f/examples/structural/base/thermal_stress_jacobian_scaling_function.h#L39) requires argument of type `MAST::NonlinearImplicitAssembly`. Could it be modified to also accept `MAST::TransientAssembly`?