You can get the external force vector for a given spatial cell location e.g. via
Cell<T,DESCRIPTOR> cell = superLattice.getBlockLattice(iC).get(iX,iY,iZ);
Vector<T,3> force = cell.template getField<descriptors::FORCE>();
-
This reply was modified 3 years, 4 months ago by Adrian.