Flow123d
jenkins-Flow123d-linux-release-multijob-282
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
flow123d
src
fields
bc_field.hh
Go to the documentation of this file.
1
/*
2
* bc_field.hh
3
*
4
* Created on: Feb 13, 2014
5
* Author: jb
6
*/
7
8
#ifndef BC_FIELD_HH_
9
#define BC_FIELD_HH_
10
11
12
#include "
field.hh
"
13
14
15
/**
16
* Same as Field<...> but for boundary regions.
17
*
18
* Definition of BCField must be in separate file.
19
* In other case source file field.cc is too big and compiler can throw compile error.
20
*/
21
template
<
int
spacedim,
class
Value>
22
class
BCField
:
public
Field
<spacedim, Value> {
23
public
:
24
BCField
() :
Field
<spacedim,Value>(
"anonymous_bc"
, true) {}
25
};
26
27
#endif
/* BC_FIELD_HH_ */
Field
Class template representing a field with values dependent on: point, element, and region...
Definition:
field.hh:52
field.hh
BCField
Definition:
bc_field.hh:22
BCField::BCField
BCField()
Definition:
bc_field.hh:24
Generated by
1.8.5