Skip to content

Commit

Permalink
fempic mpi bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZamanLantra committed Nov 13, 2024
1 parent 2ae3b74 commit fb43fdb
Show file tree
Hide file tree
Showing 10 changed files with 198 additions and 212 deletions.
4 changes: 2 additions & 2 deletions app_fempic_cg/field_solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class FESolver {
void compute_node_potential(const opp_dat n_bnd_pot_dat, opp_dat node_potential_dat);

void pre_assembly(const opp_dat n_bnd_pot);
void summarize(std::ostream &out);


void duplicate_vec(Vec* vec_mimic, Vec* vec_new);
void add_ke(std::map<int, std::map<int, double>>& sparse_K, int e, double ke[4][4]);
void add_fe(Vec *Fvec, int e, double fe[4]);
double evaluate_na(int a, double xi, double eta, double zeta);
Expand Down
Loading

0 comments on commit fb43fdb

Please sign in to comment.