MAST
|
this defines the near-null space of a structural finite element model, which is composed of the six rigid-body nodes. More...
#include <structural_near_null_vector_space.h>
Public Member Functions | |
StructuralNearNullVectorSpace () | |
default constructor More... | |
virtual | ~StructuralNearNullVectorSpace () |
destructor More... | |
virtual void | operator() (std::vector< libMesh::NumericVector< Real > * > &sp, libMesh::NonlinearImplicitSystem &s) |
This function will be called to compute the subspace basis (e.g., nullspace or nearnullspace). More... | |
Protected Attributes | |
std::vector< std::string > | _nm |
this defines the near-null space of a structural finite element model, which is composed of the six rigid-body nodes.
Definition at line 38 of file structural_near_null_vector_space.h.
MAST::StructuralNearNullVectorSpace::StructuralNearNullVectorSpace | ( | ) |
default constructor
Definition at line 126 of file structural_near_null_vector_space.cpp.
|
inlinevirtual |
destructor
Definition at line 52 of file structural_near_null_vector_space.h.
|
virtual |
This function will be called to compute the subspace basis (e.g., nullspace or nearnullspace).
It must be implemented by the user in a derived class.
Definition at line 142 of file structural_near_null_vector_space.cpp.
|
protected |
Definition at line 67 of file structural_near_null_vector_space.h.