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

AnasaziとSLEPcのsolver classのget_object関数が統一的インターフェースから呼び出せない。 #569

Open
t-sakashita opened this issue May 29, 2020 · 0 comments
Assignees

Comments

@t-sakashita
Copy link
Owner

以下の各々のインターフェースからは、そのメンバ関数get_object()を呼び出せる。

  • rokko::anasazi::solver
  • rokko::slepc::solver

だが、統一的インターフェースparallel_sparse_evクラスからは呼び出せない。
その理由は、get_object()が、共通の基底クラスを持たず、この関数が共通の(pure) virtual関数でないためである。

mapping_1dやdistributed_crs_matrixの統一的インターフェースの場合と同様に、この関数をpure virtualにした方が良いのか?

@t-sakashita t-sakashita self-assigned this May 29, 2020
@t-sakashita t-sakashita changed the title AnasaziとSLEPcのsolver classのget_objectが統一的インターフェースから呼び出せない。 AnasaziとSLEPcのsolver classのget_object関数が統一的インターフェースから呼び出せない。 May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant