OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
oofem::PFEMMassVelocityAssembler Class Reference

Implementation of callback class for assembling right-hand side vector of mass matrix multiplied by velocity. More...

#include <pfem.h>

+ Inheritance diagram for oofem::PFEMMassVelocityAssembler:
+ Collaboration diagram for oofem::PFEMMassVelocityAssembler:

Private Member Functions

virtual void vectorFromElement (FloatArray &vec, Element &element, TimeStep *tStep, ValueModeType mode) const
 
virtual void locationFromElement (IntArray &loc, Element &element, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const
 Default implementation takes all the DOF IDs. More...
 

Additional Inherited Members

- Public Member Functions inherited from oofem::VectorAssembler
virtual void vectorFromLoad (FloatArray &vec, Element &element, BodyLoad *load, TimeStep *tStep, ValueModeType mode) const
 
virtual void vectorFromSurfaceLoad (FloatArray &vec, Element &element, SurfaceLoad *load, int boundary, TimeStep *tStep, ValueModeType mode) const
 
virtual void vectorFromEdgeLoad (FloatArray &vec, Element &element, EdgeLoad *load, int edge, TimeStep *tStep, ValueModeType mode) const
 
virtual void vectorFromNodeLoad (FloatArray &vec, DofManager &dman, NodalLoad *load, TimeStep *tStep, ValueModeType mode) const
 
virtual void assembleFromActiveBC (FloatArray &answer, ActiveBoundaryCondition &bc, TimeStep *tStep, ValueModeType mode, const UnknownNumberingScheme &s, FloatArray *eNorms) const
 
virtual void locationFromElementNodes (IntArray &loc, Element &element, const IntArray &bNodes, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const
 Default implementation takes all the DOF IDs. More...
 

Detailed Description

Implementation of callback class for assembling right-hand side vector of mass matrix multiplied by velocity.

Definition at line 103 of file pfem.h.

Member Function Documentation

void oofem::PFEMMassVelocityAssembler::locationFromElement ( IntArray loc,
Element element,
const UnknownNumberingScheme s,
IntArray dofIds = nullptr 
) const
privatevirtual

Default implementation takes all the DOF IDs.

Reimplemented from oofem::VectorAssembler.

Definition at line 143 of file pfem.C.

References oofem::Element::giveLocationArray().

void oofem::PFEMMassVelocityAssembler::vectorFromElement ( FloatArray vec,
Element element,
TimeStep tStep,
ValueModeType  mode 
) const
privatevirtual

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

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:39 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011