File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ Practically ICoCo is provided as a main abstract C++ class (ICoCo::Problem) that
1111to derive to implement the norm. This can be only a partial implementation as some methods
1212are not relevant to all the codes (especially the I/O methods of the API).
1313
14- This package implements the abstract class {class} ` icoco.problem.Problem ` in Python following the
14+ This package implements the abstract class ` icoco.problem.Problem ` in Python following the
1515specifications of the c++ version.
1616
17- The Python implementation proposed is based on {mod} ` medcoupling ` implementation for fields and {mod} ` mpi4py ` for MPI
17+ The Python implementation proposed is based on ` medcoupling ` implementation for fields and ` mpi4py ` for MPI
1818communication. Nevertheless, it is possible to use other implementation of such concepts within this
1919package.
You can’t perform that action at this time.
0 commit comments