#include <cassert>
#include <map>
#include <set>
#include <sstream>
#include <string>
#include <vector>
#include "b2branch_property.H"
#include "b2component.H"
#include "b2domain_property.H"
#include "b2fortran_element_property.H"
#include "b2material_property.H"
#include "b2ppconfig.h"
#include "ip/b2ip_transformations.H"
#include "model/b2domain.H"
#include "model/b2element.H"
#include "model/b2node.H"
#include "utils/b2allocator.H"
#include "utils/b2object.H"
#include "utils/b2threading.H"
#include "utils/b2type.H"
Go to the source code of this file.
Classes | |
class | b2000::b2dbv3::Domain |
A in-core implementation of the b2dbv3::Domain. All the Element, Node and ElementProperty objects are loaded in memory at theInitialisation of the object with the database. More... | |
Namespaces | |
namespace | b2000 |
Contains the base classes for implementing Finite Elements. | |
The specialisation for the B2000 database of the classes defined in b2domain.H.