Geophysical Inversion and Modelling Library v1.5.4
Loading...
Searching...
No Matches
bert.h
1/******************************************************************************
2 * Copyright (C) 2006-2024 by the resistivity.net development team *
3 * Carsten R�cker carsten@resistivity.net *
4 * *
5 * Licensed under the Apache License, Version 2.0 (the "License"); *
6 * you may not use this file except in compliance with the License. *
7 * You may obtain a copy of the License at *
8 * *
9 * http://www.apache.org/licenses/LICENSE-2.0 *
10 * *
11 * Unless required by applicable law or agreed to in writing, software *
12 * distributed under the License is distributed on an "AS IS" BASIS, *
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
14 * See the License for the specific language governing permissions and *
15 * limitations under the License. *
16 * *
17 ******************************************************************************/
18
19#ifndef _BERT_BERT__H
20#define _BERT_BERT__H
21
22#ifdef bert_EXPORTS
23 #define gimli_EXPORTS
24#endif
25
26#include <gimli.h>
27
28namespace GIMLI{
29
30static const int MARKER_NODE_ELECTRODE = -99;
31static const int MARKER_NODE_REFERENCEELECTRODE = -999;
32static const int MARKER_NODE_CALIBRATION = -1000;
33static const int MARKER_BOUND_ELECTRODE = -10000;
34
35class ElectrodeShape;
37class DataMap;
38
39}
40
41#include "bertMisc.h"
42#include "bertJacobian.h"
43#include "datamap.h"
44#include "dcfemmodelling.h"
45#include "bertDataContainer.h"
46#include "electrode.h"
47
48#endif // _BERT_BERT__H
49
Definition bertDataContainer.h:32
Definition datamap.h:31
Abstract class for an electrode with a shape, which is required for modelling.
Definition electrode.h:58
GIMLi main namespace for the Geophyiscal Inversion and Modelling Library.
Definition baseentity.h:24