OOFEM 3.0
Loading...
Searching...
No Matches
oofem::PrimaryVariableMapper Class Referenceabstract

#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

◆ PrimaryVariableMapper()

oofem::PrimaryVariableMapper::PrimaryVariableMapper ( )

Definition at line 57 of file primvarmapper.C.

◆ ~PrimaryVariableMapper()

oofem::PrimaryVariableMapper::~PrimaryVariableMapper ( )
virtual

Definition at line 59 of file primvarmapper.C.

Member Function Documentation

◆ mapPrimaryVariables()

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-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