... | ... | @@ -38,8 +38,9 @@ We distinguish two cases: |
|
|
### Definition
|
|
|
A micro BC is defined as follows:
|
|
|
```python
|
|
|
microBC = **`microBCName`**(tag, dim, addDofPerVertex)
|
|
|
microBC = microBCName(tag, dim, addDofPerVertex)
|
|
|
```
|
|
|
where:
|
|
|
- **microBCName**: name of micro BC. Different possibilities are avaliables and can be devided into 3 groups:
|
|
|
- Periodic boundary condition:
|
|
|
* **nonLinearPeriodicBC** : periodiodic BC
|
... | ... | |