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

Could you throw some light on the sequence in which `MAST::NonlinearImplicitAssembly::PostAssemblyOperation::post_assembly()` is called with respect to `MAST::SecondOrderNewmarkTransientSolver::solve()`?

What is the purpose of the loop [here](https://github.com/MASTmultiphysics/mast-multiphysics/blob/17ac90f0d53022c64825656dd09a38f0d2c23de6/examples/structural/example_3/example_3.cpp#L92)?

Similar to the code [here](https://github.com/MASTmultiphysics/mast-multiphysics/blob/17ac90f0d53022c64825656dd09a38f0d2c23de6/examples/structural/example_3/example_3.cpp#L192), does following code correctly setup the discipline for accepting point loads from the FSI module? ``` MAST::PointLoadCondition fluid_load(MAST::POINT_LOAD); libMesh::MeshBase::node_iterator niter = mesh.nodes_begin(); libMesh::MeshBase::node_iterator niterend =...