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

Output primary variables on arbitrary meshes. #2299

Merged
merged 13 commits into from
Dec 19, 2018

Conversation

TomFischer
Copy link
Member

As titled.

@@ -145,9 +158,9 @@ void Output::doOutputAlways(Process const& process,
time_output.start();

// Need to add variables of process to vtu even no output takes place.
processOutputData(t, x, process.getMesh(), process.getDOFTable(process_id),
processOutputData(t, x, *_meshes[0], process.getDOFTable(process_id),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discussion needed.

Copy link
Member

@wenqing wenqing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except that is commented by Dima.


DBUG("output to %s", mesh_output_file_path.c_str());

//ProcessData* process_data = findProcessData(process, process_id);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you still need these two lines?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add TODO for pvd and then a note for merging the bulk and arbitrary mesh output


processOutputData(t, x, mesh, *mesh_dof_table,
process.getProcessVariables(process_id),
process.getSecondaryVariables(), false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

false -> false /* no secondary vars output*/

// For the staggered scheme for the coupling, only the last process,
// which gives the latest solution within a coupling loop, is allowed to
// make output.
if (!(process_id ==
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

predicate


DBUG("output to %s", mesh_output_file_path.c_str());

//ProcessData* process_data = findProcessData(process, process_id);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add TODO for pvd and then a note for merging the bulk and arbitrary mesh output

@TomFischer TomFischer merged commit d0b5a61 into ufz:master Dec 19, 2018
@TomFischer TomFischer deleted the ArbitraryOutput branch December 19, 2018 06:09
@ogsbot
Copy link
Member

ogsbot commented Jun 19, 2020

OpenGeoSys development has been moved to GitLab.

See this pull request on GitLab.

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

Successfully merging this pull request may close these issues.

4 participants