OOFEM 3.0
Loading...
Searching...
No Matches
oofem::EigenVectorPrimaryField Class Reference

#include <eigenvectorprimaryfield.h>

Inheritance diagram for oofem::EigenVectorPrimaryField:
Collaboration diagram for oofem::EigenVectorPrimaryField:

Public Member Functions

 EigenVectorPrimaryField (EngngModel *a, int idomain, FieldType ft, int nHist)
virtual ~EigenVectorPrimaryField ()
double giveUnknownValue (Dof *dof, ValueModeType mode, TimeStep *tStep) override
void updateAll (const FloatMatrix &eigenVectors, const UnknownNumberingScheme &s)
void applyDefaultInitialCondition () override
void advanceSolution (TimeStep *tStep) override

Detailed Description

Class representing the mode shapes of eigen vectors. The values are stored as VM_Total only. Active vector is determined by the time step number.

Definition at line 46 of file eigenvectorprimaryfield.h.

Constructor & Destructor Documentation

◆ EigenVectorPrimaryField()

oofem::EigenVectorPrimaryField::EigenVectorPrimaryField ( EngngModel * a,
int idomain,
FieldType ft,
int nHist )

Constructor. Creates a field of given type associated to given domain.

Parameters
aEngineering model which field belongs to.
idomainIndex of domain for field.
ftType of stored field.
nHistNumber of old time steps to store (minimum 1), i.e. the number of eigen vectors.

Definition at line 51 of file eigenvectorprimaryfield.C.

◆ ~EigenVectorPrimaryField()

oofem::EigenVectorPrimaryField::~EigenVectorPrimaryField ( )
virtual

Definition at line 56 of file eigenvectorprimaryfield.C.

Member Function Documentation

◆ advanceSolution()

void oofem::EigenVectorPrimaryField::advanceSolution ( TimeStep * tStep)
override

Definition at line 119 of file eigenvectorprimaryfield.C.

◆ applyDefaultInitialCondition()

void oofem::EigenVectorPrimaryField::applyDefaultInitialCondition ( )
override

Definition at line 114 of file eigenvectorprimaryfield.C.

◆ giveUnknownValue()

double oofem::EigenVectorPrimaryField::giveUnknownValue ( Dof * dof,
ValueModeType mode,
TimeStep * tStep )
override

◆ updateAll()

void oofem::EigenVectorPrimaryField::updateAll ( const FloatMatrix & eigenVectors,
const UnknownNumberingScheme & s )

Stores all the eigenvectors in one call.

Parameters
eigenVectorsMatrix with all eigen vectors (stored as columns)
sEquation numbering for the rows of the vectors.

Definition at line 69 of file eigenvectorprimaryfield.C.

References oofem::FloatMatrix::at(), oofem::Domain::giveBcs(), oofem::Domain::giveDofManagers(), oofem::Domain::giveElements(), and oofem::FloatMatrix::giveNumberOfColumns().


The documentation for this class was generated from the following files:

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011