wiki:public/doc-auto/by_ext/bc/H_boundary_condition
Last modified 3 years ago Last modified on 01/21/16 13:49:09

Input file bc keyword #BOUNDARY_CONDITION

Description

The #BOUNDARY_CONDITION keyword indicates the beginning of a BC description. Each description is process related and ends with the beginning of a new BC block, i.e. #BOUNDARY_CONDITION, or with the file input terminator #STOP.

Documentation from doxygen

None.

Used in benchmarks

Source code reading this keyword from Input files

FEM/rf_bc_new.cpp line 812

 812: 			          << " boundary conditions" << "\n";
 813: 			return true;
 814: 		}
 815: 		if (line_string.find("#BOUNDARY_CONDITION") != std::string::npos)
 816: 		{
 817: 			CBoundaryCondition* bc(new CBoundaryCondition());
 818: 			bool valid (true);

Last modified: 2016-01-21 13:49:05.562807

This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.

If you want to edit the handwritten part of this page, please do so here.