feat(libmeanfield): centrifugal + pressure
This commit is contained in:
@@ -5,5 +5,8 @@ export module mean_field:physics.solid_body;
|
||||
export import :fem;
|
||||
|
||||
export namespace mean_field::physics {
|
||||
double compute_moment_of_inertia(const fem::FEM &fem, const mfem::GridFunction &rho_ref);
|
||||
double compute_moment_of_inertia(
|
||||
const fem::FEM &fem,
|
||||
const mfem::GridFunction &rho_ref
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user