OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "chartype.h"
#include "valuemodetype.h"
#include "oofemcfg.h"
#include "datareader.h"
#include "inputrecord.h"
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | oofem::ContactManager |
This class manages all the contacts in a domain. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for _IFT_ContactManager | |
#define | _IFT_ContactManager_Name "contactmanager" |
#define | _IFT_ContactManager_NumberOfContactDefinitions "numcontactdef" |
#define _IFT_ContactManager_Name "contactmanager" |
Definition at line 49 of file contactmanager.h.
#define _IFT_ContactManager_NumberOfContactDefinitions "numcontactdef" |
Definition at line 50 of file contactmanager.h.
Referenced by oofem::ContactManager::initializeFrom().