You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IT's not possible to use update_bc function with UniformMeshsince the periodicity is not implemented for this kind of mesh.
Input code
staticconstexpr std::size_t dim = 1;
using config = UniformConfig<dim>;
auto mesh = UniformMesh<config>({{0}, {1}}, 4);
auto u = make_field<double, 1>("u", mesh);
make_bc<Dirichlet>(u);
update_bc(u);
What expected?
Have the same behaviour of MRMesh
What is your operating system?
Mac OS
How did you install our software?
from source
Software version
No response
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
IT's not possible to use
update_bc
function withUniformMesh
since the periodicity is not implemented for this kind of mesh.Input code
What expected?
Have the same behaviour of
MRMesh
What is your operating system?
Mac OS
How did you install our software?
from source
Software version
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: