Summary
Create OpenMP mechanics solver.
Steps:
- Create the same directory structure for kernel as in biofvm
- Take sub-solvers one by one from paraPhysiCell and port them to this repository
- Create an
openmp_solver class, which will inherit solver that will initialize and call each subsolver (see biofvm solvers)
- Write tests for each solver (use tests from paraPhysiCell)
Acceptance Criteria
- Solver builds and passes all tests
Summary
Create OpenMP mechanics solver.
Steps:
openmp_solverclass, which will inheritsolverthat will initialize and call each subsolver (see biofvm solvers)Acceptance Criteria