hi everyone
i want to apply multiScalarField2D to cavity2D but I have a problem when running my code.
error: no matching function for call to ‘defineDynamics(plb::MultiBlockLattice2D<double, plb::descriptors::D2Q9Descriptor>&, plb::MultiScalarField2D&, plb::NoDynamics<int, plb::descriptors::D2Q9Descriptor>*, int)’
79 | defineDynamics(lattice, field1, new NoDynamics<int,DESCRIPTOR>, 2);
any help will be appreciated.