OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
oofem::PrimaryVariableMapper Class Referenceabstract

Base class for mapping of primary variables between domains. More...

#include <primvarmapper.h>

Public Member Functions

 PrimaryVariableMapper ()
 
virtual ~PrimaryVariableMapper ()
 
virtual void mapPrimaryVariables (FloatArray &oU, Domain &iOldDom, Domain &iNewDom, ValueModeType iMode, TimeStep &iTStep)=0
 

Detailed Description

Base class for mapping of primary variables between domains.

The reason for not using the existing PrimaryUnknownMapper is that I need to handle cases where the number of dofs per node may change (for example XFEM enrichments).

Created on: Nov 7, 2013

Author
Erik Svenning

Definition at line 53 of file primvarmapper.h.

Constructor & Destructor Documentation

oofem::PrimaryVariableMapper::PrimaryVariableMapper ( )

Definition at line 57 of file primvarmapper.C.

oofem::PrimaryVariableMapper::~PrimaryVariableMapper ( )
virtual

Definition at line 59 of file primvarmapper.C.

Member Function Documentation

virtual void oofem::PrimaryVariableMapper::mapPrimaryVariables ( FloatArray oU,
Domain iOldDom,
Domain iNewDom,
ValueModeType  iMode,
TimeStep iTStep 
)
pure virtual

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