|
IFEM
90A354
|
Driver for integration of boundary and nodal forces. More...
#include "MatVec.h"

Go to the source code of this file.
Namespaces | |
| SIM | |
| Simulation scope. | |
Functions | |
| Vector | SIM::getBoundaryForce (const Vectors &solution, SIMbase *model, int code, const TimeDomain &time, const RealArray *X0) |
| Integrates the force resultant on a specified boundary. More... | |
| Vector | SIM::getBoundaryForce (const Vectors &solution, SIMbase *model, int code, const TimeDomain &time, const Vec3 *X0=nullptr) |
| Integrates the force resultant on a specified boundary. More... | |
| bool | SIM::getNodalForces (const Vectors &solution, SIMbase *model, int code, const TimeDomain &time, GlbForceVec &force) |
| Integrates nodal forces on a specified boundary. More... | |
| bool | SIM::initBoundaryNodeMap (SIMbase *model, int code, GlbForceVec &force) |
| Detects the global nodes that reside on a specified boundary. More... | |
| bool | SIM::integrate (const Vectors &solution, SIMbase *model, int code, const TimeDomain &time, ForceBase *forceInt, GlbForceVec *force=nullptr) |
| Integrates a force integrand on a specified topology set. More... | |
Driver for integration of boundary and nodal forces.