Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: update_bc and UniformMesh #146

Open
1 task done
gouarin opened this issue Nov 14, 2023 · 0 comments
Open
1 task done

[Bug]: update_bc and UniformMesh #146

gouarin opened this issue Nov 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@gouarin
Copy link
Contributor

gouarin commented Nov 14, 2023

What happened?

IT's not possible to use update_bc function with UniformMeshsince the periodicity is not implemented for this kind of mesh.

Input code

static constexpr 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
@gouarin gouarin added the bug Something isn't working label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant