|
# Parallel Finite Volume Discretization
|
|
# Parallel Finite Volume Discretization
|
|
|
|
|
|
The code for this example is located in `examples/FVDiscr`
|
|
The code for this example is located in `Examples/FVDiscr`
|
|
|
|
|
|
## Brief
|
|
## Brief
|
|
|
|
|
... | @@ -35,7 +35,7 @@ If you compiled INMOST with `USE_PARTITIONER=OFF` you should provide the prepart |
... | @@ -35,7 +35,7 @@ If you compiled INMOST with `USE_PARTITIONER=OFF` you should provide the prepart |
|
|
|
|
|
You can generate meshes using [[GridGen|1390-GridGen-Example]] generator. The following line uses `/tmp/grid-32-32-32.pvtk` mesh from [[GridGen example|1390-GridGen-Example#running-example]].
|
|
You can generate meshes using [[GridGen|1390-GridGen-Example]] generator. The following line uses `/tmp/grid-32-32-32.pvtk` mesh from [[GridGen example|1390-GridGen-Example#running-example]].
|
|
```
|
|
```
|
|
$ cd examples/FVDiscr
|
|
$ cd Examples/FVDiscr
|
|
$ mpirun -np 4 ./FVDiscr /tmp/grid-32-32-32.pvtk /tmp/A.mtx /tmp/b.rhs
|
|
$ mpirun -np 4 ./FVDiscr /tmp/grid-32-32-32.pvtk /tmp/A.mtx /tmp/b.rhs
|
|
./FVDiscr
|
|
./FVDiscr
|
|
Processors: 4
|
|
Processors: 4
|
... | | ... | |